Gel des vieux cbleurs.
darcs-hash:20071107001455-c992d-456f182a51560798205f65aebeae6157ebb2e697.gz
This commit is contained in:
parent
3571935ea8
commit
d0f45dc7a3
1 changed files with 4 additions and 3 deletions
|
@ -76,9 +76,10 @@ class droits_ldap(CransLdap, droits):
|
|||
|
||||
# Ajout des bonnes personnes
|
||||
for adher in res :
|
||||
uid = preattr(adher.compte())[1]
|
||||
if uid and uid not in data['memberUid'] :
|
||||
data['memberUid'].append(uid)
|
||||
if not adher.droitsGeles():
|
||||
uid = preattr(adher.compte())[1]
|
||||
if uid and uid not in data['memberUid'] :
|
||||
data['memberUid'].append(uid)
|
||||
|
||||
if group == 'adm':
|
||||
# Ajout de logcheck et d'arpwatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue