mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
check for more secrets need to be set
This commit is contained in:
@@ -41,5 +41,6 @@ func Validate(cfg *config.Config) error {
|
||||
if cfg.AuthProviders.LDAP.BindPassword == "" && cfg.AuthProvider == "ldap" {
|
||||
return shared.MissingLDAPBindPassword(cfg.Service.Name)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user