You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by Rui Vilão <rp...@gmail.com> on 2011/05/26 15:22:31 UTC

LDAP and usernames with dots

Hi all,

Is there any issue with dots and LDAP authentication? I'm using the
following connection string.

ldap.setUserDnTemplate("cn={0},ou=people,dc=company,dc=com");

I'm able to authenticate using names with no dots, but when I try names with
dots the authentication fails.

Thanks in advance,

Rui