| 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
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
| 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
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