@@ -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-
1107811074Set \`yes\` to use authentication binding for verifying password's validity.
1107911075
1108011076This 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-
1110211094If authentication binding is used, you can save one LDAP request per login
1110311095if users' DN can be specified with a common template. The template can use
1110411096the 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-
1111911107Filter for passdb lookup.
1112011108
1112111109Variables 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-
1114111125Filter for userdb lookup.
1114211126
1114311127Variables 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-
1116311143Attributes 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-
1118511161Filter to get a list of all users.
1118611162
1118711163\`\`\`
0 commit comments