[Date Prev][Date Next] [Chronological] [Thread] [Top]

parsing String Representations back into Distinguished Names (ITS#1314)



Full_Name: Norbert Klasen
Version: 2.0.11
OS: Linux
URL: 
Submission from: (NULL) (172.178.2.38)


Hi,
shouldn't the following strings represent the same DN?
o=Fakultät,dc=example,dc=com
o=Fakult\C3\A4t,dc=example,dc=com
o=#46616B756C74C3A474,dc=example,dc=com

However, slapd creates 3 distinct entries from the following ldif:

version: 1
#o=Fakultät,dc=example,dc=com
dn:: bz1GYWt1bHTDpHQsZGM9ZXhhbXBsZSxkYz1jb20=
changetype: add
objectClass: top
objectClass: organization
o:: RmFrdWx0w6R0

dn: o=Fakult\C3\A4t,dc=example,dc=com
changetype: add
objectClass: top
objectClass: organization
o:: RmFrdWx0w6R0

dn: o=#46616B756C74C3A474,dc=example,dc=com
changetype: add
objectClass: top
objectClass: organization
o:: RmFrdWx0w6R0