ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Data Structures | |
class | SimpleSAML_Auth_LDAP |
Namespaces | |
SimpleSAMLphp | |
Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes. | |
Variables | |
const | ERR_INTERNAL 1 |
Constants defining possible errors. More... | |
const | ERR_NO_USER 2 |
const | ERR_WRONG_PW 3 |
const | ERR_AS_DATA_INCONSIST 4 |
const | ERR_AS_INTERNAL 5 |
const | ERR_AS_ATTRIBUTE 6 |
const ERR_AS_DATA_INCONSIST 4 |
Definition at line 9 of file LDAP.php.
Referenced by SimpleSAML_Auth_LDAP\search().
const ERR_INTERNAL 1 |
Constants defining possible errors.
Definition at line 6 of file LDAP.php.
Referenced by SimpleSAML_Auth_LDAP\__construct(), SimpleSAML_Auth_LDAP\searchformultiple(), and SimpleSAML_Auth_LDAP\setOption().
const ERR_NO_USER 2 |
Definition at line 7 of file LDAP.php.
Referenced by SimpleSAML_Auth_LDAP\search(), and SimpleSAML_Auth_LDAP\searchformultiple().