parent
0e912fd647
commit
a690a02f99
|
@ -129,7 +129,7 @@ export class LDAPProviderFormPage extends ModelForm<LDAPProvider, number> {
|
|||
</option>
|
||||
<option
|
||||
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.`}
|
||||
</option>
|
||||
|
|
Reference in New Issue