Adobe Air - Read information from LDAP server
Posted
by whoopy_whale
on Stack Overflow
See other posts from Stack Overflow
or by whoopy_whale
Published on 2010-04-21T17:26:21Z
Indexed on
2010/04/22
1:03 UTC
Read the original article
Hit count: 398
Hi,
I have an AIR application and would like to connect to an LDAP server to obtain some information for a particular user.
The url is something like ldap://ldapservername:389/
I would like to pass the userid/Name as the parameter and hope to retrieve the Full Name, Email address etc.
Can you please provide suggestions regarding implementing this? A Windows specific solution is also fine with me.
© Stack Overflow or respective owner