ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
LDAP.php File Reference

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
 

Variable Documentation

◆ ERR_AS_ATTRIBUTE

const ERR_AS_ATTRIBUTE 6

Definition at line 11 of file LDAP.php.

◆ ERR_AS_DATA_INCONSIST

const ERR_AS_DATA_INCONSIST 4

Definition at line 9 of file LDAP.php.

Referenced by SimpleSAML_Auth_LDAP\search().

◆ ERR_AS_INTERNAL

const ERR_AS_INTERNAL 5

Definition at line 10 of file LDAP.php.

◆ ERR_INTERNAL

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().

◆ ERR_NO_USER

const ERR_NO_USER 2

Definition at line 7 of file LDAP.php.

Referenced by SimpleSAML_Auth_LDAP\search(), and SimpleSAML_Auth_LDAP\searchformultiple().

◆ ERR_WRONG_PW

const ERR_WRONG_PW 3

Definition at line 8 of file LDAP.php.