sujets à la manipulation, nous ne pouvons accepter
aucune responsabilité pour le contenu fourni.
> >
> >
> >> From: neilmu...@gmail.com
> >> Date: Mon, 19 Mar 2012 10:35:54 +
> >> Subject: Re: Tomcat, JSP and LDAP
> >> To: users@tomcat.apache.org
>
On 19 March 2012 14:36, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Neil,
>
> On 3/19/12 6:35 AM, Neil Munro wrote:
>> This is the layout of my web.xml file:
>>
>> > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Appl
On 18 March 2012 18:04, Pid wrote:
> On 18/03/2012 13:34, Neil Munro wrote:
>
>
>
>> As for moving my login and fail_login jsp to web-inf the pages could not be
>> located and a had a go working in the web.xml file pointing to a path
>> relative to /../web-inf/ or
On Mar 16, 2012 7:22 PM, "Christopher Schultz"
wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Neil,
>
> On 3/16/12 6:23 AM, Neil Munro wrote:
> > On 15 March 2012 18:24, Christopher Schultz > className="org.apache.catalina.realm
:07, Daniel Mikusa wrote:
>
>
> - Original Message -
> From: "Neil Munro"
> To: "Tomcat Users List"
> Sent: Friday, March 16, 2012 10:56:56 AM
> Subject: Re: Tomcat, JSP and LDAP
>
> On 16 March 2012 14:41, Pid wrote:
>> On 16/03/2012 14:13, Neil
On 16 March 2012 14:41, Pid wrote:
> On 16/03/2012 14:13, Neil Munro wrote:
>> I have since made some minor progress with LDAP query's this login.jsp
>> file as you can see query's for a list of valid users and creates a
>> drop down list to choose from
>>
alternateURL="ldap://my.ldap.server.com";
roleBase="ou=my company
users,dc=mycompany,dc=com"
roleName="cn"
roleSearch="(uniqueMember={0})"
On 15 March 2012 18:24, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Neil,
>
> On 3/15/12 1:05 PM, Neil Munro wrote:
>> > connectionURL="ldap://my.ldap.server.com";
>> alternateURL="ldap://my.ldap.server.com&
On 15 March 2012 17:01, Pid * wrote:
> On 15 Mar 2012, at 16:23, Neil Munro wrote:
>
>> Hi all,
>> I am trying to implement a means to authenticate a user on a
>> web app via ldap, I have been trying for some time and am now
>> intimately familiar with the