Element Details: DataLayer.LDAP+Authentication
 Back


Available in: Logi Info Source code name: DataLayer.LdapAuthenticationIntroduced in: v10.0.366

DataLayer.LDAP Authentication can be used to authenticate the user against an LDAP server.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ConnectionID
UserDefined
(Required) Specifies a connection to a data source that is defined in the Settings. For elements connecting to relational databases, default is the first Connection element in _settings.lgx.
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.
LdapPassword
UserDefined
(Required) The password for the LDAP user Distinguished Name (DN).
LdapUserDnSource
UserDefined
(Required) An LDAP query that returns the LDAP User Distinguished Name (DN). The returned DN will be used with the Password attribute to authenticate the current user. Info for .NET example: With “Standard LDAP” server SELECT ADsPath FROM 'OU=Staff,DC=example,DC=com' WHERE uid='@Request.rdUserName~' and objectClass='InetOrgPerson' With “Active Directory” server SELECT ADsPath FROM 'DC=myCompanyDomain,DC=local' WHERE SamAccountName='@Request.rdUserName~' and objectClass='organizationalPerson' Info for Java example: With “Standard LDAP” server SELECT DN FROM subTreeScope; WHERE uid='@Request.rdUserName~' and objectClass='InetOrgPerson' With “Active Directory” server SELECT CN FROM DC=myCompanyDomain,DC=local WHERE SamAccountName='@Request.rdUserName~' and objectClass='organizationalPerson'



PARENT ELEMENTS

Click element to drill down for more information.

Authentication Auto Complete Input Combo List Xml Data


CHILD ELEMENTS

Click element to drill down for more information.

If Data Error


 Back to top


 Chart Debug