You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Resources |
system |
admin |
accountManagement
accountManagement Account and password management-related configuration. |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| maxSessions | O | int32 | 2 | Maximum simultaneous sessions by a user |
| bruteForceAttack | O | | |
Configuration for defense against brute force OAM password guessing attempts
|
| bruteForceAttackOS | O | | |
Configuration for defense against brute force linux password guessing attempts
|
| accountAging | O | | | Account expiration related configuration |
| passwordAging | O | | | password expiration related configuration |
| sessionIdleTimeout | O | | | Session idle timeout related configurations. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name}/accountManagement |