objectClass, avec un C majuscule à classe.
This commit is contained in:
parent
519293602b
commit
3b8817c8de
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def services_to_args_dns(x):
|
||||||
|
|
||||||
# Trouver comment faire le cas où on ajoute une redirection mail (il faut alors retourner un quadruplet "homedir,uidNumber,uid,mail")
|
# Trouver comment faire le cas où on ajoute une redirection mail (il faut alors retourner un quadruplet "homedir,uidNumber,uid,mail")
|
||||||
def services_to_args_home(old, new):
|
def services_to_args_home(old, new):
|
||||||
x = new['objectclass'][0]
|
x = new['objectClass'][0]
|
||||||
if isinstance(x, attributs.Attr):
|
if isinstance(x, attributs.Attr):
|
||||||
proprio=x.parent
|
proprio=x.parent
|
||||||
elif isinstance(x, objets.proprio):
|
elif isinstance(x, objets.proprio):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue