ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilLDAPServer.php File Reference

Go to the source code of this file.

Data Structures

class  ilLDAPServer
 

Variables

const IL_LDAP_BIND_ANONYMOUS 0
 
const IL_LDAP_BIND_USER 1
 
const IL_LDAP_SCOPE_SUB 0
 
const IL_LDAP_SCOPE_ONE 1
 
const IL_LDAP_SCOPE_BASE 2
 

Variable Documentation

◆ IL_LDAP_BIND_ANONYMOUS

const IL_LDAP_BIND_ANONYMOUS 0

◆ IL_LDAP_BIND_USER

◆ IL_LDAP_SCOPE_BASE

◆ IL_LDAP_SCOPE_ONE

const IL_LDAP_SCOPE_ONE 1

◆ IL_LDAP_SCOPE_SUB

const IL_LDAP_SCOPE_SUB 0

Definition at line 8 of file class.ilLDAPServer.php.

Referenced by ilLDAPSettingsGUI\initForm(), and ilLDAPQuery\queryByScope().