Can I create a user with dual-authentication?

Can I create a user with dual-authentication?

avatar

We are using an MS SQL database with integrated authentication. Sometimes I need to connect to the RDM database from a non-domain PC. I can create a non-domain SQL login and use that to log in, but then I lose all the settings (private vault, roles, privs, etc) that I have when using the domain account.

Is it possible to configure a user such the DB will accept both integrated and SQL logins?

All Comments (4)

avatar

Hello,

Unfortunately, this is not possible. You would need two accounts to accomplish this.

Best regards,

Jeff Dagenais

avatar

Oh well. Thank you for the quick reply!

avatar

I'm connecting to the RDM database from another (non-trusted) domain using a script to call RDM via runas with the /netonly option.
Command line: runas /netonly /user:DOMAIN\USERID "C:\Program Files (x86)\Devolutions\Remote Desktop Manager\RemoteDesktopManager64.exe"

You could try to set up a cmd like this for when you are on the non-domain pc. And use the normal way of connecting when you are on domain pc's.

avatar

Hello,

Many thanks @jan-pieter for your post.

I forgot to mentioned this part. There's also a article in our online help if you want
https://help.remotedesktopmanager.com/tipsandtricks_runas_rdm.htm

Best regards,

Jeff Dagenais