You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For exampe the DN uid=A\+B,ou=test when fed into ldapdn.ParseNormalize is turned into uid=a+b,ou=test, which actually is a and invalid encoded DN as the + has a special meaning in DNs.
The text was updated successfully, but these errors were encountered:
For exampe the DN
uid=A\+B,ou=test
when fed intoldapdn.ParseNormalize
is turned intouid=a+b,ou=test
, which actually is a and invalid encoded DN as the+
has a special meaning in DNs.The text was updated successfully, but these errors were encountered: