[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/Horde/Auth/ -> pam.php (sommaire)

(pas de description)

Poids: 89 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

Auth_pam:: (2 méthodes):
  Auth_pam()
  _authenticate()


Classe: Auth_pam  - X-Ref

The Auth_pam:: class provides a PAM-based implementation of the Horde
authentication system.

PAM (Pluggable Authentication Modules) is a flexible mechanism for
authenticating users.  It has become the standard authentication system for
Linux, Solaris and FreeBSD.

This implementation requires Chad Cunningham's pam_auth extension:

http://www.math.ohio-state.edu/~ccunning/pam_auth/

Optional parameters:<pre>
'service'  The name of the PAM service to use when authenticating.
DEFAULT: php</pre>


$Horde: framework/Auth/Auth/pam.php,v 1.3.10.11 2006/01/01 21:28:07 jan Exp $

Copyright 2004-2006 Jon Parise <jon@horde.org>

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Auth_pam($params = array()   X-Ref
Constructs a new PAM authentication object.

param: array $params  A hash containing connection parameters.

_authenticate($userId, $credentials)   X-Ref
Find out if a set of login credentials are valid.

param: string $userId      The userId to check.
param: array $credentials  An array of login credentials.
return: boolean  Whether or not the credentials are valid.



Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7