Page 1 of 1

Login script for existing windows users

Posted: Sun Jan 04, 2009 12:02 pm
by PhpDog
I am creating a new company intranet. We have many users on a mixture of terminals and PCs. Users hate having to continually login, so how can I create a login script to interact with our Windows 2003 servers please?. We don't currently use active directory.

Re: Login script for existing windows users

Posted: Mon Jan 05, 2009 5:58 am
by kaisellgren
PhpDog wrote:I am creating a new company intranet. We have many users on a mixture of terminals and PCs. Users hate having to continually login, so how can I create a login script to interact with our Windows 2003 servers please?. We don't currently use active directory.
Since you are on a PHP forum, you want a PHP login script that "automatically logins your users".

I am not following you with your "to interact with our Windows 2003 servers". Your login script made in PHP will work as is in all operating systems / HTTP servers where PHP works. If you install PHP on your Windows '03 Server, then the login script will work on it. I have never heard of a login script that requires a specific OS/HTTPD :)

To get your started, play with some logins scripts made: http://www.hotscripts.com/PHP/Scripts_a ... index.html

They should all work just fine if you have PHP (and/or MySQL) installed.