Re: developing module that instantiates check_password() function

2013-08-10 Thread Scott Koranda
On Sat, Aug 10, 2013 at 10:30 AM, Howard Chu h...@symas.com wrote: 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

Re: developing module that instantiates check_password() function

2013-08-10 Thread Howard Chu
Scott Koranda wrote: On Sat, Aug 10, 2013 at 10:30 AM, Howard Chu h...@symas.com wrote: 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

developing module that instantiates check_password() function

2013-08-09 Thread Scott Koranda
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