Re: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
Felix Schumacher wrote: > > On Tue, 8 Jun 2010 08:25:04 -0700 (PDT), Mark-E wrote: >> I have setup an https instance of Tomcat and I am trying to allow only >> specific users access. >> >> In the current configuration, anyone who is in LDAP can get i

Re: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
On Tue, 8 Jun 2010 08:25:04 -0700 (PDT), Mark-E wrote: > I have setup an https instance of Tomcat and I am trying to allow only > specific users access. > > In the current configuration, anyone who is in LDAP can get in. > > Here is the current configuration

RE: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
> If you can't use Chris' suggestion and you're on a current version of Tomcat, you can combine your > existing with an additional authenticator, possibly using a file where you specify the subset of > users you're willing to allow in. > http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.h

Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
I have setup an https instance of Tomcat and I am trying to allow only specific users access. In the current configuration, anyone who is in LDAP can get in. Here is the current configuration in the server.xml connectionURL="ldap://ldap.domain.com:" roleSearch