ad!!!

2001-07-11 Thread crabcorn
__ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: ad!!!

2001-07-14 Thread Adam Fowler
??? yes??? On Wednesday 11 July 2001 21:36, you wrote: > __ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/

Tomcat Authenticates to AD. How do I access AD variables?

2003-11-11 Thread Robyne Vaughn
n my opening .jsp, how can I get user data from Active Directory? For instance, how would I retrieve their Surname, firstname, and e-mail address from AD using my .jsp after Tomcat has authenticated them? getRemoteUser gives me their login id, but I don't know how to get to all their data since I don't know the path along which Tomcat found them and authenticated them. thanks, Robyne Vaughn

Re: Tomcat Authenticates to AD. How do I access AD variables?

2003-11-11 Thread Tim Funk
ame, and e-mail address from AD using my .jsp after Tomcat has authenticated them? getRemoteUser gives me their login id, but I don't know how to get to all their data since I don't know the path along which Tomcat found th

RE: Tomcat Authenticates to AD. How do I access AD variables?

2003-11-12 Thread Robyne Vaughn
ints to me that I ought to be able to extract the "path" (DN?) to use. All I know about JNDI, I've found out in the last 2 weeks. If you have some coding examples you would care to share. I would greatly appreciate it. (I have seen the sun tutorial - it's incomplete where AD

Tomcat 4.1 and AD

2002-05-31 Thread Jacob Lund
Could someone tell me if TC 4.1 is going to have a realm connector to Microsoft Active Directory LDAP interface? Thanks /Jacob -- To unsubscribe, e-mail: For additional commands, e-mail:

URL rewriting ad nauseum

2001-06-26 Thread Ros
My site *has* to track sessions whilst allowing users to disable cookies. In development so far i've been using tomcat with apache (using mod_jk). This isn't going to work for the real thing (bug #1388) As far as i can see and if i understand right, i have 3 options: 1) Use Tomcat standalone 2

[OT] Re: Tomcat Authenticates to AD. How do I access AD variables?

2003-11-12 Thread Tim Funk
can see what DN tomcat followed to authenticate my user. That hints to me that I ought to be able to extract the "path" (DN?) to use. All I know about JNDI, I've found out in the last 2 weeks. If you have some coding ex

RE: [OT] Re: Tomcat Authenticates to AD. How do I access AD variables?

2003-11-12 Thread Robyne Vaughn
Thanks, Tim. That's a lot of help. Robyne -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 8:04 AM To: Tomcat Users List Subject: [OT] Re: Tomcat Authenticates to AD. How do I access AD variables? From the user id that tomcat re

JNDI realm to access AD

2003-08-28 Thread Robyne Vaughn
incipalName homeDirectory homeDrive Under the column labled DN and under the column labled distinguishedName the entry is the same: CN=John Doe, OU=CO,DC=lubbock,DC=isd The AD support guys told me that OU=CO means Organizational Unit = Central office. I want to be able to search across all OU

Re: URL rewriting ad nauseum

2001-06-26 Thread Tim O'Neil
Session tracking without cookies is a huge engineering mess. I don't quite understand what your choice of server platform has to do with it. Have you taken a look at the HttpSessionObject? Is that what you mean with the bug you mention? (I've used cookies solely, I don't know much about HttpSessio

Re: URL rewriting ad nauseum

2001-06-26 Thread Ellis Teer
What about using mod_session? Use it to turn off cookie tracking and then insert session id's into the resource URL/list of environment variables? You could then log the session id out of the environment variables or read it directly as a GET request parameter in Tomcat depending on how you are

Roles-problem with JNDIRealm and AD

2004-10-06 Thread Eividn Trondsen
Hi List I'm trying to connect Tomcat/5.0.28 to AD on Windows 2003. My problem is that JNDIRealm fails to get role information, after successfully binding with the users DN. My temporary conclusion is that JNDIRealm fails to use the bound connection with AD when performing the search for the

AD authentication if exact jndi context not known

2003-08-14 Thread carel-j rischmuller
Good day. I've succeeded in setting up the JNDIRealm to connect and authenticate to AD (Active Directory) if the exact context (tree path) to the user element is known. I just set the userBase to that exact context. E.g. userBase="ou=Office1,dc=Company,dc=net" However, I&#

Re: AD authentication if exact jndi context not known

2003-08-18 Thread carel-j rischmuller
> >I've succeeded in setting up the JNDIRealm to connect and >authenticate to AD (Active Directory) if the exact context (tree path) >to the user element is known. I just set the userBase to that exact >context. E.g. userBase="ou=Office1,dc=Company,dc=net" > &

Tomcat / AD / Queries from Username instead of Full Name

2003-10-22 Thread Matt Fury
Has anyone run into an issue with querying LDAP/AD and getting the username? It seems as though because our AD was set up with Organizational Units there is no way to get the username from a query. It seems that the CN=Full Name instead of CN=Username. Has anyone worked around this or no of a fix

Re: AD authentication if exact jndi context not known

2004-03-10 Thread Martin Rostan
Hi, I'm trying to use referrals="follow" in the JNDIRealm in order to make it work against Active Directory, but it's not working, I' receiving the exception below (I'm supposing the AD process is broken). Also I've found that the JNDI tutorial says that refe