ipasserelle-groupware/root/etc/e-smith/templates/etc/pam.d/dovecot/05cas
2015-03-05 09:22:35 +01:00

12 lines
199 B
Plaintext

{
my $auth = $sogod{'Authentication'} || 'cas';
if (lc $auth eq 'cas'){
$OUT .=<<"HERE";
auth sufficient pam_cas.so -simap://localhost -f/etc/pam_cas.conf
HERE
}
else{
return "";
}
}