RE: Tomcat JNDI Realm + Active Directory Server

2005-07-20 Thread Kal Govindu
, July 19, 2005 6:23 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat JNDI Realm + Active Directory Server I had a hard time trying to configure Tomcat to authenticate with MS Active Directory Service, i tried a lot of samples, i edited them but i didn't get nothing. This is the last

Tomcat JNDI Realm + Active Directory Server

2005-07-19 Thread Luis DurĂ¡n
I had a hard time trying to configure Tomcat to authenticate with MS Active Directory Service, i tried a lot of samples, i edited them but i didn't get nothing. This is the last configuration i tried: /META-INF/context-xml: ?xml version=1.0 encoding=UTF-8? Context path=/moretests Realm

JNDI Realm Broken

2005-05-24 Thread William Brown
Greetings: We have been using a custom JNDI realm for several months on Tomcat 5.0 without an issue. Yesterday, an application suddenly stopped working with the following error trace during deployment: May 24, 2005 8:46:12 AM org.apache.commons.digester.Digester startElement SEVERE: Begin

JNDI Realm with HP-UX passwords (DES crypt use to generate passwords)

2005-05-17 Thread delbd
Hi, i tried for 2 days to get this running but i always get errors. I did map a NIS (yellow page) password file to a JNDI Realm. This part wen quite well as far as i could tell. To authenticate users i need the realm to check against the encrypted password which are, according to HP-UX doc

JNDI Realm with HP-UX passwords (DES crypt use to generate passwords)

2005-05-17 Thread David . Delbecq
Hi, i tried for 2 days to get this running but i always get errors. I did map a NIS (yellow page) password file to a JNDI Realm. This part wen quite well as far as i could tell. To authenticate users i need the realm to check against the encrypted password which are, according to HP-UX doc

Re: JNDI Realm Issue with 5.5.7

2005-03-29 Thread Ole Ersoy
OK! Good news. The JNDIRealm code is rock solid which I found out after a few days of looking through it and running tests. Eventually I got around to having a good look at my context descriptor and discovered that I was not capitalizing the n and s in roleName and roleSearch. Hopes this

Re: JNDI Realm Issue with 5.5.7

2005-03-26 Thread William Stranathan
I haven't tried this out myself, but here are several possibilities: 1) Does /main/index.jsp exist? That's where your servlet points to 2) There doesn't appear to be a welcome-file configured - depending on what URL you're using, it may be that it's looking for a welcome file, but since there's

Re: JNDI Realm Issue with 5.5.7

2005-03-26 Thread Ole Ersoy
Hi, Thanks for the tips. I have tried the following to isolate the issue: - Attempt: Commenting out the security constraint and retrying the URL (BTW - I just put the index.jsp in the context directory instead of main for the tests and changed the security constraint accordingly):

JNDI Realm Issue with 5.5.7

2005-03-25 Thread Ole Ersoy
Hello Everybody, I'm attempting to configure JNDI authentication. I think I must be missing something obvious in the configuration files, because I get the login error page when entering non user information, and when I type in the correct username and password, tomcat gives me this: HTTP

RE: LDAP/JNDI Realm Tomcat 5.0 vs 5.5

2005-03-23 Thread David Owens
To: 'tomcat-user@jakarta.apache.org' Subject: LDAP/JNDI Realm Tomcat 5.0 vs 5.5 I am doing some investigation into upgrading from our Tomcat 5.0.x servers to Tomcat 5.5.x and I am trying to get everything working. In the old tomcat 5.0.x I was able to create a realm which authenticated

LDAP/JNDI Realm Tomcat 5.0 vs 5.5

2005-03-21 Thread David Owens
I am doing some investigation into upgrading from our Tomcat 5.0.x servers to Tomcat 5.5.x and I am trying to get everything working. In the old tomcat 5.0.x I was able to create a realm which authenticated against our ADS server. However, I cannot get it to work in Tomcat 5.5.7. The

JNDI Realm with eDirectory

2005-03-18 Thread Lost World
Hi, I am looking into configuring a jndi realm to eDirectory for authentication and authorization. I have not used to eDirectory before, I am more familiar to open ldap and Sun one ldap. There is no uid attribute or password attribute for user in eDirectory. Has anyone configured a jndi realm

