PHP 클래스 sspmod_ldap_Auth_Source_LDAPMulti, simplesamlphp
See the ldap-entry in config-templates/authsources.php for information about
configuration of this authentication source.
This class is based on www/auth/login.php.
파일 보기
프로젝트 열기: simplesamlphp/simplesamlphp
공개 메소드들
보호된 메소드들
메소드 상세
Constructor for this authentication source.
getOrganizations()
보호된 메소드
Retrieve list of organizations.
Attempt to log in using the given username and password.
protected login ( string $username, string $password, string $org, array $sasl_args = null ) : array |
$username |
string |
The username the user wrote. |
$password |
string |
The password the user wrote. |
$org |
string |
The organization the user chose. |
$sasl_args |
array |
|
리턴 |
array |
Associative array with the users attributes. |