HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
54 Parameters for the bind function
The following table lists the parameters in the parameter block passed to the database bind
function. If you are writing a preoperation, database, or postoperation bind function, you can
get these values by calling the function.
DescriptionData typeParameter ID
DN of the entry to which to bind.
char *SLAPI_BIND_TARGET
Authentication method used; for example,
LDAP_AUTH_SIMPLE or LDAP_AUTH_SASL.
intSLAPI_BIND_METHOD
Credentials from the bind request.
struct berval *SLAPI_BIND_CREDENTIALS
Simple Authentication and Security Layer (SASL)
credentials that you want to send back to the client. Set
this before calling .
struct berval *SLAPI_BIND_RET_SASLCREDS
Simple Authentication and Security Layer (SASL)
mechanism that is used (for example,
LDAP_SASL_EXTERNAL).
char *SLAPI_BIND_SASLMECHANISM
See Table 7-9 “Information processed during an LDAP abandon operation”, for more information
on these parameters.
399