Regarding JNDI-Realm

2005-02-09 Thread bohldan bohldan
i wonder can i use JNDIRealm for accessing ldap server if i have a client - servlet solution or is it only for webbrowser-servlet solutions ? If i can use it does anyone know a good tutorial i dont get the one in jakartas page to work.. //Johan

Ldap alias for user-account doesn't work in jndi realm

2005-01-31 Thread Hennig, Andreas
Authentication to an ldap realm fails if I use a user alias. normal user-accounts work properly. I've tried always and never for derefAliases but it doesn't work. How do I authenticate successfully with an alias? Thanks Andreas Hennig

JNDI Realm

2005-01-12 Thread sudip shrestha
Does the tomcat version 5.5.4 and above support JNDI Realm with SSL. If you check previous posts, several users have reported unsuccessful attempts at using JNDIRealm with SSL. I have been successful in setting up LDAPRealm with SSL on tomcat 5.0.28 that uses Mozilla's Java-LDAP SDK

Re: [FIXED] jndi realm filter problem

2004-11-09 Thread Xavier Renard
Hi, ok it's fixed i made another realm with a new mbean-descriptor bases on the JNDIRealm file from version 4.1.31 and that do the trick till an update of tomcat. However, for those runnin 4.1.30,the main difference between file is: * @version $Revision: 1.19 $ $Date: 2004/08/26 21:37:21 $ ---

jndi realm filter problem

2004-11-08 Thread Xavier Renard
Hi, I'm using the Debian package of tomcat (4.1.30) with ldap auth with the following config: myapplication.xml -- Context path=/myapplication docBase=/path/2/build Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://localhost:389;

problem with JNDI realm

2004-08-02 Thread Sebastien Brunot
Hy, I've got a problem with JNDIRealm : the group a user is in in my LDAP directory is an object which attribute member contains the user CN. So I've set up the roleSearch attribute of JNDIRealm to the value (member=*{0}*). Both wildcards are replaced with the \2a String by JNDIRealm

Tomcat 5/JNDI Realm Port 989

2004-07-30 Thread John Clisham
Hello All, I'm a total newbie to this stuff, but I think I have an easy question for everyone... I'm trying to get Tomcat 5 to use Basic Authentication using a JNDI Realm to our corporate LDAP server. Our server allows read access on port 389 and bind access on port 989. Here's the issue

4.1 JNDI Realm configuration docs error

2004-06-02 Thread Simeon Walker
Hi, I have just managed to setup Tomcat 4.1.30 with LDAP authentication, including the retrieval of roles. Following the docs here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#JNDIRealm I put brackets in the roleSearch attribute like this: roleSearch=(uniqueMember={0})

Re: JNDI Realm Problem

2004-03-29 Thread Chris Egolf
: tcsecret # Define an entry for Tomcat Manager dn: uid=tcmgr,ou=people,o=cymulacrum objectClass: inetOrgPerson uid: tcmgr sn: Manager cn: Tomcat Manager mail: [EMAIL PROTECTED] === End LDIF file === My Realm definition is inside server.xml, and it looks like this: !-- Cymulacrum JNDI Realm

Re: JNDI Realm Problem

2004-03-29 Thread Jeff Tulley
Yeah it looks like the fix to make the encoding only on the DN instead of the whole string was applied after 4.1.30 was tagged. It will have to be in a future release. [EMAIL PROTECTED] 3/25/04 5:56:16 PM Pascal, What version of Tomcsat are you using? In response to a defect, I added a

Re: JNDI Realm Problem - Cause determined

2004-03-27 Thread Chong Yu Meng
I'm using Tomcat 5.0.18 (going to upgrade soon, but I'm using this version to do documentation at the moment), and OpenLDAP 2.1.22. I configured OpenLDAP to log everything, and here's the error (as you suspected): 1. Tomcat authenticates the user, but cannot find the role he belongs to. Below

JNDI Realm Problem

2004-03-25 Thread Chong Yu Meng
PROTECTED] === End LDIF file === My Realm definition is inside server.xml, and it looks like this: !-- Cymulacrum JNDI Realm -- Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://localhost:389; userPattern=uid={0},ou=people,o=cymulacrum

