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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Added direct searching with hints for missing libsasl2.so.
This bandaid can be removed after libsasl2 corresponding
PkgConfig fixes.
SASL propertry min_ssf had been also set instead of max_ssf.
This provides minimum acceptable security layer strength and solves
trouble with unencrypted connection.
- 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.