Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NT Authentication

Status
Not open for further replies.

skiflyer

Programmer
Sep 24, 2002
2,213
0
0
US
Basically, I have an intranet with some internal apps... we want to authenticate the user and rather than setup a new username/pwd for everyone want to just use the NT authentication... but all the googling turns up incredibly out of date information.... (perhaps I'm just not looking in the right places). My server side scripting is all in PHP if that makes a difference to anyone.

Can anyone offer me some assistance?

Thanks!

Rob
 
What is the type of server Linux / NT

If it's Linux you could use mod_auth_smb (or something similair)

If it's NT with IIS you could use it built-in and use the php authentication variable
Code:
$_SERVER['PHP_AUTH_USER']
Never tried it with IIS

--

Maurits

~ There is no place like 127.0.0.1 ~
 
Woops ... Correction mod_smbauth (that's more up 2 date)


--

Maurits

~ There is no place like 127.0.0.1 ~
 
Oops, sorry, lost my first post, and forgot that info when I retyped... I have neither of those options... it's

WinXp/Apache (with PHP & MySQL)

-Rob
 
Grrr, too many boxes... make that Win2k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top