RE: [PHP] User Authentication against remote authentication server [ LDAP ]

2001-10-29 Thread Johnson, Kirk
age- > From: Kurt Lieber [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 3:58 PM > To: PHP General List > Subject: Re: [PHP] User Authentication against remote authentication > server [ LDAP ] > > > > However, if the authentication server is not the web > se

Re: [PHP] User Authentication against remote authentication server

2001-10-29 Thread Kurt Lieber
> However, if the authentication server is not the web server, instead, > it is a remote independent server. How can we manage the user > authentications at the web server side? Use LDAP. http://www.php.net/manual/en/ref.ldap.php -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] User Authentication against remote authentication server

2001-10-29 Thread Frewuill Rodriguez
may be you can write a script (perl/php/*) which try to check/log/whatever on the remote user sending a login/password, so if it returns ok yo can use it to deny/allow the access to your local webserver.. it's like a kind of authentication proxy - Original Message - From: "Zhu George-C