1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-10 05:57:24 +03:00
Dmitry Degtyarev b238fde0f8 add more tests for policy ou results
tests for remove_link(), move_up(), move_down()
move column enum to private header so it can be shared with tests
check for policy_root validity in results widget because test
\ runs without policy tree in console
2022-06-16 16:38:41 +04:00
2022-06-15 13:30:10 +04:00
2022-04-06 15:59:32 +04:00
2022-06-16 16:38:41 +04:00
2022-04-05 11:43:40 +04:00
2022-06-09 12:00:21 +04:00
2022-04-05 11:43:40 +04:00
2021-04-19 15:29:31 +04:00

Building

Dependencies:

  • qt (core, widgets, help, linguist tools)
  • samba (smbclient, ndr)
  • glib2 (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

image

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