Re: JNDI Realm Problem

2004-03-25 Thread Jeff Tulley
Pascal, What version of Tomcsat are you using? In response to a defect, I added a feature to JNDIRealm a while back, that applied a filter to certain JNDI realms to encode characters such as and ( Later we learned that I should have focused that filtering a little more on a specific string,

intermitant availabilty of JNDI Realm

2003-10-30 Thread Pieter Jan Velzeboer
Greetings, Im have some destinct troubles with the Tomcat JNDIRealm. The problem is that I need to login four times before I get authenticated. Has anyone else experienced the same? Details: Tomcat 4.1.27 LDAP: Domino 5 LDAP directory Browser: IE Cheers Charlie excerpt from server.xml:

Re: intermitant availabilty of JNDI Realm

2003-10-30 Thread Christopher Schultz
Charlie, Im have some destinct troubles with the Tomcat JNDIRealm. The problem is that I need to login four times before I get authenticated. Has anyone else experienced the same? Realm className=org.apache.catalina.realm.JNDIRealm debug=99

Re: intermitant availabilty of JNDI Realm

2003-10-30 Thread Pieter Jan Velzeboer
? Cheers Charlie Christopher Schultz [EMAIL PROTECTED] 30/10/2003 14:02 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: intermitant availabilty of JNDI Realm Charlie, Im have some destinct troubles with the Tomcat

Re: What LDAP servers does JNDI realm support? -

2003-10-09 Thread jerome moliere
Davi Leal wrote: jerome moliere wrote: I am trying to authenticate my webapps via a JNDI Realm, which connects to Microsoft Site Server (LDAP). :( As I am getting [LDAP: error code 2 - Protocol Error] (See below), I would like to know if that Micro$oft product is a certified

Re: What LDAP servers does JNDI realm support? -

2003-10-09 Thread Equipment Lamp
/auth-method realm-nameCEC/realm-name /login-config But authentication is not working, any debug techniques or methods will be a great help. Thanks jerome moliere [EMAIL PROTECTED] wrote: Davi Leal wrote: jerome moliere wrote: I am trying to authenticate my webapps via a JNDI

Re: What LDAP servers does JNDI realm support? -

2003-10-09 Thread Equipment Lamp
/auth-method realm-nameCEC/realm-name /login-config But authentication is not working, any debug techniques or methods will be a great help. Thanks jerome moliere [EMAIL PROTECTED] wrote: Davi Leal wrote: jerome moliere wrote: I am trying to authenticate my webapps via a JNDI

Re: What LDAP servers does JNDI realm support? -

2003-10-09 Thread jerome moliere
Equipment Lamp wrote: Hi Can youguys give some input on the following. I am using the following Tomcat: 4.1.27-LE-jdk14 Apache: 2.0.47 Java : 1.4.2 Linux OS: 7.3 iPlanet LDAP Server I am trying to configure LDAP authentication mechanism to my application. 1) In this regard i have downloaded

Tomcat vs Bea WebLogic - (was: Re: What LDAP servers does JNDI realm support?)

2003-10-09 Thread David Diaz
Davi Leal wrote: jerome moliere wrote: As I am getting [LDAP: error code 2 - Protocol Error] (See below), I would like to know if that Micro$oft product is a certified LDAP server. as fai as i Know, like any other microsoft product, partially... :) I have been told the LDAP protocol is

Re: What LDAP servers does JNDI realm support? -

2003-10-09 Thread Equipment Lamp
NO I JUST GET THE USERID AND PASSWORD PROMPT, and WHEN I PROVIDE THE CORRECT USERID/PASSWORD IT GET A MESSAGE SAYING INCORRECT USERID/PASSWORD. NO ENTRIES IN LOGS OR ANY EXCEPTIONS. have you any log entries or anything helpful ? classnotfound exception or something like this woulmd be great

What LDAP servers does JNDI realm support? - (was: Re: JNDI: LDAP Protocol Error (Microsoft LDAP))

