PDA

View Full Version : Active Directory??


FlyingL0
06-02-2003, 01:50 PM
Is there anyway I can get a persons login name from the active directory? Right now Im using the login they type to enter the proxy... the code is below.

username = Ucase(Request.Servervariables("logon_user"))

However I would like to use the active directory instead.

FlyingL0
06-03-2003, 07:36 AM
anybody?

skriptkiddie
06-03-2003, 09:20 PM
LDAP maybe? I really am not sure.