19-02-2020, 04:21 PM
Sorry to highjack the thread, I have a similiar but also different use case.
We are implementing Bastion PAM (from Wallix) and the goal is that all RDP connections go through one Bastion instance, meaning the destination is for all connection the same.
The bastion is though capable by finding the correct destination server if you specify this info in the username.
The username needs to look something like this in order to be working:
%USERNAME%@exampledomain.com@exampleWinServer:RDP:%USERNAME%
Since every administrator has their personalized username and password, I would need ASG to be able to store inside the credential the above line as an username and still allow admins to put their personal value, without having to create a credential object for each server.
As usable variables I could use:
1. Connection Name (for us it equals hostname, meaning the credential object could put the "exampleWinServer" value
2. Username
Thank you very much in advance and very kind Regards!
We are implementing Bastion PAM (from Wallix) and the goal is that all RDP connections go through one Bastion instance, meaning the destination is for all connection the same.
The bastion is though capable by finding the correct destination server if you specify this info in the username.
The username needs to look something like this in order to be working:
%USERNAME%@exampledomain.com@exampleWinServer:RDP:%USERNAME%
Since every administrator has their personalized username and password, I would need ASG to be able to store inside the credential the above line as an username and still allow admins to put their personal value, without having to create a credential object for each server.
As usable variables I could use:
1. Connection Name (for us it equals hostname, meaning the credential object could put the "exampleWinServer" value
2. Username
Thank you very much in advance and very kind Regards!