[objets, attributs] Ajout d'une classe objet inetOrgPerson

Parce que sinon, ça plante quand je récupère l'inetOrgPerson respbats dans
mon jouet fuse.
This commit is contained in:
Valentin Samir 2014-10-30 17:57:34 +01:00
parent c29e92e3b8
commit ac5f2f17ae
2 changed files with 7 additions and 1 deletions

View file

@ -395,7 +395,7 @@ class objectClass(Attr):
can_view = [nounou, apprenti]
def parse_value(self, val):
if val not in [ 'top', 'organizationalUnit', 'posixAccount', 'shadowAccount',
if val not in [ 'top', 'organizationalUnit', 'inetOrgPerson', 'posixAccount', 'shadowAccount',
'proprio', 'adherent', 'club', 'machine', 'machineCrans',
'borneWifi', 'machineWifi', 'machineFixe', 'x509Cert', 'TLSACert',
'baseCert', 'cransAccount', 'service', 'facture', 'freeMid', 'privateKey' ]: