diff --git a/Python/etc/pam_ldap.conf b/Python/etc/pam_ldap.conf index 3be0d10..f77acfd 100644 --- a/Python/etc/pam_ldap.conf +++ b/Python/etc/pam_ldap.conf @@ -10,6 +10,12 @@ Fichier de configuration de libpam-ldap. Pour des informations détaillées voir pam_ldap.conf(5) """) +if has("2B"): + # Lisible par adm sur vert pour que les nounous puissent locker + # leur écran + info['group'] = 'adm' + info['perms'] |= 0060 + @# +----------------------------------------------------+ @# | Configuration de la communiquation avec le serveur | @# +----------------------------------------------------+