HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
69 Parameters for password storage
The following plug-in functions and parameters access password storage schemes to encode,
decode, and compare passwords:
“Password storage plug-ins”
“Parameters for password storage”
69.1 Password storage plug-ins
The parameters listed below are used with functions that you can call to store passwords.
DescriptionParameter ID
This function accesses a password storage scheme to compare
passwords.
SLAPI_PLUGIN_PWD_STORAGE_SCHEME_CMP_FN
This function accesses a password storage scheme to decode
passwords.
SLAPI_PLUGIN_PWD_STORAGE_SCHEME_DEC_FN
This function accesses a password storage scheme to encode
passwords.
SLAPI_PLUGIN_PWD_STORAGE_SCHEME_ENC_FN
69.2 Parameters for password storage
The parameters listed below apply to password storage schemes.
DescriptionData typeParameter ID
Value from the database password storage scheme.
char *SLAPI_PLUGIN_PWD_STORAGE_SCHEME_DB_PWD
Name of the password storage scheme.
char *SLAPI_PLUGIN_PWD_STORAGE_SCHEME_NAME
Value of the LDAP user password.
char *SLAPI_PLUGIN_PWD_STORAGE_SCHEME_USER_PWD
Attributes for the user password that are used for
password handling.
Slapi_Attr *SLAPI_USERPWD_ATTR
userpassword
69.1 Password storage plug-ins 429