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
On Fri, 30 Sep 2016 10:48:58 +0200 Heinz Hölzl via samba <samba at lists.samba.org> wrote:> 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 > > >Welcome to the 'I have found a bug club' Can you go here: https://bugzilla.samba.org/ Register and then create a new bug report. It doesn't seem to affect the general running of Samba, but it is a bug. Rowland
Seemingly Similar Threads
- samba 4.5.1 DC: attribute names are upper-case converted on replication
- ?==?utf-8?q? uncaught exception on samba-tool fsmo transfer
- ?==?utf-8?q? ?==?utf-8?q? ?= uncaught exception on samba-tool fsmo transfe
- ?==?utf-8?q? samba 4.5.1 DC: attribute names are upper-case converted on replication
- AD replication problem "WERR_DS_DRA_ACCESS_DENIED" - need help debugging