1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-09 01:57:26 +03:00
Evgeny Sinelnikov a08ce21001 Add support of policy item link indicator icons with enforcing and disabling.
- Link indicator icon ("mail-forward" from theme) is added to policy item
  left bottom corner. Indicator is displayed only for OU's child policy items.
- Policy item icon changes appearance (fades) after group policy link disabling.
- Enforced policy indicator is added. Indicator ("stop" from theme) appears in
  the right bottom policy item's icon corner after policy "Enforced" setting.
2023-03-22 20:46:54 +04:00
2023-01-10 11:49:30 +04:00
2022-06-28 13:32:15 +04:00
2023-02-15 00:57:11 +04:00
2023-02-15 00:58:02 +04:00

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.

You can also format the sources by building clangformat target after cmake is run, for example:

make -C build clangformat

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

image

Description
No description provided
Readme 11 MiB
Languages
C++ 79.8%
C 19.2%
CMake 1%