coren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/66108


Change subject: Add servicegroups DB to ldaplist
......................................................................

Add servicegroups DB to ldaplist

(Complication added by having hit the index-entry-limit on global
searches).  To note that this is a workaround, we /will/ hit that
limit again eventually.

Change-Id: I01f5177ae789d8172c290d892e3116803b8e2a77
---
M files/ldap/scripts/ldaplist
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/08/66108/1

diff --git a/files/ldap/scripts/ldaplist b/files/ldap/scripts/ldaplist
index a4fef92..666c0a1 100755
--- a/files/ldap/scripts/ldaplist
+++ b/files/ldap/scripts/ldaplist
@@ -36,9 +36,9 @@
 
        base = ldapSupportLib.getBase()
 
-       objectbasedns = {"base":base, "passwd":"ou=people,"+base, 
"group":"ou=groups,"+base, "netgroup":"ou=netgroup,"+base, 
"hosts":"ou=hosts,"+base, "automount":base, 
"auto_*":"nisMapName=auto_AUTO,"+base, "uids":"ou=uids,"+base}
-       objectdefaulttypes = {"base":"none", "passwd":"uid", "group":"cn", 
"netgroup":"cn", "hosts":"cn", "automount":"nisMapName", "auto_*":"cn", 
"uids":"cn"}
-       objectobjectclasses = {"base":"none", "passwd":"posixaccount", 
"group":"posixgroup", "netgroup":"nisNetGroup", "hosts":"iphost", 
"automount":"nisMap", "auto_*":"nisObject", "uids":"inetOrgPerson"}
+       objectbasedns = {"base":base, "passwd":"ou=people,"+base, 
"group":"ou=groups,"+base, "netgroup":"ou=netgroup,"+base, 
"hosts":"ou=hosts,"+base, "automount":base, 
"auto_*":"nisMapName=auto_AUTO,"+base, "uids":"ou=uids,"+base, 
"servicegroups":"ou=projects,"+base}
+       objectdefaulttypes = {"base":"none", "passwd":"uid", "group":"cn", 
"netgroup":"cn", "hosts":"cn", "automount":"nisMapName", "auto_*":"cn", 
"uids":"cn", "servicegroups":"cn"}
+       objectobjectclasses = {"base":"none", "passwd":"posixaccount", 
"group":"posixgroup", "netgroup":"nisNetGroup", "hosts":"iphost", 
"automount":"nisMap", "auto_*":"nisObject", "uids":"inetOrgPerson", 
"servicegroups":"posixgroup"}
 
        if options.showdatabase:
                showdatabase(objectbasedns, args)

-- 
To view, visit https://gerrit.wikimedia.org/r/66108
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01f5177ae789d8172c290d892e3116803b8e2a77
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to