|
@ -160,7 +160,7 @@ class LILiK_LDAP(object): |
|
|
# conn.delete(mail_dn) |
|
|
# conn.delete(mail_dn) |
|
|
print(" creating") |
|
|
print(" creating") |
|
|
conn.add(user_dn, |
|
|
conn.add(user_dn, |
|
|
['top', 'inetOrgPerson', 'VirtualMailAccount', 'posixAccount', 'shadowAccount'], |
|
|
|
|
|
|
|
|
['top', 'inetOrgPerson', 'VirtualMailAccount', 'posixAccount', 'shadowAccount', 'hostObject'], |
|
|
{'accountactive': "FALSE", |
|
|
{'accountactive': "FALSE", |
|
|
'cn': 'undefined', |
|
|
'cn': 'undefined', |
|
|
'delete': "FALSE", |
|
|
'delete': "FALSE", |
|
|