1
0
mirror of https://github.com/altlinux/admc.git synced 2024-12-22 09:33:55 +03:00

0.18.0-alt1

- Add custom permissions to security tab: create/delete child objects
  and read/write properties.
- Add delegation tasks to security tab. Delegation tasks represent
  common tasks from RSAT's delegation dialog.
- Extended rights are placed in a separate permissions tab.
- Generic and standard permissions are placed in the common permissions
  tab. Common permissions are supplemented by following: list contents,
  read/write all properties, delete, delete subtree, read permissions,
  modify permissions, modify owner, all validated writes and all extended
  rights.
- Add permissions scope selection to the security tab. Corresponding
  permissions can be applied to the target object, target and child objects,
  only to the child objects or to the child object with specific class.
  Delegation tasks are appliable only to target object.
- Changed permissions unsetting behavior: superior permission unsetting
  unsets all subordinate permissions too. For example, "Full control"
  unsetting unsets all other permissions.
- Fixed test fails, which were caused by arbitrary invalid domain controller
  selection.
- Add "Set/unset all" and "Edit" actions to the links tab in the policy OU
  widget. "Set/unset all" actions set/unset state (enforced/disabled, depending
  on column) for all linked policies. "Edit" action opens GPUI for policy editing.
  These actions can be triggered via context menu.
This commit is contained in:
Semyon Knyazev 2024-11-27 22:29:00 +04:00
parent b5da8c04a7
commit f410c1aee6
3 changed files with 80 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define _unpackaged_files_terminate_build 1
Name: admc
Version: 0.17.2
Version: 0.18.0
Release: alt1
Summary: Active Directory Management Center
@ -110,6 +110,31 @@ Tests for ADMC
%_bindir/admc_test_find_policy_dialog
%changelog
* Wed Dec 5 2024 Semyon Knyazev <samael@altlinux.org> 0.18.0-alt1
- Add custom permissions to security tab: create/delete child objects
and read/write properties.
- Add delegation tasks to security tab. Delegation tasks represent
common tasks from RSAT's delegation dialog.
- Extended rights are placed in a separate permissions tab.
- Generic and standard permissions are placed in the common permissions
tab. Common permissions are supplemented by following: list contents,
read/write all properties, delete, delete subtree, read permissions,
modify permissions, modify owner, all validated writes and all extended
rights.
- Add permissions scope selection to the security tab. Corresponding
permissions can be applied to the target object, target and child objects,
only to the child objects or to the child object with specific class.
Delegation tasks are appliable only to target object.
- Changed permissions unsetting behavior: superior permission unsetting
unsets all subordinate permissions too. For example, "Full control"
unsetting unsets all other permissions.
- Fixed test fails, which were caused by arbitrary invalid domain controller
selection.
- Add "Set/unset all" and "Edit" actions to the links tab in the policy OU
widget. "Set/unset all" actions set/unset state (enforced/disabled, depending
on column) for all linked policies. "Edit" action opens GPUI for policy editing.
These actions can be triggered via context menu.
* Thu Dec 5 2024 Semyon Knyazev <samael@altlinux.org> 0.17.2-alt1
- Fixed lost site and DC info in domain info widget (child domain).
(closes:52329)

View File

@ -1,6 +1,33 @@
admc
CHANGELOG
-----------------------------------------------------------------------
VERSION 0.18.0
-----------------------------------------------------------------------
- Add custom permissions to security tab: create/delete child objects
and read/write properties.
- Add delegation tasks to security tab. Delegation tasks represent
common tasks from RSAT's delegation dialog.
- Extended rights are placed in a separate permissions tab.
- Generic and standard permissions are placed in the common permissions
tab. Common permissions are supplemented by following: list contents,
read/write all properties, delete, delete subtree, read permissions,
modify permissions, modify owner, all validated writes and all extended
rights.
- Add permissions scope selection to the security tab. Corresponding
permissions can be applied to the target object, target and child objects,
only to the child objects or to the child object with specific class.
Delegation tasks are appliable only to target object.
- Changed permissions unsetting behavior: superior permission unsetting
unsets all subordinate permissions too. For example, "Full control"
unsetting unsets all other permissions.
- Fixed test fails, which were caused by arbitrary invalid domain controller
selection.
- Add "Set/unset all" and "Edit" actions to the links tab in the policy OU
widget. "Set/unset all" actions set/unset state (enforced/disabled, depending
on column) for all linked policies. "Edit" action opens GPUI for policy editing.
These actions can be triggered via context menu.
-----------------------------------------------------------------------
VERSION 0.17.2
-----------------------------------------------------------------------

View File

@ -1,6 +1,33 @@
admc
ЖУРНАЛ ИЗМЕНЕНИЙ
-----------------------------------------------------------------------
ВЕРСИЯ 0.18.0
-----------------------------------------------------------------------
- Добавлены особые разрешения во вкладку безопасности: создание/удаление
дочерних объектов и чтение/запись свойств.
- Добавлено делегирование задач во вкладку безопасности. Задачи для
делегирования воспроизводят обычные задачи диалога делегирования RSAT.
- Расширенные права помещены в отдельную вкладку разрешений.
- Общие и стандартные разрешения помещены во вкладку общих разрешений.
Общие разрешения дополнены следующими: список содержимого, чтение/запись
всех свойств, удаление, удаление поддерева, чтение разрешений, сменить
разрешения, сменить владельца, все проверенные операции записи и все
расширенные права.
- Добавлен выбор области действия разрешений. Соответствующие разрешения
могут быть применены к данному объекту, данному и дочерним объектам, только
к дочерним объектам или дочерним объектам определённого класса. Делегирование
задач применимо только для данного объекта.
- Изменено поведение снятия разрешений: снятие бОльших разрешений снимает все
меньшие тоже. Например, снятие "Полного доступа" снимает все остальные разрешения.
- Исправлены фейлы тестов, вызванные случайным выбором невалидного контроллера
домена.
- Добавлены действия "Снять/выставить все" и "Изменить" во вкладку связей в виджете
подразделения. Действия "Снять/выставить все" задают/убирают состояние
(принудительно/отключено, в зависимости от столбца) для всех привязанных политик.
Действие "Изменить" открывает GPUI для редактирования политики. Данные действия
вызываются через контекстное меню.
-----------------------------------------------------------------------
ВЕРСИЯ 0.17.2
-----------------------------------------------------------------------