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 .= '';