PHP Class Horde_Auth_Pam, horde
PAM (Pluggable Authentication Modules) is a flexible mechanism for
authenticating users. It has become the standard authentication system for
Linux, Solaris and FreeBSD.
This driver relies on the PECL PAM package:
http://pecl.php.net/package/PAM
Mostrar archivo
Open project: horde/horde
Public Methods
Protected Methods
Method |
Description |
|
_authenticate ( string $userId, array $credentials ) |
Find out if a set of login credentials are valid. |
|
Method Details
__construct()
public method
public __construct ( array $params = [] ) |
$params |
array |
Optional parameters:
'service' - (string) The name of the PAM service to use when
authenticating.
DEFAULT: php
|
_authenticate()
protected method
Find out if a set of login credentials are valid.