mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-10 12:22:18 +03:00
bugfix
This commit is contained in:
parent
b394b49359
commit
c133f4ae59
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class AhenkDaemon(BaseDaemon):
|
|||
self.logger.info('User disabled value='+ str(user_disabled))
|
||||
if user_disabled == '0':
|
||||
self.logger.info('local user disabling')
|
||||
#global_scope.get_registration().disable_local_users()
|
||||
global_scope.get_registration().disable_local_users()
|
||||
|
||||
conf_manager.set('MACHINE', 'user_disabled', '1')
|
||||
|
||||
|
|
Loading…
Reference in a new issue