fix auth: config.selfprivacy.modules.auth.enable or false
This commit is contained in:
@@ -11,7 +11,7 @@ let
|
||||
|
||||
hostName = "${cfg.subdomain}.${sp.domain}";
|
||||
auth-passthru = config.passthru.selfprivacy.auth;
|
||||
is-auth-enabled = config.selfprivacy.modules.auth.enable;
|
||||
is-auth-enabled = config.selfprivacy.modules.auth.enable or false;
|
||||
cfg = sp.modules.nextcloud;
|
||||
ldap_scheme_and_host = "ldaps://${auth-passthru.ldap-host}";
|
||||
|
||||
|
Reference in New Issue
Block a user