[PHP] PAM authentification

2001-03-22 Thread Daniel Svensson, Coretrek

Hi there!

I wonder if there is someone out there who can help me out with some
advices regarding authentification with PAM (Pluggable Authentication
Modules)
using PHP.

The main reason for using PAM is that I want to connect to Novell
NDS/eDirectory
to get info about a user based on a supplied username and password. This
info
will then be presented to the user on a web page when they are logged in.

We are currently running freeBSD on our webservers, but may consider to set
up
a machine with Linux if necessary.

So, if any of you people could help me out here, that would be really
appreciated!

/Daniel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PAM authentification

2001-03-22 Thread Matt McClanahan

On Thu, Mar 22, 2001 at 10:37:41AM +0100, Daniel Svensson, Coretrek wrote:

 Hi there!
 
 I wonder if there is someone out there who can help me out with some
 advices regarding authentification with PAM (Pluggable Authentication
 Modules)
 using PHP.

Try php_pam.

http://freshmeat.net/projects/php_pam/

Matt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]