Hi Folks Hope you can help me with a simple problem. I have a login script that requires me to display the username and domain controller the user connects through when logging in to Active Directory.
I can get their username via: from win32api import GetUserName user = GetUserName() My question is how do I get the domain controller they authenticated through? Hope you can help. Brian
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
