[Samba] replication upper-lower case

Heinz Hölzl heinz.hoelzl at gvcc.net
Fri Sep 30 08:48:58 UTC 2016


hi list,


If a new object was created, samba 4.5.0 on the first DC creates a ldapObject with the attribute name CN in lower case.
On the second DC samba via replication creates the object with upper case attribute name.

Is this a problem or can i ignore this?


root at dc1: # samba-tool ldapcmp --filter=whenChanged ldap://dc1 ldap://DC2

* Comparing [DOMAIN] context...

* Objects to be compared: 12717

Comparing:
'CN=DC1,OU=Domain Controllers,DC=example,DC=net' [ldap://dc1]
'CN=DC1,OU=Domain Controllers,DC=example,DC=net' [ldap://DC2]
    Attributes found only in ldap://dc1:
        CN
    Attributes found only in ldap://DC2:
        cn
    FAILED

Comparing:
'CN=RID Set,CN=DC1,OU=Domain Controllers,DC=example,DC=net' [ldap://dc1]
'CN=RID Set,CN=DC1,OU=Domain Controllers,DC=example,DC=net' [ldap://DC2]
    Attributes found only in ldap://dc1:
        CN
    Attributes found only in ldap://DC2:
        cn
    FAILED

Comparing:
'CN=abc,CN=Users,DC=example,DC=net' [ldap://dc1]
'CN=abc,CN=Users,DC=example,DC=net' [ldap://DC2]
    Attributes found only in ldap://dc1:
        cn
    Attributes found only in ldap://DC2:
        CN
    FAILED

... snip ...

regards,
heinz





More information about the samba mailing list