Element Details: Connection.LDAP
 Back


Available in: Logi Info Source code name: Connection.LDAPIntroduced in: v10.0.366

The Connection.Ldap element sets the parameters required to connect to an LDAP server.

Element Group:General Purpose Web Services



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CommandTimeOut
UserDefined
The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed. For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
LdapBaseDN
UserDefined
The base DN (Distinguished Name) of the LDAP connection. This attribute is required for Java web servers. It is not used with .NET web servers. The top level of the LDAP directory tree is the base, referred to as the "base DN." Example: dc=mycompany, dc=com (base DN is derived from the company's DNS domain components)
LdapConnectionString
UserDefined
A full connection string to the LDAP server. If a value is defined, it will override all other settings for the connection element and use this string to connect to the server.
LdapPassword
UserDefined
The password for the LDAP user Distinguished Name (DN).
LdapPort
UserDefined
The port address of the LDAP server. The default is 389.
LdapServer
UserDefined
(Required) The host name of the LDAP Server.
LdapServerType
StandardLDAP
ActiveDirectory
The LDAP server type. Use "StandardLDAP" for servers such as OpenLDAP, Apache Directory, OpenDS, etc. Use "ActiveDirectory" if your server is Microsoft Active Directory. Default value is "StandardLDAP"
LdapUserDn
UserDefined
The LDAP User Distinguished Name. For DataLayer.LDAP Authentication, the DN is used to authenticate the current user. For Connection.LDAP, the DN must represent a user that can query the LDAP server. Example: uid=john.smith,ou=People,dc=mycompany,dc=com



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top