When this feature is enabled, the software revolutionizes workplace productivity by delivering precise, temporary access to essential applications exactly when needed.
| Account | Identifier | Comments |
|---|---|---|
| BuiltIn Administrator or root Account | 500 | Managed by software |
Supported Operating Systems
Review the settings in the configUpdate.json file, update as appropriate and copy to C:\Program Files (x86)\Synergix\LEDR folder. Alternatively, you can use the LEDR software dashbaord and update the Central Configuration or per Device Configuration.
Local Account Password Management feature
| Account | Config Key | Comments |
|---|---|---|
| BuiltIn Administrator Account | BuiltInAdmin | Built-In and managed |
| Backup Administrator Account | BackupAdmin | Created and managed |
| Local User Account | LocalUser | Created and managed |
| Guest | GuestUser | Built-In and managed |
| All non-compliant accounts | NonCompliantUser | Managed. All non-default local accounts Excluding the Backup Administrator and Local User Accounts |
Follow the Config Key values listed in the table, to add the capabilities to manage additional local accounts. For instance, for managing Backup Administrator Account, use the Config Key BackupAdmin
“BuiltInAdmin”: {
“PasswordGenerationMethod”: 1/0 = readable, 1 = complex/,
“UniquePasswordMinLength”: 8,
“AccountStatus”: 1/0 = enabled, 1 = disabled, 2 = leave as is/,
“PasswordExpiryMethod”: 0/0 = leave as is, 1 = never expires, 2 = allow expiry, 3 = on next logon/,
“AccountNamingConvention”: “bd-%computername%”/%computername% = use computer name, %random% = generate random number, %rid% = use account RId on Windows (mapped to %random% for Non-Windows)/,
“AccountRenameEnabled”: true,
“CredentialsRotationInterval”: “00:10:00”/days.hours:minutes:seconds/,
“Enabled”: true,
“RunInterval”: “00:05:00”/days.hours:minutes:seconds/,
“MemberOfRemediation”: 0/0 = enforce, 1 = reset, 2 = leave as is/,
“MemberOf”: “S-1-5-32-544”/comma-separated groups’ Sid’s for Windows, or names for non-Windows devices/
},