Scott Koranda wrote:
Hello,
I wish to develop a user-defined loadable module that instantiates the check_password() function as described in the slapo-ppolicy man page.
The man page specifies the function prototype as
int check_password (char *pPasswd, char **ppErrStr, Entry *pEntry);
In which header file is the 'Entry' type defined?
In slap.h. You cannot develop any code for slapd without this header file.