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 Realm className=org.apache.catalina.realm.JNDIRealm

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 Realm with an additional authenticator, possibly using a file where you specify the subset of users you're willing to allow in.

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 mer...@hbs.edu 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 in the server.xml

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 mer...@hbs.edu 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