Fix indention and enable logout

tags/ipasserelle-groupware-0.2.37-1
Daniel Berteaud 11 years ago
parent 09229996a1
commit 23fc0aef0e
  1. 5
      root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/55authSource

@ -59,8 +59,9 @@
# is smeserver-dovecot installed ? # is smeserver-dovecot installed ?
if (-d '/var/service/dovecot'){ if (-d '/var/service/dovecot'){
$OUT .=<<"HERE"; $OUT .=<<"HERE";
SOGoAuthenticationType = cas; SOGoAuthenticationType = cas;
SOGoCASServiceURL = "https://auth.$DomainName/cas/"; SOGoCASServiceURL = "https://auth.$DomainName/cas/";
SOGoCASLogoutEnabled = YES;
HERE HERE
} }
} }

Loading…
Cancel
Save