Skip to content

Commit

Permalink
settings: Remove "LDAP Authentication Only" info boxes
Browse files Browse the repository at this point in the history
It's now clear enough based on the setting names.
  • Loading branch information
sirainen committed Dec 12, 2024
1 parent 253a0c5 commit 577ce89
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -11071,10 +11071,6 @@ LDAP protocol version to use. Likely \`2\` or \`3\`.`
default: 'no',
values: setting_types.BOOLEAN,
text: `
::: info
LDAP Authentication Only
:::
Set \`yes\` to use authentication binding for verifying password's validity.
This works by logging into LDAP server using the username and password given by client.
Expand All @@ -11095,10 +11091,6 @@ Otherwise the binding is changed to the default DN before each user lookup.`
tags: [ 'auth-ldap' ],
values: setting_types.STRING,
text: `
::: info
LDAP Authentication Only
:::
If authentication binding is used, you can save one LDAP request per login
if users' DN can be specified with a common template. The template can use
the standard [[variable]].
Expand All @@ -11112,10 +11104,6 @@ Example: \`passdb_ldap_bind_userdn = cn=%u,ou=people,o=org\``
tags: [ 'auth-ldap' ],
values: setting_types.STRING,
text: `
::: info
LDAP Authentication Only
:::
Filter for passdb lookup.
Variables that can be used (see [[variable]] for full list).
Expand All @@ -11134,10 +11122,6 @@ passdb ldap {
tags: [ 'auth-ldap' ],
values: setting_types.STRING,
text: `
::: info
LDAP Authentication Only
:::
Filter for userdb lookup.
Variables that can be used (see [[variable]] for full list).
Expand All @@ -11156,10 +11140,6 @@ userdb ldap {
tags: [ 'auth-ldap' ],
values: setting_types.STRLIST,
text: `
::: info
LDAP Authentication Only
:::
Attributes to get a list of all users. Currently only the attribute
\`user\` is supported.
Expand All @@ -11178,10 +11158,6 @@ userdb ldap {
tags: [ 'auth-ldap' ],
values: setting_types.STRING,
text: `
::: info
LDAP Authentication Only
:::
Filter to get a list of all users.
\`\`\`
Expand Down

0 comments on commit 577ce89

Please sign in to comment.