1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-10 09:18:17 +03:00
Go to file
Dmitry Degtyarev 3b7c1f3eb1 add libsasl2-plugin-gssapi runtime req
probably wasn't caught because this package is a dependency
\ for sssd-krb5-common which is installed by most users
2022-06-15 11:30:01 +04:00
.gear add libsasl2-plugin-gssapi runtime req 2022-06-15 11:30:01 +04:00
cmake remove unnecessary FindX.cmake files 2021-04-08 16:20:18 +04:00
debian Fixed package names in install depends 2021-06-04 22:10:27 +02:00
share update license year to 2022 2022-04-06 15:59:32 +04:00
src add single versions of search_items() 2022-06-14 14:21:26 +04:00
tests fix test for string other edit 2022-06-10 16:32:59 +04:00
.clang-format set AllowShortCaseLabelsOnASingleLine to true 2021-06-10 15:45:38 +04:00
.gitignore fix cmakelists for a build in separate dir 2020-09-04 14:57:14 +04:00
CHANGELOG_ru.txt add russian changelog 2022-04-05 11:43:40 +04:00
CHANGELOG.txt update changelog 2022-06-09 12:00:21 +04:00
CMakeLists.txt add russian changelog 2022-04-05 11:43:40 +04:00
LICENSE.md Change project license due to linking with Samba parts 2020-11-06 20:32:35 +04:00
README.md add dependencies to README 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