D
Dound
Say I have an LDAP server at ldap.me.com and want to query it. The person
filling out the form specifies whatever cn / uid of the person they are
filling out info on. I would like to use that cn to query ldap.me.com and
get a few fields back -- say "lastname" and "email".
Any ideas? I would prefer VBScript code if possible. Thanks a bunch.
~ David
PS. Alternatively, I could routinely dump the LDAP contents I need into an
XML file and then post that on the site and potentially have the form look in
that? Could also query a MySQL (not MS SQL). LDAP is preferred though ...
filling out the form specifies whatever cn / uid of the person they are
filling out info on. I would like to use that cn to query ldap.me.com and
get a few fields back -- say "lastname" and "email".
Any ideas? I would prefer VBScript code if possible. Thanks a bunch.
~ David
PS. Alternatively, I could routinely dump the LDAP contents I need into an
XML file and then post that on the site and potentially have the form look in
that? Could also query a MySQL (not MS SQL). LDAP is preferred though ...