Re: [PHP] Re: Obtain NT Logon

2004-07-04 Thread Harlequin
Martin John is right. I have used this facility with VB, VBA and VBS but not in PHP. However, the principle is the same. Disable anonymous logins and use the code John is suggesting and it should work a treat. I'd recommend outputting this data to a TXT file or MySQL dbase also. --

Re: [PHP] Re: Obtain NT Logon

2004-07-03 Thread John W. Holmes
Manuel Lemos wrote: I have a web form with a field for username, this is a corporate site so will be the users NT logon. Would it be possible using PHP to obtain this information directly from the client pc? Assuming that you Web server is configured to require Windows NT domain authentication for

[PHP] Re: Obtain NT Logon

2004-07-03 Thread Manuel Lemos
Hello, On 07/03/2004 08:27 PM, Martin Wilmore wrote: I have a web form with a field for username, this is a corporate site so will be the users NT logon. Would it be possible using PHP to obtain this information directly from the client pc? Assuming that you Web server is configured to require Wind