I'm trying to create a javascript function that I can run from my browser. The webpage form will take the login name of a user in the GAL, and return specific elements from the user's GAL record (email address, phone number, etc...). Security is getting in the way of my testing.
1. I need my script to first get the credentials of the locally logged in user (me). I have read-only access to the GAL.
2. I need some simple code that will perform an LDAP query in the GAL, and return specific attributes.
I have tried several examples (thanks to Google) and all of them fail in one way or another.
Suggestions or hints are welcome.
Mike
1. I need my script to first get the credentials of the locally logged in user (me). I have read-only access to the GAL.
2. I need some simple code that will perform an LDAP query in the GAL, and return specific attributes.
I have tried several examples (thanks to Google) and all of them fail in one way or another.
Suggestions or hints are welcome.
Mike