clean

Команда сбрасывает свойство профиля до значения по умолчанию

Путь команды:

system/security/profile/clean

Синтаксис:

clean <PROFILE> <OPTION>

Параметры:

<PROFILE> - профиль безопасности;

<OPTION> - свойство профиля безопасности (для выбора всех свойств используется *).

Пример:

admin@mycelium1@ecss1:/$ system/security/profile/clean address_book_options show_password_at_cli 
Success: Security options was cleaned.



admin@mycelium1@ecss1:/$ system/security/profile/clean default        
Success: Security options was cleaned.

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             │Always          │Always          │Passwords must contain a minimum of 1 lower case letter [a-z]   │
│                    │                │                │Passwords must be at most 8 characters in length                │
│address_book_options│On request      │Default         │Default                                                         │
└────────────────────┴────────────────┴────────────────┴────────────────────────────────────────────────────────────────┘

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 on_request     
Success: Security options was changed.



admin@mycelium1@ecss1:/$ system/security/profile/set address_book_options password_restrictions remove min_length
Success: Security options was changed.