Yuvipanda has submitted this change and it was merged.
Change subject: Fix typo in delete-ldap-group
......................................................................
Fix typo in delete-ldap-group
Missing an s in the ou=groups statement. Our hierarchy has ou=groups and
not ou=group
Change-Id: I3611ee2bfa6f63a0a86d3f2506cd77962a37cb00
---
M modules/ldap/files/scripts/delete-ldap-group
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Yuvipanda: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/ldap/files/scripts/delete-ldap-group
b/modules/ldap/files/scripts/delete-ldap-group
index 19715b8..dca9f59 100755
--- a/modules/ldap/files/scripts/delete-ldap-group
+++ b/modules/ldap/files/scripts/delete-ldap-group
@@ -40,7 +40,7 @@
# w00t We're in!
try:
groupname = args[0]
- dn = 'cn=' + groupname + ',ou=group,' + base
+ dn = 'cn=' + groupname + ',ou=groups,' + base
ds.delete_s(dn)
except ldap.UNWILLING_TO_PERFORM, msg:
sys.stderr.write("LDAP was unwilling to delete the group. Error was:
%s\n" % msg[0]["info"])
--
To view, visit https://gerrit.wikimedia.org/r/184585
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3611ee2bfa6f63a0a86d3f2506cd77962a37cb00
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits