[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
developing module that instantiates check_password() function
- To: openldap-technical@openldap.org
- Subject: developing module that instantiates check_password() function
- From: Scott Koranda <skoranda@gmail.com>
- Date: Fri, 9 Aug 2013 12:34:13 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=V+kawtD7UrDXPJELRdjZS49DYwsQxetX6Ekcohfw5aw=; b=jXj1YaVmEx/NtRZSjU/nCMG2UnRA1A+FHUUVlBRFyi1/4S7Nb5MKPnsiQIidMD+g5U tIuUS6OLmw1TGzyc3++z/GKbSXcJyvQuMWmUawhOqhFRAHlGRQDXn3fkcnHTbravg1hq VHwjRQvm572kbTVHRFvYl/jtfIJDMgG10KFjrY7t+xdzMA504cssFNJgxRiwVWebPPOV Zy2vOCB4Hke3T2mThkxEWs7UmhCDOXvcGXG+dkRZANnvQaYMsYJ15ZEwx2g/8lpodH8J j3D3w1TACIrLwZkVhqJyCpSrdeN+jhi2PWWQMQand/A13wmhB0BWds1J3HOi+9oy8teD TECw==
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?
Thanks,
Scott