B.12 oes-ldap

Attribute Name

Description

admin_context

Specify the LDAP Server Administrator context.

Example: <admin_context>cn=admin,o=acme</admin_context>

admin_password

Specify the LDAP Server server Administrator password.

Example: <admin_password>SAM23#$</admin_password>

common_proxy_context

Specify the context where common proxy user is created.

Example: <common_proxy_context>ou=servers, o=acme</common_proxy_context>

ldap_servers

Specify the details of the list of LDAP servers in a particular tree.

  • ip_address: Specify the IP address of the LDAP server.

  • ldap_port: Specify the LDAP non-secure port number.

  • ldaps_port: Specify the LDAP secure port number.

Example: <ldap_servers t="list"><listentry t="map"> <ip_address>192.168.1.2</ip_address> <ldap_port t="integer">389</ldap_port> <ldaps_port t="integer">636</ldaps_port>

</listentry></ldap_servers>

tree_name

Specify the eDirectory tree name.

Example: <tree_name>sales_wdc_acme</tree_name>

use_common_proxy

Set it to 'yes' when you want to use the default common proxy.

Example: <use_common_proxy>yes</use_common_proxy>

xad_tree_admin_context

Specify domain tree admin FQDN context.

Example: <xad_tree_admin_context></xad_tree_admin_context>

xad_tree_admin_password

Specify domain tree admin password.

Example: <xad_tree_admin_password>SAM23#$</xad_tree_admin_password>