From 24c54603effcb7c6a220ae10a28ca190a8354be1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 20 Jun 2012 10:10:20 +0200 Subject: [PATCH] Log via syslog --- root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global index 8e43a20..c13289e 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/005global @@ -6,6 +6,7 @@ $conf->{'portal'} = "https://auth.$domain/"; $conf->{'storePassword'} = '0'; $conf->{'portalUserAttr'} = 'cn' if (($conf->{'portalUserAttr'} || '_user') eq "_user"); $conf->{'portalDisplayChangePassword'} = '0'; +$conf->{'syslog'} = 'auth'; $OUT .= '';