LDAP

Top  Previous  Next

ldap_servers

This parameter contains the name(s) (separed by space) of the LDAP servers from which XCICS/TS load the user list a startup or reconfiguration time.

Syntax

set ldap_servers="<value>";

ldap_port

The TCP port number where the LDAP service listen on LDAP servers. By default this value is the standard LDAP port number (389).

Syntax

set ldap_port=<value>;

ldap_login_dn

The full LDAP DN (Distinguish Name) used by XCICS/TS to login into the LDAP servers. (i.e. "uid=cicsuser,dc=example,dc=com");

Syntax

set ldap_login_dn="<value>";

ldap_password

The password of the DN used by XCICS/TS to login into the LDAP servers. It's a plain text string.

Syntax

set ldap_password="<value>";

ldap_base

The LDAP search base used from where XCICS searches for valid users. It must be expressed as a standard LDAP search base (i.e. "dc=example,dc=com").

Syntax

set ldap_base="<value>";

ldap_attribute_userid

The name of the LDAP entry's attribute where XCICS userid is stored. By default the ISO standard attribute "uid" is used.

Syntax

set ldap_attribute_userid="<value>";

ldap_attribute_username

The name of the LDAP entry's attribute where XCICS username is stored. By default the ISO standard attribute "cn" is used.

Syntax

set ldap_attribute_username="<value>";