mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(user_ldap): Do not require credentials in wizard
Signed-off-by: Louis Chmn <louis@chmn.me>
This commit is contained in:
parent
4841e6ee63
commit
c181720a89
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