Browse Source

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

master
Mikhail Grebenkin 6 years ago
parent
commit
8d8abc93be
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      UserAd_class.py

+ 1
- 2
UserAd_class.py View File

@ -25,7 +25,6 @@ class UserAd:
self.exists = self.chek_if_exists()
if not self.exists:
self.add()
print self.exists
self.memberOf = self.check_memberof()
print self.memberOf
@ -65,7 +64,7 @@ class UserAd:
return exc
else:
self.sam.transaction_commit()
self.chek_if_exists()
self.exists = self.chek_if_exists()
return False
def set_passwd(self):


Loading…
Cancel
Save

Powered by TurnKey Linux.