parent
0e912fd647
commit
a690a02f99
|
@ -129,7 +129,7 @@ export class LDAPProviderFormPage extends ModelForm<LDAPProvider, number> {
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
value="${LDAPAPIAccessMode.Direct}"
|
value="${LDAPAPIAccessMode.Direct}"
|
||||||
?selected=${this.instance?.searchMode === LDAPAPIAccessMode.Direct}
|
?selected=${this.instance?.bindMode === LDAPAPIAccessMode.Direct}
|
||||||
>
|
>
|
||||||
${t`Direct querying, always execute the configured bind flow to authenticate the user.`}
|
${t`Direct querying, always execute the configured bind flow to authenticate the user.`}
|
||||||
</option>
|
</option>
|
||||||
|
|
Reference in New Issue