mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:ldap.py - fix the schema update test on Windows Server
Apparently Windows Server (2003) doesn't like the comma delimiter here. I got always error 16 ("LDB_NO_SUCH_ATTRIBUTE"). With this change the test works again.
This commit is contained in:
parent
e77c0f1b50
commit
4825df8323
@ -1967,7 +1967,8 @@ objectClassCategory: 1
|
||||
subClassOf: organizationalPerson
|
||||
systemFlags: 16
|
||||
rDNAttID: cn
|
||||
systemMustContain: cn, """ + attr_ldap_display_name + """
|
||||
systemMustContain: cn
|
||||
systemMustContain: """ + attr_ldap_display_name + """
|
||||
systemOnly: FALSE
|
||||
"""
|
||||
self.ldb.add_ldif(ldif)
|
||||
|
Loading…
Reference in New Issue
Block a user