mirror of
https://github.com/altlinux/admc.git
synced 2025-02-02 17:47:06 +03:00
Evgeny Sinelnikov
93bc75ea7d
0.11.0-alt1
- Action menu: Block inheritance feature is added to organizational unit context menu. Also limited group policy tab is returned. - Console: Bug with empty group policy object crushing is fixed. - Console: Non-deletable group policy containers dont dissapear from GUI after deletion attempt now. Warning message popups instead of error log dialog. - Misc: "Order" column is added to policy organizational unit results. Sort is performed with this column by default. - Console: Fix crash in policy tree after changing properties for organizational units. - Misc: Fix description bar squishing scope pane, when selected item's name is too long and description bar needs to display it. - Toolbar: Fix icons for "create" actions for organizational units, users and groups in toolbar. - Misc: Add trimming to full name autofill. - Misc: Add trimming to attribute sAMAccountName edit in create dialog for computers. - Misc: Add "find gpo" action to policy tree. It implements group policy objects search functional. - Misc: Improve "Import Query" action. So it's possible to import multiple queries at the same time.
Building
Dependencies:
- qt (core, widgets, help, linguist tools)
- samba (smbclient, ndr)
- glibc (resolv)
- ldap
- krb5
- uuid
Once dependencies are installed, run this from the admc folder:
$ mkdir build
$ cd build
$ cmake ..
$ make -j12
If the build fails, check build output for missing dependencies.
Usage:
This app requires a working Active Directory domain and for the client machine to be connected and logged into the domain. You can find articles about these topics on ALTLinux wiki.
Launch admc from the build directory:
$ ./admc
Testing
Tests also require a domain and a connection to the domain.
Launch tests from the build directory:
$ ./admc-test
Screenshots
Description
Languages
C++
79.8%
C
19.2%
CMake
1%