LDAP properties
You can use LDAP to authenticate users for Spotfire Statistics Services. The LDAP configuration properties are contained in the file ldap.properties. Set these properties if you intend to use LDAP to authenticate users.
- ldap.accountNameAttr
The property ldap.accountNameAttr identifies the user. - ldap.basedn
The property ldap.basedn specifies the LDAP base distinguished name (DN), or the top level of the LDAP directory tree. - ldap.customSearchFilter
The property ldap.customSearchFilter defines a filter for searching across the user database. - ldap.enabled
The property ldap.enabled, when set to true, indicates that LDAP is used as the authentication source. - ldap.groupMemberAttr
The property ldap.groupMemberAttr specifies the pattern for the user search. - ldap.groupRoleAttr
The property ldap.groupRoleAttr specifies the ID of the attribute that contains the role name for a group. - ldap.groupnum
The ldap.group# property specifies the group number(s) that the user can be in. (# specifies a number 0 through 9.) - ldap.host
The property ldap.host identifies the host name of the Active Directory server or the LDAP server. - ldap.manager.anonymous
The property ldap.manager.anonymous allows for anonymous read-only access of the LDAP database. - ldap.manager.cn
The property ldap.manager.cn specifies the name of the manager user. - ldap.manager.pass
The property ldap.manager.pass contains the password for manager access. - ldap.path
The propertry ldap.path specifies the path to the LDAP directory. - ldap.port
The property ldap.port specifies the port over which the LDAP service is provided. - ldap.protocol
The ldap.protocol property specifies whether to use LDAP or LDAPS. - ldap.searchBase
The property ldap.searchBase specifies the location in a directory from which to start the search for a user. - ldap.searchSubTree
If the property ldap.searchSubTree is set to true, it searches across the entire subtree.
Related concepts
Related tasks
Copyright © TIBCO Software Inc. All rights reserved.