2003-10-08 Thread Davi Leal
jerome moliere wrote: I am trying to authenticate my webapps via a JNDI Realm, which connects to Microsoft Site Server (LDAP). :( As I am getting [LDAP: error code 2 - Protocol Error] (See below), I would like to know if that Micro$oft product is a certified LDAP server. as fai as i

JNDI realm to access AD

2003-08-28 Thread Robyne Vaughn
Hi, I'm new to Tomcat and ADs. I'm trying to configure a JNDI realm (Tomcat 4.1.17 on IBM AS/400) to authenticate to Active Directory(microsoft on a server). I've found a couple of brief examples to follow, but don't understand the nomenclature well enough to make mine work on our installation. I

Re: JNDI Realm

2003-08-14 Thread Jeff Tulley
Business Solutions http://www.novell.com [EMAIL PROTECTED] 8/8/03 2:39:52 PM I am having trouble setting up the JNDI Realm in tomcat (I am using 4.1.27). I can bind to the ldap server, authenticate the user, but when it goes to checking roles, I am unsure how to organize my directory, and what

JNDI Realm

2003-08-14 Thread Scott Blanchard
I am having trouble setting up the JNDI Realm in tomcat (I am using 4.1.27). I can bind to the ldap server, authenticate the user, but when it goes to checking roles, I am unsure how to organize my directory, and what the application wants back when it does a filtered search. My ldap server

RE: JNDI realm - recursive group/role matching (Tomcat 4.1.18)

2003-03-14 Thread Philippe Maseres
() { return SmartJNDIRealm; } } Philippe Maseres Philippe -Message d'origine- Philippe De : Jon Roberts [mailto:[EMAIL PROTECTED] Philippe Envoye : jeudi 13 mars 2003 20:21 Philippe A : Tomcat Users List Philippe Objet : Re: JNDI realm - recursive group/role

JNDI realm - recursive group/role matching (Tomcat 4.1.18)

2003-03-13 Thread Philippe Maseres
Hello all. I need to set up Tomcat to use a LDAP directory for authentication and authorization. I successfully configured my iPlanet directory and a JNDI realm in Tomcat, and users and roles checkings work well, but with a restriction. My directory schema, which is quite classical, provides

Re: JNDI realm - recursive group/role matching (Tomcat 4.1.18)

2003-03-13 Thread Jon Roberts
Roberts www.mentata.com Philippe Maseres wrote: Hello all. I need to set up Tomcat to use a LDAP directory for authentication and authorization. I successfully configured my iPlanet directory and a JNDI realm in Tomcat, and users and roles checkings work well, but with a restriction. My directory

webapps fail to start if jndi realm of one host is down (long)

2002-10-04 Thread James Shvarts
Hello all sorry for the long post. i have the following issue: i have several webapps that are loaded tomcat-apache startup and are invoked using mod_webapp. there are several hosts defined in server.xml. there is a jndi realm declared in one of the host tag. the back-end of that is ldap server

Re: JNDI Realm on Tomcat 4 does not work

2002-09-24 Thread John Holman
Stephan Schwab wrote: Hi, I want to secure a webapp with the JNDI realm. But the LDAP query is sent wrong to my OpenLDAP server. Here is a snippet from server.xml: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://localhost; userPattern=uid

JNDI Realm on Tomcat 4 does not work

2002-09-23 Thread Stephan Schwab
Hi, I want to secure a webapp with the JNDI realm. But the LDAP query is sent wrong to my OpenLDAP server. Here is a snippet from server.xml: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://localhost; userPattern=uid=(0),ou=people,dc

JNDI Realm on Tomcat 4 does not work

2002-09-22 Thread Stephan Schwab
Hi, I want to secure a webapp with the JNDI realm. But the LDAP query is sent wrong to my OpenLDAP server. Here is a snippet from server.xml: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://localhost; userPattern=uid=(0),ou=people,dc

Re: JNDI Realm on Tomcat 4 does not work

