1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-22 18:03:57 +03:00

0.16.2-alt1

- Fix OU insufficient access for users with delegation. Users with
  delegated OU rights can do corresponding allowed actions. In particular,
  user/group creation/deletion, OU creation and policy (un)link.
This commit is contained in:
Semyon Knyazev 2024-05-03 21:33:15 +04:00
parent 8ec3e0439d
commit 08793ddd8a
3 changed files with 22 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define _unpackaged_files_terminate_build 1
Name: admc
Version: 0.16.1
Version: 0.16.2
Release: alt1
Summary: Active Directory Management Center
@ -110,6 +110,11 @@ Tests for ADMC
%_bindir/admc_test_find_policy_dialog
%changelog
* Fri May 3 2024 Semyon Knyazev <samael@altlinux.org> 0.16.2-alt1
- Fix OU insufficient access for users with delegation. Users with
delegated OU rights can do corresponding allowed actions. In particular,
user/group creation/deletion, OU creation and policy (un)link.
* Tue Apr 16 2024 Semyon Knyazev <samael@altlinux.org> 0.16.1-alt1
- Fixed policy link deletion: OU's child link items are deleted from
tree after removal from policy widget. (closes: 49670)

View File

@ -1,6 +1,13 @@
admc
CHANGELOG
-----------------------------------------------------------------------
VERSION 0.16.2
-----------------------------------------------------------------------
- Fix OU insufficient access for users with delegation. Users with
delegated OU rights can do corresponding allowed actions. In particular,
user/group creation/deletion, OU creation and policy (un)link.
-----------------------------------------------------------------------
VERSION 0.16.1
-----------------------------------------------------------------------

View File

@ -1,6 +1,15 @@
admc
ЖУРНАЛ ИЗМЕНЕНИЙ
-----------------------------------------------------------------------
ВЕРСИЯ 0.16.2
-----------------------------------------------------------------------
- Исправлены недостаточные права на подразделения для пользователей с
делегированием. Пользователи с делегированными правами на подразделение
могут совершать соответствующие действия. В частности, создание/удаление
пользователей или групп, создание подразделений, привязывание/отвязывание
политик.
-----------------------------------------------------------------------
ВЕРСИЯ 0.16.1
-----------------------------------------------------------------------