Skip to content

Commit

Permalink
update duser
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Apr 11, 2024
1 parent 770bc8c commit ea3c17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldap_syncer/ldap_user_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def sync_del_user(self, db_user, email):
except Exception as e:
logger.warning('Deactive user [%s] failed: %s' % (email, e))
return
self.duser += 1

def sync_data(self, data_db, data_ldap):
# sync deleted user in ldap to db
Expand Down

0 comments on commit ea3c17e

Please sign in to comment.