Slide authentication with LDAP and ApacheDS

2005-01-20 Thread David_Geleyn
Hi, I'm trying to authenticate my slide users via LDAP and ApacheDS ( http://incubator.apache.org/directory/subprojects/apacheds/). I've downloaded release 0.8 of ApacheDS and I didn't make any real changes (just added some users with the newuser.ldif example). I'm trying to use the

Re: Slide authentication with LDAP and ApacheDS

2005-01-20 Thread James Mason
I can't see anything that would be causing that exception, but here are a few things to try: 1) Use Tomcat's JNDIRealm for authentication rather than the JAAS module. The JNDIPrincipalStore doesn't expose a password attribute for users, so the JAAS module won't work (this is by design). 2)