From 35ff51e132b7c4267a08301e62009bd17141cf2e Mon Sep 17 00:00:00 2001
From: dependencytrack-bot
<106437498+dependencytrack-bot@users.noreply.github.com>
Date: Mon, 7 Sep 2026 10:23:12 +0000
Subject: [PATCH] Update config docs
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
docs/reference/configuration/properties.md | 22 +---------------------
1 file changed, 1 insertion(+), 21 deletions(-)
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
| ENV | DT_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): (&(objectClass=group)(objectCategory=Group))
Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): (&(objectClass=groupOfUniqueNames))
-
-
-| Type | string |
-| Default | (&(objectClass=group)(objectCategory=Group)) |
-| ENV | DT_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): (&(objectClass=group)(objectCategory=Group)(cn=*{SEARCH_TERM}*))
Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): (&(objectClass=groupOfUniqueNames)(cn=*{SEARCH_TERM}*))
@@ -1385,19 +1375,9 @@ Specifies if mapped LDAP accounts are automatically created upon successful aut
| ENV | DT_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): (&(objectClass=group)(objectCategory=Group)(cn=*{SEARCH_TERM}*))
Example (ApacheDS, Fedora 389 Directory, NetIQ/Novell eDirectory, etc): (&(objectClass=inetOrgPerson)(cn=*{SEARCH_TERM}*))
-
-
-| Type | string |
-| Default | (&(objectClass=user)(objectCategory=Person)(cn=*{SEARCH_TERM}*)) |
-| ENV | DT_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):