The ProtocolSelectType enumeration contains protocols that can be used on connection to directory service.
It is used by the following properties and methods:
Value | Brief description |
0 | LDAP. The LDAP protocol (Used by default). |
1 | GC. Connection to directory service based on Active Directory by LDAP protocol. |
2 | OpenLDAP. Connection to directory service using OpenLDAP (open implementation of LDAP protocol). It is used if directory service is deployed on Linux OS server. |
To connect to the directory service using OpenLDAP, determine additional settings. For details see the Working with Directory Services article.
See also: