IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- 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.
Users with delegated OU rights (only via RSAT for now)
can do corresponding allowed actions. In particular, user/group
creation/deletion, OU creation and policy (un)link.
- Add drag&drop policy link order changing to links tab in the policy OU
widget.
- Domain info widget: "Servers" items are removed from the tree and
domain controller version is added.
- Add link state icons (enforced/disabled) to the links tab from the
policy OU widget.
- Domain policy link broken deletion is fixed (the same links in other
OUs were deleted instead of domain's link). (closes: 49385)
- Fix broken domain policy link icon changing: enforcing/disabling
from policy widget changed another OU's the same policy link icon.
- Fix links duplication in policy OU widget's inheritance tab.
- Fixed user properties window resize.
- Add optional attributes loading. It can be performed via "Load
optional attribute values" option checking (in the preferences menu)
or with corresponding button in the attributes tab. (closes: 48817)
- Fixed not selected of any theme after ADMC start.
If "Load optional attribute values" main window option is checked,
optional attribute values will be loaded after object properties
opening. With not checked option values can be loaded with
corresponding button in attribute tab.
Domain policy links are correctly deleted from GUI now.
Before fix policies, linked to another OUs, were deleted (in GUI)
under not domain OU fetched items (bugfix #49385).
Inheritance widget and gpo options check box are removed from .ui
and created in tab's ctor now. Group policy tab is also initialized
with console ptr now.
Linked policies widget is refactored. In particular, the widget is
initialized with console ptr now.
Drag&drop changes: add model, configuration and corresponding applying slot.
- Add icon theme selection. System theme is taken from /usr/share/icons
dir, custom themes are taken from /usr/share/ad-integration dir
by default. Theme dirs must have index.theme file to be included.
Theme dirs can also be symlinks.
- Object creation and disabling bugs in 0.15.0 version are
fixed. (closes: 48780)