RDM - AdvancedSearch Password-Field Column/Category

RDM - AdvancedSearch Password-Field Column/Category

0 vote

avatar

Hello,

I'd like to request a Password-Field to be included into search-ability, both drop-down menu where one can set Connection-Type, Username etc, and also in the Column Chooser. We have a situation where some servers have Privatekeys and some are Domainjoined, and I have no ability to differentiate between those in a search.

Thank you

All Comments (5)

avatar

Hello,

Password-protected fields are difficult for us to support in the advanced search, but we will keep this feature in mind. We will monitor this thread to see our community's feedback, but at the moment this won't be in our priorities.

For now, maybe you could use one of the available reports, depending on what you would like to achieve, or identify your entries using tags since those are searchable.

Regards,

Hubert Mireault

avatar

Using tags would be possible, is there a way I could automatically create them, depending what an entry password field contains? We use "Find by name" for all entries, but the name on the right side is the same over many connections. It would simply be beneficial if I could sort all entries where Find by name contains "abc", and then contains "def" etc...
Or at least copy that field to tag, so that I can use the search.

avatar

Hello,

If your entry is using "Find by name", maybe you could use a powershell script to set the tags to that value. You could select your entries and right click > Edit (special actions) and choose the "custom powershell" action. Here's an example script to add the value of the "find by name" field to the tags:

$connection.MetaInformation.Keywords = $connection.MetaInformation.Keywords + ' ' + $connection.CredentialPrivateVaultSearchString;
$RDM.Save();


Unfortunately though, it's not possible to perform this automatically within RDM, so it might not be the appropriate solution in your case.

Regards,

Hubert Mireault

avatar

Thank you, this helped indeed. Even if in future we have to do it manually, it's good we were able to set it at 100+ servers in one go.

avatar

Thank you for the feedback, I'm glad this could help. For now this is the workaround, but we will keep in mind the original request if we figure out a good way to achieve it.

Regards,

Hubert Mireault