Displaying 2 results from an estimated 2 matches for "is_ldap_escaped_char".
2009 Oct 02
1
Dovecot LDAP Auth & Usernames with dashes
Hi All,
We're seeing an issue with LDAP auth when the username contains a -
char.
We're using 1.0.15 as packaged for Debian Lenny
Oct 2 12:29:02 silver dovecot: auth(default): LDAP: binding failed
(dn (none)): Protocol error
Oct 2 12:29:03 silver dovecot: imap-login: Aborted login (1
authentication attempts): user=<sci-fi at sucs.org>, method=PLAIN,
rip=::ffff:127.0.0.1,
2016 Jul 26
2
[BUG] Re: auth_bind with "()" in username not working
Hi guys,
I had a look in the sources about this problem.
the problem seems to be the ldap_escape function that is called from
ldap_verify_plain_auth_bind_userdn(..)
I dont really know if this escaping is needed at this point, but with
this change it works for me. No other problems discovered so far.
could somebody, who is deeper in the sources give me a hint if
this will make some troubles?