From 800da1501b631f9e819262cbbefd0a7df83f34a9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Sep 2013 10:33:08 +0200 Subject: [PATCH] Enable CAS issuer --- root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/020auth | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/020auth b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/020auth index 9bea084..60f3d35 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/020auth +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/020auth @@ -21,6 +21,9 @@ else{ $conf->{'authentication'} = 'LDAP'; } +# Enable CAS issuer DB +$conf->{'issuerDBCASRule'} = 1; + $OUT = ''; }