#include <ldap.h> int ldap_insert_control( LDAPControl *newControl, LDAPControl ***ctrlList)
The ldap_insert_control() function is used to insert a control in the list of LDAP server controls.
Note: The function will allocate space in the list for the control, but will not allocate the actual control.
No i5/OS authority is required. All authority checking is done by the LDAP server.
Top | LDAP APIs | APIs by category |