Bind does not work if the DN has a space in it.
Opened this issue · 1 comments
wmantly commented
I am setting up a new piwigo install, my unprivileged bind user has a DN of cn=ldapclient service,ou=people,dc=theta42,dc=com
and can not bind, how ever, if I change the bind user to something with out a space, it works.
Kipjr commented
It looks like an escaping issue. Does it work when you add quotes? "cn=ldapclient service,ou=people,dc=theta42,dc=com"