16.3. slapi_acl_verify_aci_syntax()
Determines whether the access control items (ACIs) on an entry are valid.
#include "slapi-plugin.h" int slapi_acl_verify_aci_syntax (Slapi_Entry *e, char **errbuf);
This function takes the following parameters:
| e | Entry for which you want to check the ACIs. |
| errbuf | Pointer to the error message returned if the ACI syntax is invalid. |
This function returns one of the following values:
- 0 if successful.
- -1 if an error occurs.
You must free the errbuf buffer by calling slapi_ch_free() when you are finished using the error message.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.