/system/security/profile/ - команды управления профилями безопасности
clean
Команда сбрасывает свойство профиля до значения по умолчанию
Путь команды:
system/security/profile/clean
Синтаксис:
clean <PROFILE> <OPTION>
Параметры:
<PROFILE> - профиль безопасности;
<OPTION> - свойство профиля безопасности (для выбора всех свойств используется *).
Пример:
admin@[mycelium1@ecss1]:/$ system/security/profile/clean s4b password_restrictions Success: Security options was cleaned. [exec at: 26.05.2020 09:41:21, exec time: 209ms, nodes: ds1@ecss2] admin@[mycelium1@ecss1]:/$ system/security/profile/clean s4b * Success: Security options was cleaned. [exec at: 26.05.2020 09:41:25, exec time: 383ms, nodes: ds1@ecss1]
info
Отображает информацию о профиле безопасности
Путь команды:
system/security/profile/info
Синтаксис:
info <PROFILE>
Параметры:
<PROFILE> - профиль безопасности.
Пример:
admin@[mycelium1@ecss1]:/$ system/security/profile/info ┌────────────────────┬────────────────┬────────────────┬────────────────────────────────────────────────────────────────┐ │ System │Show password at│Show password at│ Password restrictions │ │ │ CoCon │ Web-API │ │ ├────────────────────┼────────────────┼────────────────┼────────────────────────────────────────────────────────────────┤ │default │On request │On request │Passwords must contain a minimum of 1 numeric character [0-9] │ │ │ │ │Passwords must be at least 3 characters in length │ │address_book_options│Default │Always │Passwords must be at least 2 characters in length │ │callcenter │Never │Default │Default │ └────────────────────┴────────────────┴────────────────┴────────────────────────────────────────────────────────────────┘ [exec at: 16.02.2019 23:06:00, exec time: 104ms, nodes: ds1@ecss2]
set
Устанавливает значение свойств профилей безопасности.
Путь команды:
system/security/profile/set
Синтаксис:
set <PROFILE> <OPTION> <VALUE>
Параметры:
<PROFILE> - профиль безопасности;
<OPTION> - свойство профиля безопасности;
<VALUE> - значение свойства профиля.
Пример:
admin@[mycelium1@ecss1]:/$ system/security/profile/set address_book_options show_password_at_cli bad Command error: can't parse mandatory argument value cause show flag can be 'on', 'off' or 'on_request' [exec at: 16.02.2019 23:12:31, exec time: 258ms, nodes: ds1@ecss1] admin@[mycelium1@ecss1]:/$ system/security/profile/set address_book_options password_restrictions remove min_length Success: Security options was changed. [exec at: 16.02.2019 23:12:31, exec time: 258ms, nodes: ds1@ecss1]