PROVIDER URL
|
Defines the string that encapsulates the IP address
and port of a directory server.
|
SECURITY AUTHENTICATION
|
Authentication method used to bind to LDAP server.
There are 3 types of security authentication in
LDAP:
|
SECURITY PRINCIPAL
|
Specifies the distinguished name of the user to
authenticate.
Example: "uid=admin,ou=accounts"
|
SECURITY CREDENTIALS
|
Specifies the password or other security credentials
of the user to authenticate.
|
Note: If the Security Principal and Security
Credentials should be used when a LDAP user tries
to log on to TeamForge for the first time, you
need to select the <<token_name>> check box
in Configure your site's
settings page.
|
BASE DN
|
Specifies the base distinguished name from where a
server will search for users. This is a sequence of
related distinguished names connected by commas and
with the format "attribute=value".
Example: dc=help,dc=collab,dc=net
|
USERNAME
|
Defines the name used to connect to the LDAP service
on the specified LDAP server. Example:
ldapuser@collab.net
|
SERVER TIMEOUT
|
Specifies the read timeout in milliseconds for an
LDAP operation. This is used to control the LDAP
request made by a client in a timely manner, so that
the client does not wait for a long time for the
server to respond. For example, if the search
timeout value is 5000 milliseconds, the LDAP service
provider can abort the read timeout if the server
does not respond within this 5 seconds.
|
SERVER SCOPE
|
Specifies the starting point of an LDAP search and
the depth from the base DN to the levels until which
the search should occur. There are three types of
search scope in an LDAP search:
- OBJECT_SCOPE: This limits the search
scope only to the base object or base DN.
- ONELEVEL_SCOPE: This enables search
only up to the immediate children objects under
the base DN in a search tree.
- SUBTREE_SCOPE: This searches the
entire subtree including the base DN. TeamForge
recommends this as the default search scope in its
LDAP configuration.
|