%echo "#%PAM-1.0\n"
%if %%activer_client_ldap != 'non'
auth     sufficient      pam_ldap.so
%end if

%if %%activer_sso != 'non'
auth sufficient /lib/security/pam_cas.so -ssmtp://%%adresse_ip_mail -f/etc/pam_cas.conf
%end if
