mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-11 19:12:35 +00:00
fix: 修复创建的系统用户很快过期的问题
This commit is contained in:
parent
5e6e97c822
commit
6571209864
@ -57,7 +57,6 @@ def get_push_unixlike_system_user_tasks(system_user, username=None):
|
|||||||
'state': 'present',
|
'state': 'present',
|
||||||
'home': system_user.home or Empty,
|
'home': system_user.home or Empty,
|
||||||
'groups': groups or Empty,
|
'groups': groups or Empty,
|
||||||
'expires': 99999,
|
|
||||||
'comment': comment
|
'comment': comment
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user