mirror of https://github.com/jumpserver/jumpserver
fix: 远程应用特权用户不生效问题
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