From 87843d22d9283184fa8230a03fc746a8fe682f34 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Sat, 26 Sep 2009 11:19:52 +0200 Subject: [PATCH] fix pour gnome-screensaver sur vo darcs-hash:20090926091952-af139-38e14aa2d0d7f9dae38ce817950843a4648bd37f.gz --- Python/etc/pam_ldap.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 | @# +----------------------------------------------------+