Re: JNDIRealm: Authentication Failing [SOLVED]

2003-08-07 Thread Adam Sherman
Adam Sherman writes: 2003-07-27 13:44:06 JNDIRealm[Standalone]: validating credentials by binding as the user 2003-07-27 13:44:06 JNDIRealm[Standalone]: binding as uid=adam,ou=People,dc=tritus,dc=ca 2003-07-27 13:44:06 JNDIRealm[Standalone]: bind attempt failed JNDIRealm is attempting to

Re: JNDIRealm: Authentication Failing

2003-07-31 Thread Adam Sherman
My appologies for taking so long to reply. Thank you very much for your input! Hayo Schmidt writes: Is 'mail' the naming value? This means, if you export to an ldif file you should find a line dn: [EMAIL PROTECTED],ou=People,dc=tritus,dc=ca As you can see from the log snipped below:

Re: JNDIRealm: Authentication Failing

2003-07-29 Thread Hayo Schmidt
Is 'mail' the naming value? This means, if you export to an ldif file you should find a line dn: [EMAIL PROTECTED],ou=People,dc=tritus,dc=ca Hayo Schmidt Adam Sherman schrieb: I am trying to get JNDIRealm to authenticate against my LDAP tree: Realm

Re: JNDIRealm: Authentication Failing

2003-07-28 Thread Hayo Schmidt
Is 'mail' the naming value? This means, if you export to an ldif file you should find a line dn: [EMAIL PROTECTED],ou=People,dc=tritus,dc=ca Hayo Schmidt Adam Sherman schrieb: I am trying to get JNDIRealm to authenticate against my LDAP tree: Realm

RE: JNDIRealm authentication

2002-06-13 Thread Ryan
Josh, It depsnds on your LDAP server, if you are running openldap, look at you slapd.conf file and you should see a rootpw entry, which is what you should use for you connectionPassword. Ryan --- Josh Fenlason [EMAIL PROTECTED] wrote: Does anyone know what the value of connectionPassword, in

RE: JNDIRealm authentication

2002-06-13 Thread Josh Fenlason
Where does the value of role-name come from? Thanks for all your help. , Josh. -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 2:21 PM To: Tomcat Users List Subject: Re: JNDIRealm authentication Josh, You also need to put

Re: JNDIRealm authentication

2002-06-12 Thread Jonathan Eric Miller
Josh, You also need to put something similar to the following in your web.xml file. i.e. the stuff you put in server.xml, just tells Tomcat where to authenticate. The stuff in web.xml, tells Tomcat what resources are protected and what roles are required in order to access a particular resource.

Re: JNDIRealm authentication

2002-06-12 Thread Jonathan Eric Miller
if you're using Apache HTTP Server on the front end. Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 2:20 PM Subject: Re: JNDIRealm authentication Josh, You also need to put something similar

RE: JNDIRealm authentication

2002-06-12 Thread Josh Fenlason
Does anyone know what the value of connectionPassword, in Realm/, should be? I tried it with a value of secret, but I get an error when Tomcat starts: javax.naming.AuthenticationException: [LDAP: error code 48 - Inappropriate Authentication] I'm trying to do LDAP authentication with Tomcat

RE: JNDIRealm authentication

2002-06-12 Thread Josh Fenlason
Thanks for the pointer. It's prompting me for authentication now. My Realm isn't right though. using the Realm element below I get the following exception. If anyone has any ideas of what I'm doing wrong, I would appreciate your advice. Thanks. , Josh. Realm

Re: JNDIRealm authentication

2002-06-12 Thread Jonathan Eric Miller
: Josh Fenlason [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 4:10 PM Subject: RE: JNDIRealm authentication Thanks for the pointer. It's prompting me for authentication now. My Realm isn't right though. using the Realm element below I get the following