Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Category

Default

Explanation

LDAP Connection Name (DN)

LDAP

 

Username for connecting to LDAP server (sometimes called “bind user”)

LDAP Connection PASSWORD

LDAP

 

Password for connecting to LDAP server

LDAP Connection URL (ldap://IP:Port)

LDAP

 

Connection URL for connection to LDAP server

Enable LDAP

LDAP

false

Is LDAP RBM enabled – yes/no

LDAP Group Base Entry (e.g. OU)

LDAP

 

The top of the tree in the LDAP hierarchy; Searching for LDAP groups starts from this point downward.

Make sure your user is authorized to connect to this point in the LDAP hierarchy.

LDAP Group Name Attribute

LDAP

 

TODO

LDAP Group Search Filter ({0} - Authenticated User Name, {1} - Authenticated User DN)

LDAP

 TODO

The LDAP filter expression to use when searching for a group's directory entry

 

LDAP Referral (ignore/follow)

LDAP

ignore

How do we handle JNDI referrals? Allowed values are "ignore", "follow", or "throw" (see javax.naming.Context.REFERRAL for more information). Microsoft Active Directory often returns referrals. If you need to follow them set referrals to "follow". Caution: if your DNS is not part of AD, the LDAP client lib might try to resolve your domain name in DNS to find another LDAP server.

 

LDAP User Base Entry (e.g. OU)

LDAP

 

TODO

 The top of the tree in the LDAP hierarchy; Searching for LDAP users starts from this point downward.

Make sure your user is authorized to connect to this point in the LDAP hierarchy.

LDAP User Search Filter ({0} - User Name)

LDAP

 

 TODO

The LDAP filter expression to use when searching for a user's directory entry

TODO

Link to Planning and LDAP

...