Browse Source

мелкие изменения, тестирую.

master
Mikhail Grebenkin 6 years ago
parent
commit
bc64929d26
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      importer.py

+ 1
- 0
importer.py View File

@ -42,6 +42,7 @@ def main():
z_users = z_reader.users_make_zayavka()
print len(z_users)
for z_user in z_users:
print z_user
ad_user = UserAd(sam, base, domainName, z_users[z_user]['samAccountName'], z_users[z_user]['usrPass'])
if z_users[z_user]['toRemove']: # удаляем, если такой есть
if ad_user.exists:


Loading…
Cancel
Save

Powered by TurnKey Linux.