diff --git a/docs/reference/configuration/properties.md b/docs/reference/configuration/properties.md index 54ca8d9..477294e 100644 --- a/docs/reference/configuration/properties.md +++ b/docs/reference/configuration/properties.md @@ -1294,16 +1294,6 @@ Defines if LDAP will be used for user authentication. If enabled, `dt.ldap.*` p ENVDT_LDAP_ENABLED -**`dt.ldap.group-filter`** [¶](#dtldapgroup-filter){ .headerlink } - -Specifies the LDAP search filter used to retrieve all groups from the directory.

Example (Microsoft Active Directory): Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): - - - - - -
Typestring
Default(&(objectClass=group)(objectCategory=Group))
ENVDT_LDAP_GROUP_FILTER
- **`dt.ldap.group-search-filter`** [¶](#dtldapgroup-search-filter){ .headerlink } Specifies the LDAP search filter used to search for groups by their name. The `{SEARCH_TERM}` variable will be substituted at runtime.

Example (Microsoft Active Directory): Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): @@ -1385,19 +1375,9 @@ Specifies if mapped LDAP accounts are automatically created upon successful aut ENVDT_LDAP_USER_PROVISIONING -**`dt.ldap.user-search-filter`** [¶](#dtldapuser-search-filter){ .headerlink } - -Specifies the LDAP search filter used to search for users by their name. The {SEARCH_TERM} variable will be substituted at runtime.

Example (Microsoft Active Directory): Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): - - - - - -
Typestring
Default(&(objectClass=user)(objectCategory=Person)(cn=*{SEARCH_TERM}*))
ENVDT_LDAP_USER_SEARCH_FILTER
- **`dt.ldap.username-format`** [¶](#dtldapusername-format){ .headerlink } -Specifies if the username entered during login needs to be formatted prior to asserting credentials against the directory. For Active Directory, the userPrincipal attribute typically ends with the domain, whereas the samAccountName attribute and other directory server implementations do not. The %s variable will be substituted with the username asserted during login.

Example (Microsoft Active Directory): Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): +Specifies if the username entered during login needs to be formatted prior to asserting credentials against the directory. For Active Directory, the userPrincipal attribute typically ends with the domain, whereas the samAccountName attribute and other directory server implementations do not. The `%s` variable will be substituted with the username asserted during login.

Example (Microsoft Active Directory): Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc):
Typestring