2002-09-22 Thread John Holman
You need to use curly brackets {} for the substitions, not parentheses () e.g. userPattern=uid={0},ou=people,dc=yikester,dc=net not userPattern=uid=(0),ou=people,dc=yikester,dc=net John. Stephan Schwab wrote: Hi, I want to secure a webapp with the JNDI

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread John Holman
Providing a connectionName and connectionPassword does *not* cause JNDIRealm to lookup the password. It will still authenticate by binding as the user unless you specify the userPassword configuration attribute. Looking up roles as the administrator (or anonymously if connectionName and

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread Mark R. Diggory
Thank you for responding John, John Holman wrote: Providing a connectionName and connectionPassword does *not* cause JNDIRealm to lookup the password. It will still authenticate by binding as the user unless you specify the userPassword configuration attribute. I'm working with

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread John Holman
Mark Looking up roles as the administrator (or anonymously if connectionName and connectionPassword are not specified) is a deliberate design decision. John. ?? But, if you've already established a connection with the users principle and credentials, why would ever want to convert

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread Mark R. Diggory
actually have the rights to edit their group/subgroup entries. Users in the other groups do have rights to view thier groups/subgroups, they have no view of groups higher than them in the hierarchy. In my eye's the JNDI realm *is* just another *LDAP Client* connecting to the LDAP server. Its

Problems getting roles in JNDI Realm

2002-09-07 Thread Mark R. Diggory
I'm trying to get a realm set up via JNDI to an Openldap server. Here is my current server.xml config. Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://vdc.fas.harvard.edu:389;

Re: Problems getting roles in JNDI Realm (more info)

2002-09-07 Thread Mark R. Diggory
I know my request should work at the LDAP Server through JNDI because the following does work when I make a request to the LDAP server. I do get back the groups. % Hashtable env = new Hashtable(); env.put(DirContext.INITIAL_CONTEXT_FACTORY,com.sun.jndi.ldap.LdapCtxFactory);

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-07 Thread Mark R. Diggory
Looking over the JNDIRealm Code I notice that in the bindAsUser method that the users principle and credentials are stripped out of the context. It is after this point that the JNDI search request is made to gather the roles from the ldap server. Shouldn't it be *after* the search for the

JNDI Realm Help - (using iplanet)

2002-08-20 Thread Randy Secrist
Hello, I am trying to get TC (4.0.4) to establish a working JNDI realm using iplanet's directory server. I am using FORM based login and have this working as a JDBC realm previously. As you can see below, I would like to keep my users and roles in ou=warnertruck,ou=truckcenter,dc=secristfamily

Re: JNDI Realm Help - (using iplanet)

2002-08-20 Thread Tim Funk
as the user 3) Use JNDIRealm from the 4.1.X tree and bind as the user -Tim Randy Secrist wrote: Hello, I am trying to get TC (4.0.4) to establish a working JNDI realm using iplanet's directory server. I am using FORM based login and have this working as a JDBC realm previously. As you

Re: JNDI Realm Help - (using iplanet)

2002-08-20 Thread Randy Secrist
into the JDBCRealm at all? (For using SHA with say - mysql?) Randy - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 12:04 PM Subject: Re: JNDI Realm Help - (using iplanet) IPlanet with SHA does not work together in 4.0.4

Re: JNDI Realm Help - (using iplanet)

