Re: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
ubtree="true" Now, if I am listed as one of the 2, user1 or user2 and I try to login, I get in, if not, I do not get in. So the full entry in server.xml looks like this... ldap://ldap.domain.com:" roleSearch="memberUid

Re: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
uid={0},ou=People,dc=domain,dc=com" Do you know if I need to change userPattern as well? I tried substituting userPattern="uid={0},ou=People,dc=domain,dc=com" With: userPattern="(&(uid={0})(|(uid=user1)(uid=user2))),ou=People,dc=domain,dc=com" But that said that uid was

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 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 Felix Schumacher
On Tue, 8 Jun 2010 10:16:01 -0700, Leo Donahue - PLANDEVX 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

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.

RE: Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
-- To unsubscribe, e-mail: users-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 -

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 yo

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 > > connectionName= > connectionURL="ldap://ldap.do

Allowing only specific users LDAP access

2010-06-08 Thread Mark-E
n 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-users-LDAP-access-tp28819437p28819437.html Sent