HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
Table 53-1 Information about the connection
DescriptionData typeParameter ID
The security strength factor provided by the SASL
layer used by the connection.
int *SLAPI_CONN_SASL_SSF
The client certificate associated with the connection;
may be absent.
CERTCertificate *
This is an NSS
database. See http://
mozilla.org/projects/
security/pki/nss/
SLAPI_CONN_CERT
Indicates the current connection is a replication
session.
char *SLAPI_CONN_IS_REPLICATION_SESSION
Indicates the current connection is through SSL.
char *SLAPI_CONN_IS_SSL_CONNECTION
Information about the current client connection.
Slapi_Connection
*
SLAPI_CONNECTION
ID identifying the current connection.
int *SLAPI_CONN_ID
DN of the user authenticated on the current
connection. If you call to get this DN, you should
call slapi_ch_free_string() to free the
resulting DN when done.
char *SLAPI_CONN_DN
Method used to authenticate the current user. If you
call to get this value, you should call
slapi_ch_free_string() to free the resulting
value when done. This parameter can have one of
the following values:
SLAPD_AUTH_NONE specifies that no
authentication mechanism was used (for
example, in cases of anonymous authentication).
SLAPD_AUTH_SIMPLE specifies that simple
authentication (user name and password) was
used to authenticate the current user.
SLAPD_AUTH_SSL specifies that SSL
(certificate-based authentication) was used to
authenticate the current user.
SLAPD_AUTH_SASL specifies that a SASL
(Simple Authentication and Security Layer)
mechanism was used to authenticate the current
user.
char *SLAPI_CONN_AUTHMETHOD
This parameter has been deprecated for current
releases. Use SLAPI_CONN_AUTHMETHOD instead.
char *SLAPI_CONN_AUTHTYPE
IP address of the client requestingthe operation.
PRNetAddrSLAPI_CONN_CLIENTNETADDR
1
IP address to which the client is connecting. You
might want to use this parameter if, for example,
your server accepts connections on multiple IP
addresses.
PRNetAddrSLAPI_CONN_SERVERNETADDR
1
1 These parameters use an NSPR structure. See http://www.mozilla.org/projects/nspr.
392 Parameters accessible to all plug-ins