mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 07:27:35 +00:00
fix: sync LDAP notification error
This commit is contained in:
@@ -57,6 +57,7 @@ def import_ldap_user():
|
||||
'time_start_display': time_start_display,
|
||||
'new_users': new_users,
|
||||
'errors': errors,
|
||||
'cost_time': end_time - start_time,
|
||||
}
|
||||
for user in recipient_list:
|
||||
LDAPImportMessage(user, extra_kwargs).publish()
|
||||
|
Reference in New Issue
Block a user