Hi,
I need to modify a function that gets passed a username and returns the E-mail address (from LDAP) associated with that user.
Currently the function has the LDAP Host, Port and RootDN hard-coded in, and I need to remove those and just get the E-mail address from an LDAP context object returned by Tomcat...
I know nothing about web or database programming. I've only done simple stand-alone Java apps so far.
Any help would be much appreciated.
I need to modify a function that gets passed a username and returns the E-mail address (from LDAP) associated with that user.
Currently the function has the LDAP Host, Port and RootDN hard-coded in, and I need to remove those and just get the E-mail address from an LDAP context object returned by Tomcat...
I know nothing about web or database programming. I've only done simple stand-alone Java apps so far.
Any help would be much appreciated.