Hiya, Im working on a site that requires a user to authenticate to LDAP and presenting an
applet as the login box. Problem is, cos of the applet sandbox problem (i think), I cant get the applet to talk to the LDAP server, even though theyre on the same domain.
ie, my applet comes from;
thiscomputer.myserver.com
and the ldap server is
ldap.myserver.com
how do people do this normally??? Obviously altering the security properties of everyones JRE is out the question. What do people normally do - must I use forms and
servlets instead??
Thanks for you help
mike