PHP 클래스 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
파일 보기
프로젝트 열기: horde/horde
공개 메소드들
보호된 메소드들
메소드 상세
public __construct ( array $params = [] ) |
$params |
array |
Optional parameters:
'service' - (string) The name of the PAM service to use when
authenticating.
DEFAULT: php
|
Find out if a set of login credentials are valid.