mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix ORDERING in some attributetypes and remove other unnecessary elements.
Looking at the schema in 60basev2.ldif there were many attributes that did not have an ORDERING matching rule specified correctly. There were also a number of attributeTypes that should have been just SUP distinguishedName that had a combination of SUP, SYNTAX, ORDERING, etc. This requires 389-ds-base-1.2.8.0-1+ ticket 1153
This commit is contained in:
@@ -414,7 +414,7 @@ class LDAPUpdate:
|
||||
The return type is ipaldap.Entry
|
||||
"""
|
||||
searchfilter="objectclass=*"
|
||||
sattrs = ["*"]
|
||||
sattrs = ["*", "aci", "attributeTypes", "objectClasses"]
|
||||
scope = ldap.SCOPE_BASE
|
||||
|
||||
return self.conn.getList(dn, scope, searchfilter, sattrs)
|
||||
|
||||
Reference in New Issue
Block a user