Login script for existing windows users
Moderator: General Moderators
Login script for existing windows users
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.
- kaisellgren
- DevNet Resident
- Posts: 1675
- Joined: Sat Jan 07, 2006 5:52 am
- Location: Lahti, Finland.
Re: Login script for existing windows users
Since you are on a PHP forum, you want a PHP login script that "automatically logins your users".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.
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.