Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
not limit access. I tried {1} since the docs mention that is to search for a specific username. Anyone know how I need to edit this to allow only a list of specific users in? I will define them in this file. Thanks, Mark -- View this message in context: http://old.nabble.com/Allowing-only-specific

Re: Allowing only specific users LDAP access

2010-06-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 6/8/2010 11:25 AM, Mark-E wrote: 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 Caldarale, Charles R
From: Mark-E [mailto:mer...@hbs.edu] Subject: Allowing only specific users LDAP access I have setup an https instance of Tomcat Any particular version? (Be precise.) I am trying to allow only specific users access. If you can't use Chris' suggestion and you're on a current version

RE: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://old.nabble.com/Allowing-only-specific-users-LDAP-access-tp28819437p28820106.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: Allowing only specific users LDAP access

2010-06-08 Thread Leo Donahue - PLANDEVX
-Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, June 08, 2010 9:12 AM To: Tomcat Users List Subject: RE: Allowing only specific users LDAP access I am trying to allow only specific users access. If you can't use Chris' suggestion

RE: Allowing only specific users LDAP access

2010-06-08 Thread Felix Schumacher
On Tue, 8 Jun 2010 10:16:01 -0700, Leo Donahue - PLANDEVX leodona...@mail.maricopa.gov wrote: -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, June 08, 2010 9:12 AM To: Tomcat Users List Subject: RE: Allowing only specific users LDAP

Re: Allowing only specific users LDAP access

2010-06-08 Thread Felix Schumacher
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
userPattern=uid={0},ou=People,dc=domain,dc=com With: userPattern=(amp;(uid={0})(|(uid=user1)(uid=user2))),ou=People,dc=domain,dc=com But that said that uid was invalid. Thanks, Mark -- View this message in context: http://old.nabble.com/Allowing-only-specific-users-LDAP-access-tp28819437p28822437

Re: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
} allRolesMode=authOnly userSearch=(amp;(uid={0})(|(uid=user1)(uid=user2))) userBase=ou=People,dc=domain,dc=com userSubtree=true / Whew, learned a lot from this task. Thanks, Mark -- View this message in context: http://old.nabble.com/Allowing-only-specific