#include <ldap.h>
int ldap_remove_control(
LDAPControl *delControl,
LDAPControl ***ctrlList,
int freeit)
The ldap_remove_control() function is used to remove a control from the list of LDAP server controls.
Note: If freeit is not 0, the control will be freed. If freeit is set to 0, the control will not be freed.
No i5/OS authority is required. All authority checking is done by the LDAP server.
| Top | LDAP APIs | APIs by category |