RE: User Authentication Problem LDAP

2004-11-08 Thread Shapira, Yoav
Authentication Problem LDAP Hi All, I got my problem solved..The culprit was that I hadn't included the attribute digest with value SHA (SHA because my LDAP directory is storing the password in this format) in the realm directive in server.xml. Also, I had to change role-namecn/role-name to role-name

Re: User Authentication Problem LDAP

2004-11-07 Thread Sandeep N
Hi All, I got my problem solved..The culprit was that I hadn't included the attribute digest with value SHA (SHA because my LDAP directory is storing the password in this format) in the realm directive in server.xml. Also, I had to change role-namecn/role-name to role-name*/role-name in web.xml.

Re: User Authentication Problem LDAP

2004-11-02 Thread Olivier Jolly
I'm not a specialist in this but it smells like you're saying that the role name are listedin the attribute 'cn' and that to access your site the connected user should have the role 'cn' hence if you do not have a user with it's cn=cn (attribute cn = value cn), it won't work. Maybe you could

User Authentication Problem LDAP

2004-11-01 Thread Sandeep N
Hi, I have a problem trying to authenticate users, whose details are stored in the LDAP directory through Apache Tomcat. The details of the software I am using are as follows : LDAP: OpenLDAP V 2.2.17 Web-Server: Apache-Tomcat V 4.1.30 OS: Suse - Linux The LDAP directory structure is somewhat

re: authentication with ldap after doing an ldap search

2004-06-28 Thread James Black
Our ldap dn is namsid=number,ou=school,o=school The problem is that the student don't know their namsid, they know their uid. I need a way for tomcat to first do a search, looking for anything where uid=netid (which is what the student passed in), then use that entries dn to bind and verify

RE: authentication with ldap after doing an ldap search

2004-06-28 Thread Dale, Matt
and the password to determine authentication. Ta Matt -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: 28 June 2004 21:55 To: Tomcat Users List Subject: re: authentication with ldap after doing an ldap search Our ldap dn is namsid=number,ou=school,o=school The problem

RE: authentication with ldap after doing an ldap search

2004-06-28 Thread James Black
, Matt [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 5:01 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: authentication with ldap after doing an ldap search We do something similar to authenticate against active directory. The way we do it is to have a generic log

User Authentication + Realms + LDAP

2002-09-25 Thread gautam
Hello, I am working on a project that uses Tomcat (with JBoss) and Apache Struts. User authentication needs to support a Single Sign On feature which displays a login screen (UserID/Password) if the user is hitting the application directly or it should accept a URL from another application with

Re: Authentication to LDAP

2001-02-28 Thread Falcon cheetah
./Peter- Original Message -From: "Fernando Padilla" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Monday, February 26, 2001 5:30 PMSubject: Re: Authentication to LDAP Tomcat 3.x uses Interceptors and thus the SecurityCheck. Tomcat 4.x uses Generalized Security handli

Re: Authentication to LDAP

2001-02-26 Thread Peter Andersén
- Original Message - From: "Fernando Padilla" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 5:30 PM Subject: Re: Authentication to LDAP Tomcat 3.x uses Interceptors and thus the SecurityCheck. Tomcat 4.x uses Generalized Security handling code with

Re: Authentication to LDAP

2001-02-26 Thread Fernando Padilla
for the plugins to work. I have not been looking at this much so if someone could enlight my on the subject i could check. /Peter - Original Message - From: "Fernando Padilla" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 5:30 PM Subject: Re: Authenticati

Re: Authentication to LDAP

2001-02-22 Thread Falcon cheetah
Martin, There is a good material about LDAP with Tomcat from Wrox's Professional JSP. There are two chapters that talk about this, and on chapter 15 they write a tomcat interceptor to do this task. I am currently trying to squeez sometime to test that. If you want to download the source code from

Re: Authentication to LDAP

2001-02-22 Thread Martin Smith
the existence of a way to do Servlet container (ie Tomcat) authentication against an LDAP source of security info. I even posted an RFP at one of these freelancer sites (ants.com) to have one built. No credible responses. Limited though I am at programmi

Re: Authentication to LDAP

2001-02-22 Thread Martin Smith
container (ie Tomcat) authentication against an LDAP source of security info. I even posted an RFP at one of these freelancer sites (ants.com) to have one built. No credible responses. Limited though I am at programming java (or anything), I'm considering

Authentication to LDAP

2001-02-22 Thread Martin Smith
I have been patiently lurking and waiting to see some news on the existence of a way to do Servlet container (ie Tomcat) authentication against an LDAP source of security info. I even posted an RFP at one of these freelancer sites (ants.com) to have one built. No credible responses. Limited