Enable CAS issuer

This commit is contained in:
Daniel Berteaud 2013-09-17 10:33:08 +02:00
parent e8d7e4849a
commit 800da1501b
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ else{
$conf->{'authentication'} = 'LDAP';
}
# Enable CAS issuer DB
$conf->{'issuerDBCASRule'} = 1;
$OUT = '';
}