mirror of
https://github.com/nextcloud/server.git
synced 2026-04-13 21:17:20 -04:00
fix(user_ldap): Do not require credentials in wizard
fix(user_ldap): Do not require credentials in wizard Signed-off-by: Louis Chmn <louis@chmn.me> [skip ci]
This commit is contained in:
parent
255f700b3c
commit
51de47ed99
1 changed files with 0 additions and 2 deletions
|
|
@ -125,8 +125,6 @@ const selectedConfigHasServerInfo = computed(() => {
|
|||
&& selectedConfig.value.ldapHost !== ''
|
||||
&& selectedConfig.value.ldapPort !== ''
|
||||
&& selectedConfig.value.ldapBase !== ''
|
||||
&& selectedConfig.value.ldapAgentName !== ''
|
||||
&& selectedConfig.value.ldapAgentPassword !== ''
|
||||
})
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue