session credential and mysql data source

session credential and mysql data source

avatar

Hallo all!
I have stored all rdp host session in a mysql database.
All users have this datastore in use.
Now i have the problem, i should store the credentials for the users in a private datastore ... e.g. in "local datastore".
All users use the same sessions from the mysql-datastore, but must use their own credentials.
Is there a solution for this?
Regards, Hubert Wirtensohn

All Comments (7)

avatar

Hi,
You are talking about the feature called "user specific settings". It's available only with SQL Server data source. This could be added for the mySQL too but it's not available for now. The only solution is to use the Local Machine Specific Settings. This would save the credentials locally on the machine and override the default from the database.

David Hervieux

avatar

Hi!
Thank you for the fast answer.
What is the "Local Machine Spezific Settings"?
Where i can find these?

avatar

Hi,
Select a session and click on the menu Edit-> Edit Session (Local Machine Specific Settings)

David Hervieux

avatar

Any plan to add this to the MySQL datasource?

avatar

We plan to extend the mySQL data source and this will be included. We are not sure yet when this would happen but we think about adding all the SQL Server feature into the mySQL data source

David Hervieux

avatar

That is good to hear. We usually try to avoid using a windows just to have MSSQL data source. MySQL can be run using much much less resource and does not require a Windows license.

avatar

The mySQL feature is the next task of André

David Hervieux