Authentification LDAP multiple entries

2002-10-14 Thread hans albers
Authentification with JNDI-Realm works fine, but what to do if there are multiple entries with the same cn in the Directory? in my server.xml there's userBase="ou=first,o=company" userSearch="(cn={0})" userSubtree="true" What to do if there are the entries cn=Peter Webbers,ou=help,ou=first,o=c

Re: Authentification LDAP multiple entries

2002-10-14 Thread Jonathan Eric Miller
Don't use cn, use uid. Jon - Original Message - From: "hans albers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 4:09 AM Subject: Authentification LDAP multiple entries > Authentification with JNDI-Realm works fine, > but