Browse Source

add hostObject class to new users

master
Andrea Cimbalo 6 years ago
parent
commit
aa229e8dde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lilikusers.py

+ 1
- 1
lilikusers.py View File

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


Loading…
Cancel
Save