Login script for existing windows users

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
PhpDog
Forum Commoner
Posts: 58
Joined: Mon Jan 14, 2008 10:23 am

Login script for existing windows users

Post 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.
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: Login script for existing windows users

Post 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.
Post Reply