Hi,
Is there any way that a PHP script can extract information from Windows Active Directory or use windows logon information?
bye, Svanur
Well, using windows logon info, I dont know... But try: <? phpinfo(); ?> ...and check the very bottom part of the generated page. You'll find some interesting stuff there that I think might help you.
According to MS, You should be able to get what you need using the LDAP Functions in PHP.
PHP LDAP Stuff: http://www.php.net/manual/en/ref.ldap.php
AD Stuff: http://www.microsoft.com/TechNet/prodtechnol/winntas/maintain/featusability/adsildap.asp (look about half-way down)