Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M13
-
None
-
All
Description
DNs with backslashes are not displayed by the ldap browser.
They can be searched for, and found. Once found, they will be displayed.
However, refresh, and they disappear again.
Example, create a user thus:
dn: uid=user.0\,foo,ou=People,dc=example,dc=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
sn: bbb
cn: aaa
uid: user.0,foo
Now expand ou=people,dc=example,dc=com in the browser. The entry will not display.
Search for (uid=user.0\,foo) and it will be found (and displayed in the browser.
Refresh ou=people and it will vanish.