file
schema_p.h
Classes
- struct ldap_schema_t
- The ldap_
schema_ t struct - Represents LDAP schema.
Functions
-
auto schema_load_openldap(struct ldap_
connection_ ctx_ t* connection, struct ldap_ schema_ t* schema) -> enum OperationReturnCode - schema_load_openldap Loads the schema of OpenLDAP directory type from the connection.
-
auto schema_load_active_directory(struct ldap_
connection_ ctx_ t* connection, struct ldap_ schema_ t* schema) -> enum OperationReturnCode - ldap_schema_load Loads the schema of OpenLDAP directory type from the connection.
Function documentation
enum OperationReturnCode schema_load_openldap(struct ldap_ connection_ ctx_ t* connection,
struct ldap_ schema_ t* schema)
schema_load_openldap Loads the schema of OpenLDAP directory type from the connection.
Parameters | |
---|---|
connection in | Connection to work with. |
schema in | Schema for loading data from connection. |
Returns |
|
enum OperationReturnCode schema_load_active_directory(struct ldap_ connection_ ctx_ t* connection,
struct ldap_ schema_ t* schema)
ldap_schema_load Loads the schema of OpenLDAP directory type from the connection.
Parameters | |
---|---|
connection in | Connection to work with. |
schema in | Schema for loading data from connection. |
Returns |
|