2002-08-20 Thread Tim Funk
12:04 PM Subject: Re: JNDI Realm Help - (using iplanet) IPlanet with SHA does not work together in 4.0.4. The password coming back from iPlanet is compared incorrectly with respect to digesting the user provided password. You have 3 alternatives: 1) Hack JNDIRealm (Attached is one I did

Q: Ldap/Jndi Realm under tomcat 3.3.1 ???

2002-06-03 Thread Milo Velt
Hello, I'm trying to configure tomcat in such a way that it uses LDAP for authentication of users... So far without any luck... The tomcat documentation doesn't help me very much neither does the mail archive or google... The documents I found are either about version 3.2.x or 4.0x, but the

Re: JNDI realm against win2000 DC (REPOST SORRY)

2002-04-22 Thread Jonathan Eric Miller
, they will put that in there too. Otherwise, that would be pretty problematic as well. Jon - Original Message - From: Soefara Redzuan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 12, 2002 7:57 AM Subject: Re: JNDI realm against win2000 DC (REPOST SORRY) No sooner have I hit

Re: JNDI Realm with Tomcat 4.0.1 and Netscape LDAP

2002-04-22 Thread Jonathan Eric Miller
Subject: JNDI Realm with Tomcat 4.0.1 and Netscape LDAP I am having problems trying to get a Tomcat 4.0.3 installation to authenticate to a Netscape LDAP server using the built-in capability. Configuration: Solaris 8, patched to date Netscape Directory Server 4.16 Tomcat 4.0.1

JNDI realm against win2000 DC (REPOST SORRY)

2002-04-12 Thread Jacob Lund
Sorry about this repost, but it is really bugging me! Does anyone have a TC 4.0.x configured with a JNDI realm against a windows 2000 domain controller? Or maybe just know how to set this up! I have been looking at the JNDI how-to and I cannot get it working. Thanks, Jacob -- To unsubscribe

Re: JNDI realm against win2000 DC (REPOST SORRY)

2002-04-12 Thread Soefara Redzuan
it too. Soefara. From: Jacob Lund [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JNDI realm against win2000 DC (REPOST SORRY) Date: Fri, 12 Apr 2002 14:39:07 +0200 Sorry about this repost, but it is really bugging me! Does anyone have a TC 4.0

Re: JNDI realm against win2000 DC (REPOST SORRY)

2002-04-12 Thread Soefara Redzuan
get it working. I'm sure there are many people who would love to use it too. Soefara. From: Jacob Lund [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JNDI realm against win2000 DC (REPOST SORRY) Date: Fri, 12 Apr 2002 14:39:07 +0200 Sorry about

JNDI realm against win2000 DC

2002-04-11 Thread Jacob Lund
Does anyone have a TC 4.0.x configured with a JNDI realm against a windows 2000 domain controller? Or maybe just know how to set this up! I have been looking at the JNDI how-to and I cannot get it working. Thanks, Jacob -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

Re: Tomcat4 / OpenLDAP - Encrypted connectionPassword in JNDI Realm(server.xml) - Please Help

2002-04-10 Thread Richard Priestley
connectionPassword in JNDI Realm (server.xml) - Please Help To: Tomcat Users List [EMAIL PROTECTED] Hi Jeremy. For the JNDI realm to connect to the directory server with administrator privileges it needs to know the plaintext password. Having a digest in the config file isn't possible because

Tomcat4 / OpenLDAP - Encrypted connectionPassword in JNDI Realm (server.xml) - Please Help

2002-04-09 Thread Jeremy Prellwitz
Hi all, i searched the archives but could not come up with an answer for this. I have everything working for LDAP authentication on my server, and i've figured out how to include non plain text passwords everywhere except for the connectionPassword attribute of the Realm tag in the

Re: Tomcat4 / OpenLDAP - Encrypted connectionPassword in JNDI Realm(server.xml) - Please Help

2002-04-09 Thread John Holman
Hi Jeremy. For the JNDI realm to connect to the directory server with administrator privileges it needs to know the plaintext password. Having a digest in the config file isn't possible because the realm can't reconstruct the plaintext password from it. I suppose some other encryption would

Re: Tomcat4 / OpenLDAP - Encrypted connectionPassword in JNDI Realm(server.xml) - Please Help

2002-04-09 Thread Jeremy Prellwitz
/ OpenLDAP - Encrypted connectionPassword in JNDI Realm (server.xml) - Please Help To: Tomcat Users List [EMAIL PROTECTED] Hi Jeremy. For the JNDI realm to connect to the directory server with administrator privileges it needs to know the plaintext password. Having a digest in the config file

JNDI Realm getRoles by group Membership attribute

2002-03-26 Thread Mark Teegarden
Okay, I'm doing this a little backwards, but I think this should work. I'm trying to figure out what roles a user has by querying the attribute list for groupMembership for the authenticated user. I know that the demonstrated method is to query the names of all the groups that a user is a

Does anyone know how to setup JNDI REALM?

2002-02-27 Thread Cevikce, Mehmet
Hello everyone, I need to authenticate and get set of roles from a LDAP directory server once user gets authenticated by the Tomcat based on the Digital Certificate. Question is once tomcat does client authentication how can I use JNDI REALM to get user Roles? I really need to get this working