Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

clean

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

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

domain/<DOMAIN>/security/profile/clean

Синтаксис:

clean <PROFILE> <OPTION>

Параметры:

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

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

Пример:

admin@mycelium1@ecss1:/$ domain/a.test/security/profile/clean address_book_options password_restrictions              
Success: Security options was cleaned.

[exec at: 11.03.2021 15:33:35, exec time: 51ms, nodes: ds1@ecss1 v.3.14.8.25]

admin@mycelium1@ecss1:/$ domain/a.test/security/profile/clean teleconference password_restrictions 
Success: Security options was cleaned.

[exec at: 11.03.2021 16:20:27, exec time: 79ms, nodes: ds1@ecss2 v.3.14.8.25]

info

Отображает информацию о профиле безопасности

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

domain/<DOMAIN>/security/profile/info

Синтаксис:

info <PROFILE>

Параметры:

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

Пример:

admin@mycelium1@ecss1:/$ domain/a.test/security/profile/info                                                                               
┌────────────────────┬────────────────┬────────────────┬────────────────────────────────────────────────────────────────┐
│       System       │Show password at│Show password at│                     Password restrictions                      │
│                    │      CoCon     │     Web-API    │                                                                │
├────────────────────┼────────────────┼────────────────┼────────────────────────────────────────────────────────────────┤
│default             │Always          │Always          │                                                                │
│address_book_options│Default         │Default         │Passwords must not contain a national (not-latin) characters    │
└────────────────────┴────────────────┴────────────────┴────────────────────────────────────────────────────────────────┘

[exec at: 11.03.2021 15:30:49, exec time: 10ms, nodes: ds1@ecss2 v.3.14.8.25]

set

Устанавливает значение свойств профилей безопасности. Описание всех свойств находится на странице Настройка политик безопасности.

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

domain/<DOMAIN>/security/profile/set

Синтаксис:

set <PROFILE> <OPTION> <VALUE>

Параметры:

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

<OPTION> - свойство профиля безопасности;

<VALUE> - значение свойства профиля.

Пример:

admin@mycelium1@ecss1:/$ domain/a.test/security/profile/set address_book_options password_restrictions add national_characters_not_allowed 
Success: Security options was changed.

[exec at: 11.03.2021 15:28:15, exec time: 75ms, nodes: ds1@ecss2 v.3.14.8.25]

admin@mycelium1@ecss1:/$ domain/a.test/security/profile/set address_book_options password_restrictions remove national_characters_not_allowed 
Success: Security options was changed.

[exec at: 11.03.2021 15:30:06, exec time: 61ms, nodes: ds1@ecss1 v.3.14.8.25]
  • Нет меток
Написать комментарий...