Jump to content

Sarge

Members
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    8

Sarge last won the day on February 1

Sarge had the most liked content!

Recent Profile Visitors

2,176 profile views

Sarge's Achievements

  1. +1 In our instance we have about 1000 passwords we'd like to reset on the same day. Currently you can only schedule X days or X months - which means over time 'drift' occurs. Being able to say reset on the 1st of every month, would stop the drift from occurring; along with an option to 'reset on the next scheduled reset' in the event of a failed reset. (IE: Rather than try again the following day, wait until the next schedule occurs).
  2. +1 For change control, we have to document everything within the administration tab. Currently we have a custom spreadsheet with screenshots of every setting (and their sub settings such as permissions applied to list templates!) massive time sink. A way to compile this information either by report or API calls or database queries would be amazing.
  3. +1 Need this. Also a way to manage host folders from administration tab.
  4. +1; but this probably makes more sense as both a password list template option and user account policy option.
  5. What we do is run the script as a service account (Passwordstate automatically updates the password every XX days); with the Sys Wide API key being a user environment variable in the service account context. the script sets and API variable to that of the environment variable. Doesn’t get captured in logging, doesn’t get committed to Git. no one knows the key except security administrator(s) with the required security role, no one can see the key without knowing the service account password.
  6. +1 We’re also encountering a situation where we need the API to return nested object IDs. folders to return password list ids password lists to return password ids With nested object IDs being returned we could then use loops to process those returned objects. Having to maintain a list of specific password IDs to target with a script is time consuming.
  7. Configure the API on the affected password list to return a blank value instead of the actual password. List Administrator Actions > Edit Password List Properties > API Key & Settings > (tick) Return blank Password value
  8. This may not be required. There is documentation (section 7) of the "Passwordstate_Upgrade_Instructions.pdf" which covers this already. Specifically, UPDATE SystemSettings SET MaintenanceModeUserID = ''
×
×
  • Create New...