From 23fc0aef0e6112d9785148925015320fe64286e4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Sep 2013 12:23:42 +0200 Subject: [PATCH] Fix indention and enable logout --- .../var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/55authSource | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/55authSource b/root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/55authSource index c46a281..66c1ae6 100644 --- a/root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/55authSource +++ b/root/etc/e-smith/templates/var/lib/sogo/GNUstep/Defaults/.GNUstepDefaults/55authSource @@ -59,8 +59,9 @@ # is smeserver-dovecot installed ? if (-d '/var/service/dovecot'){ $OUT .=<<"HERE"; - SOGoAuthenticationType = cas; - SOGoCASServiceURL = "https://auth.$DomainName/cas/"; + SOGoAuthenticationType = cas; + SOGoCASServiceURL = "https://auth.$DomainName/cas/"; + SOGoCASLogoutEnabled = YES; HERE } }