I currently have some Intranet sites setup that grab the username of the
person logged in:

                        UsrString =
Request.ServerVariables("LOGON_USER")
                        'Parse the "domain\username" format into
"domain" and "username"
                        UsrName = split(UsrString,"\",-1,1)
                        Set usr = GetObject("WinNT://" & UsrName(0) &
"/" & UsrName(1) & ",User")


Will this work with a Windows 2000/2003 native domain?
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to