Package admc: Information

    Source package: admc
    Version: 0.18.0-alt1
    Build time:  Jan 14, 2025, 02:06 PM
    Category: Other
    Report package bug
    License: GPLv3+
    Summary: Active Directory Management Center
    Description: 
    Active Directory Management Center (ADMC) is integrated complex tool implements
    User and Computers and Group Policy Manager modules of Microsoft Remote Server
    Administration Tools (RSAT).

    List of RPM packages built from this SRPM:
    admc (e2kv6, e2kv5, e2kv4, e2k)
    admc-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    admc-test (e2kv6, e2kv5, e2kv4, e2k)
    admc-test-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Semyon Knyazev


      1. cmake
      2. cmake-modules
      3. doxygen
      4. gcc-c++
      5. libkrb5-devel
      6. libldap-devel
      7. libsasl2-devel
      8. libsmbclient-devel
      9. libuuid-devel
      10. qt5-base-common
      11. qt5-base-devel
      12. qt5-tools-devel
      13. rpm-macros-cmake
      14. samba-devel

    Last changed


    Dec. 5, 2024 Semyon Knyazev 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.
    Dec. 5, 2024 Semyon Knyazev 0.17.2-alt1
    - Fixed lost site and DC info in domain info widget (child domain).
      (closes:52329)
    Nov. 6, 2024 Semyon Knyazev 0.17.1-alt1
    - Fix crashing on child domains after context menu request.