#include <ldap.h>
int ldap_add_control(
char *oid,
ber_len_t len,
char *value,
int isCritical,
LDAPControl ***ctrlList)
The ldap_add_control() function is used to create a control and insert it into the list of LDAP server controls.
Note: The function will allocate space in the list for the control.
No i5/OS authority is required. All authority checking is done by the LDAP server.
| Top | LDAP APIs | APIs by category |