mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-10 18:43:16 +00:00
fix: 远程应用特权用户不生效问题
This commit is contained in:
parent
2ffb9a5aa3
commit
9f98e3f098
@ -224,6 +224,7 @@ class ConnectionToken(JMSOrgBaseModel):
|
|||||||
'su_from': account.su_from,
|
'su_from': account.su_from,
|
||||||
'org_id': account.org_id
|
'org_id': account.org_id
|
||||||
}
|
}
|
||||||
|
data['privileged'] = account.privileged
|
||||||
return Account(**data)
|
return Account(**data)
|
||||||
|
|
||||||
@lazyproperty
|
@lazyproperty
|
||||||
|
Loading…
Reference in New Issue
Block a user