Doubt about credentials saving
I'm using Quick Connect Plugin to connect in the RDP servers. I have configured (name, password, url and notes.
name: domain1\username1 password: thepassword1 url: ip_address notes: rdp
name: domain1\username2 password: thepassword2 url: ip_address notes: rdp
name: domain2\username1 password: thepassword1 url: ip_address notes: rdp
But when I switch the entry, it's not change the user or domain.
Unfortunately I don't have access to an AD to check this. For RD the credentials are stored temporarily using the cmdkey command and then removed automatically by the plugin after 5 seconds.
This is how the credentials are stored. https://github.com/cristianst85/QuickConnectPlugin/blob/master/QuickConnectPlugin/ArgumentsFormatters/CmdKeyRegisterArgumentsFormatter.cs
You should check that, after using one set of credentials to connect from KeePass, they are removed after the allotted time.