Re: FW: JNDIRealm and roleNested

2010-01-28 Thread Mark Thomas
On 27/01/2010 17:38, TahitianGabriel wrote: Mark, I've opened a bug : https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 I've also attached a patch that fixed the problem. Many thanks. I'll try and take a look in the next

Re: FW: JNDIRealm and roleNested

2010-01-27 Thread Mark Thomas
On 26/01/2010 19:45, TahitianGabriel wrote: Hi Mark, Tomcat 6.0.24 has been released and the roleNested=true still doesn't work with roleSearch=(member={1}) Shall I open a bug in https://issues.apache.org/bugzilla bugzilla ? Please do. Also, if you are able to test any patch produced

Re: FW: JNDIRealm and roleNested

2010-01-27 Thread TahitianGabriel
Should I take the sources files from the http://svn.apache.org/repos/asf/tomcat/trunk/ trunk or the http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/ tc6.0.x branche ? Mark Thomas wrote: On 26/01/2010 19:45, TahitianGabriel wrote: Hi Mark, Tomcat 6.0.24 has been released and

Re: FW: JNDIRealm and roleNested

2010-01-27 Thread TahitianGabriel
Mark, I've opened a bug : https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 https://issues.apache.org/bugzilla/show_bug.cgi?id=48629 I've also attached a patch that fixed the problem. Regards, Gabriel. Mark Thomas wrote: Please do. Also, if you are able to test any patch produced

Re: FW: JNDIRealm and roleNested

2010-01-26 Thread TahitianGabriel
Hi Mark, Tomcat 6.0.24 has been released and the roleNested=true still doesn't work with roleSearch=(member={1}) Shall I open a bug in https://issues.apache.org/bugzilla bugzilla ? regards, Gabriel. -- View this message in context:

Re: FW: JNDIRealm and roleNested

2009-10-28 Thread TahitianGabriel
Hi, It's working great with roleSearch=(member={0}), but not with roleSearch=(member={1}) From tomcat doc : Use {0} to substitute the distinguished name (DN) of the user, and/or {1} to substitute the username. I guess line : filter = roleFormat.format(new String[] { groupDN }); should be

Re: FW: JNDIRealm and roleNested

2009-08-06 Thread Mark Thomas
Payne, George (ghp5h) wrote: I have tested this and it does exactly what I'd hoped. I tested it with tomcat 6.0.20 as described Many thanks for testing this. I have proposed the patch for Tomcat 6. Mark - To unsubscribe,

RE: FW: JNDIRealm and roleNested

2009-08-05 Thread Payne, George (ghp5h)
, August 03, 2009 12:36 PM To: Tomcat Users List Subject: Re: FW: JNDIRealm and roleNested Mark Thomas wrote: --- Original Message --- From: Payne, George (ghp5h) gh...@eservices.virginia.edu I still don't know the answer to the questions I originally posed below, if anyone can help

Re: FW: JNDIRealm and roleNested

2009-08-03 Thread Mark Thomas
Mark Thomas wrote: --- Original Message --- From: Payne, George (ghp5h) gh...@eservices.virginia.edu I still don't know the answer to the questions I originally posed below, if anyone can help, I'd very much appreciate it. If I produced a binary patch for 6.0.20 and

FW: JNDIRealm and roleNested

2009-08-01 Thread Payne, George (ghp5h)
I still don't know the answer to the questions I originally posed below, if anyone can help, I'd very much appreciate it, but one way to get around this issue (for me, at least) would be able to do an ldap subquery for group membership. I suspect this is not possible, but I have been unable to

Re: FW: JNDIRealm and roleNested

2009-08-01 Thread Mark Thomas
--- Original Message --- From: Payne, George (ghp5h) gh...@eservices.virginia.edu I still don't know the answer to the questions I originally posed below, if anyone can help, I'd very much appreciate it. If I produced a binary patch for 6.0.20 and instructions on how to install it