Ici, on parle bien de la classe.
darcs-hash:20060510133937-68412-40b083f6c6a9f21d1f1b8de523586909ac9e4ce7.gz
This commit is contained in:
parent
eb5c70fc8c
commit
2f8b61dd9a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import sys, signal, os
|
||||||
# Imports pour LDAP
|
# Imports pour LDAP
|
||||||
sys.path.append('/usr/scripts/gestion')
|
sys.path.append('/usr/scripts/gestion')
|
||||||
from gen_confs import gen_config, anim, cprint, OK, ERREUR
|
from gen_confs import gen_config, anim, cprint, OK, ERREUR
|
||||||
from ldap_crans import crans_ldap, preattr, ldap
|
from ldap_crans import crans_ldap, preattr, ldap, CransLdap
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sys.path.append('/usr/lib/mailman')
|
sys.path.append('/usr/lib/mailman')
|
||||||
|
@ -25,7 +25,7 @@ class droits(gen_config) :
|
||||||
def __str__(s):
|
def __str__(s):
|
||||||
return "droits"
|
return "droits"
|
||||||
|
|
||||||
class droits_ldap(crans_ldap,droits) :
|
class droits_ldap(CransLdap, droits):
|
||||||
####### Les groupes
|
####### Les groupes
|
||||||
base_group_dn = 'ou=Group,dc=crans,dc=org'
|
base_group_dn = 'ou=Group,dc=crans,dc=org'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue