LDAP connection problem through JSP

2003-12-01 Thread Damien Pacaud
hi list, I am trying to get the login for the user authentificated through LDAP in a JSP... I tryed : request.getRemoteUser(); but that returns always null... I am sure it can be done but am unable to find how... Any help would be greatly appreciated ;) Thanks in advance Damien Pacaud

RE: LDAP connection problem through JSP

2003-12-01 Thread Dean Searle
PROTECTED] Cc: Subject:LDAP connection problem through JSP hi list, I am trying to get the login for the user authentificated through LDAP in a JSP... I tryed : request.getRemoteUser(); but that returns always null... I am sure it can be done but am unable to find how... Any help would

Re: LDAP connection problem through JSP

2003-12-01 Thread Damien Pacaud
:31 PM Subject: RE: LDAP connection problem through JSP This is the simple jsp I used to test my JNDI Connection with: % String id = request.getRemoteUser(); out.write(User: + id); % See if that helps any. Dean -Original Message- From: Damien Pacaud [mailto:[EMAIL PROTECTED] Sent: Mon