Skip to content

Commit 577ce89

Browse files
committed
settings: Remove "LDAP Authentication Only" info boxes
It's now clear enough based on the setting names.
1 parent 253a0c5 commit 577ce89

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

data/settings.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11071,10 +11071,6 @@ LDAP protocol version to use. Likely \`2\` or \`3\`.`
1107111071
default: 'no',
1107211072
values: setting_types.BOOLEAN,
1107311073
text: `
11074-
::: info
11075-
LDAP Authentication Only
11076-
:::
11077-
1107811074
Set \`yes\` to use authentication binding for verifying password's validity.
1107911075
1108011076
This works by logging into LDAP server using the username and password given by client.
@@ -11095,10 +11091,6 @@ Otherwise the binding is changed to the default DN before each user lookup.`
1109511091
tags: [ 'auth-ldap' ],
1109611092
values: setting_types.STRING,
1109711093
text: `
11098-
::: info
11099-
LDAP Authentication Only
11100-
:::
11101-
1110211094
If authentication binding is used, you can save one LDAP request per login
1110311095
if users' DN can be specified with a common template. The template can use
1110411096
the standard [[variable]].
@@ -11112,10 +11104,6 @@ Example: \`passdb_ldap_bind_userdn = cn=%u,ou=people,o=org\``
1111211104
tags: [ 'auth-ldap' ],
1111311105
values: setting_types.STRING,
1111411106
text: `
11115-
::: info
11116-
LDAP Authentication Only
11117-
:::
11118-
1111911107
Filter for passdb lookup.
1112011108
1112111109
Variables that can be used (see [[variable]] for full list).
@@ -11134,10 +11122,6 @@ passdb ldap {
1113411122
tags: [ 'auth-ldap' ],
1113511123
values: setting_types.STRING,
1113611124
text: `
11137-
::: info
11138-
LDAP Authentication Only
11139-
:::
11140-
1114111125
Filter for userdb lookup.
1114211126
1114311127
Variables that can be used (see [[variable]] for full list).
@@ -11156,10 +11140,6 @@ userdb ldap {
1115611140
tags: [ 'auth-ldap' ],
1115711141
values: setting_types.STRLIST,
1115811142
text: `
11159-
::: info
11160-
LDAP Authentication Only
11161-
:::
11162-
1116311143
Attributes to get a list of all users. Currently only the attribute
1116411144
\`user\` is supported.
1116511145
@@ -11178,10 +11158,6 @@ userdb ldap {
1117811158
tags: [ 'auth-ldap' ],
1117911159
values: setting_types.STRING,
1118011160
text: `
11181-
::: info
11182-
LDAP Authentication Only
11183-
:::
11184-
1118511161
Filter to get a list of all users.
1118611162
1118711163
\`\`\`

0 commit comments

Comments
 (0)