RE: Authenticating to ActiveDirectory from webapp

2007-04-24 Thread Nelson, Tracy M.
| From: David Kerber [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 24 April, 2007 13:31 | | Nelson, Tracy M. wrote: | | >Can't you just use the standard Java LDAP classes? Javax.naming.ldap.*, | >javax.naming.directory.* and friends? AD is supposed to be | >LDAPv3-compliant. | > | That was one of

Re: Authenticating to ActiveDirectory from webapp

2007-04-24 Thread David Kerber
Nelson, Tracy M. wrote: | From: David Kerber [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 24 April, 2007 10:38 | | What is a good java package that I can use with my webapp to let my | customers authenticate against their active directory installation, from | my Tomcat 5.5.15 webapp? Can't you

RE: Authenticating to ActiveDirectory from webapp

2007-04-24 Thread Nelson, Tracy M.
| From: David Kerber [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 24 April, 2007 10:38 | | What is a good java package that I can use with my webapp to let my | customers authenticate against their active directory installation, from | my Tomcat 5.5.15 webapp? Can't you just use the standard Java L

Authenticating to ActiveDirectory from webapp

2007-04-24 Thread David Kerber
What is a good java package that I can use with my webapp to let my customers authenticate against their active directory installation, from my Tomcat 5.5.15 webapp? Right now, I'm authenticating against my app's built-in database, but that's not very extensible, even though it works ok so far