Determines whether or not the access control items (ACIs) on an entry are valid.
Syntax
#include "slapi-plugin.h"
int slapi_acl_verify_aci_syntax (Slapi_Entry *e, char **errbuf);
Parameters
The function has the following parameters:
Returns
0 if successful, or -1 if an error occurs.
Example
[To be added]
See Also