Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Konstantin Kolinko
2014-10-02 1:33 GMT+04:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Jesse, > > On 10/1/14 5:13 PM, Jesse Barnum wrote: >> On Oct 1, 2014, at 8:55 AM, Mark Thomas wrote: >> >>> It is likely to be at least a month before those versions are >>> released. How do you

Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jesse, On 10/1/14 5:13 PM, Jesse Barnum wrote: > On Oct 1, 2014, at 8:55 AM, Mark Thomas wrote: > >> It is likely to be at least a month before those versions are >> released. How do you feel about building from source? The other >> option is th

Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Jesse Barnum
On Oct 1, 2014, at 8:55 AM, Mark Thomas wrote: > It is likely to be at least a month before those versions are released. > How do you feel about building from source? The other option is that I > can make some snapshot versions available for you to test. > > Mark Sorry for the double-posting.

Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jesse, On 10/1/14 4:33 PM, Jesse Barnum wrote: > On Sep 30, 2014, at 4:06 PM, Mark Thomas wrote: > >> On 30/09/2014 20:24, Mark Thomas wrote: >>> On 30/09/2014 15:19, Jesse Barnum wrote: >> >> >> By the way, I've noticed that I get a NPE i

Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Jesse Barnum
On Sep 30, 2014, at 4:06 PM, Mark Thomas wrote: > On 30/09/2014 20:24, Mark Thomas wrote: >> On 30/09/2014 15:19, Jesse Barnum wrote: > > > >>> By the way, I've noticed that I get a NPE if I don't define roleBase with >>> an empty string (it should be optional, since I've specified the search

Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Mark Thomas
On 01/10/2014 02:46, Jesse Barnum wrote: > On Sep 30, 2014, at 4:06 PM, Mark Thomas wrote: > >> On 30/09/2014 20:24, Mark Thomas wrote: >>> On 30/09/2014 15:19, Jesse Barnum wrote: >> >> >> By the way, I've noticed that I get a NPE if I don't define roleBase with an empty string (it s

Re: JNDIRealm doesn't work when binding as non-admin user

2014-10-01 Thread Jesse Barnum
On Sep 30, 2014, at 4:06 PM, Mark Thomas wrote: > On 30/09/2014 20:24, Mark Thomas wrote: >> On 30/09/2014 15:19, Jesse Barnum wrote: > > > >>> By the way, I've noticed that I get a NPE if I don't define roleBase with >>> an empty string (it should be optional, since I've specified the search

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Mark Thomas
On 30/09/2014 20:24, Mark Thomas wrote: > On 30/09/2014 15:19, Jesse Barnum wrote: >> By the way, I've noticed that I get a NPE if I don't define roleBase with an >> empty string (it should be optional, since I've specified the search base in >> my connectionURL). I don't have to define userBa

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Mark Thomas
On 30/09/2014 15:19, Jesse Barnum wrote: > On Sep 30, 2014, at 2:43 AM, Mark Thomas wrote: > >> On 30/09/2014 01:11, Jesse Barnum wrote: >>> I'm trying to configure Tomcat to authenticate against our Active Directory >>> server. >> 1. What configuration are you using for roleSearchAsUser > >

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-30 Thread Jesse Barnum
On Sep 30, 2014, at 2:43 AM, Mark Thomas wrote: > On 30/09/2014 01:11, Jesse Barnum wrote: >> I'm trying to configure Tomcat to authenticate against our Active Directory >> server. >> >> I do not want to configure an administrative account to bind with; I want to >> bind as the user logging in

Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-29 Thread Mark Thomas
On 30/09/2014 01:11, Jesse Barnum wrote: > I'm trying to configure Tomcat to authenticate against our Active Directory > server. > > I do not want to configure an administrative account to bind with; I want to > bind as the user logging in. > > The problem comes when JNDIRealm tries to get the

JNDIRealm doesn't work when binding as non-admin user

2014-09-29 Thread Jesse Barnum
I'm trying to configure Tomcat to authenticate against our Active Directory server. I do not want to configure an administrative account to bind with; I want to bind as the user logging in. The problem comes when JNDIRealm tries to get the list of roles that the user is a member of. From looki