Table of Contents

LDAP element

Contains the LDAP configuration.

See Configuring LDAP settings.

Parents

DataMiner

Attributes

Name Type Required Description
auth string The authentication method to access the LDAP server.
host string The name or IP address of the LDAP server.
Alternatively, the hostname can be specified in the namingContext attribute, in which case it should precede the actual naming context data and be separated from it by a forward slash.
namingContext string A suffix that identifies the top entry of the LDAP hierarchy.
If no naming context is specified when Active Directory is used, it will be auto-discovered.
When OpenLDAP is used, a naming context must be specified.
nonDomainLDAP string Should be set to "true" to make sure that DataMiner Agents that are not connected to a domain can use Active Directory or OpenLDAP.
If this is specified on a DataMiner Agent that is in a domain, this attribute is not used.
notifications boolean When Active Directory is used, by default, DataMiner also automatically receives updates whenever changes occur in the domain.
Set this attribute to "false" to disable these automatic updates.
password string The password to connect to the LDAP server, in case it requires authentication.
port int The port to connect to the LDAP server.
referralConfigured boolean If referrals are not configured, this attribute should be set to "false" in order to make a connection with the other Domain Controller and query it directly.
See Remarks regarding LDAP settings.
useForFullName boolean Determines whether the full user names will be retrieved by means of LDAP ("true") or NetAPI ("false").
username string The user name to connect to the LDAP server, in case it requires authentication.
useSSL boolean To connect to the LDAP server with SSL, set this attribute to "true".

Children

Name Occurrences Description
All
  Group [0, 1] Configures a group.
  QueryTimeout [0, 1] Specifies the number of seconds after which an individual LDAP request will time out.
Default: 300.
  User [0, 1] Configures a user.