Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual page 574

For plug-in
Table of Contents

Advertisement

Parameters Accessible to All Plug-ins
Parameter ID
SLAPI_CONN_AUTHMETHOD
SLAPI_CONN_AUTHTYPE
SLAPI_CONN_CLIENTIP
SLAPI_CONN_SERVERIP
SLAPI_CONN_CLIENTNETADDR*
574
Netscape Directory Server Plug-in Programmer's Guide • October 2004
Data Type
char *
char *
struct in_addr
struct in_addr
PRNetAddr
Description
Method used to authenticate the current
user. If you call slapi_pblock_get()
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.
This parameter has been deprecated for
current releases. Use
SLAPI_CONN_AUTHMETHOD instead.
IP address of the client requesting the
operation. This parameter has been
replaced by
SLAPI_CONN_CLIENTNETADDR but is
provided here for backward
compatibility.
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.This parameter has been
replaced by SLAPI_CONN_SERVERADDR
but is provided here for backward
compatibility
IP address of the client requesting the
operation.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents