1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-05 01:18:06 +03:00
Go to file
Kees van Vloten f90952f9a7 debian/control: added depends, removed template depends, added minimum versions to build-depends
Dockerfile.debian: builds deb-package in docker-container
2021-06-03 22:39:15 +02:00
.gear Update doc path in spec file 2021-06-02 18:43:58 +04:00
.github/workflows add github action for admc 2021-02-05 18:19:06 +04:00
cmake remove unnecessary FindX.cmake files 2021-04-08 16:20:18 +04:00
debian debian/control: added depends, removed template depends, added minimum versions to build-depends 2021-06-03 22:39:15 +02:00
doc Add qhelpgenerator version selection 2021-06-02 18:03:00 +04:00
script add github action for admc 2021-02-05 18:19:06 +04:00
src update executable permissions 2021-06-02 17:45:26 +04:00
tests update executable permissions 2021-06-02 17:45:26 +04:00
.gitignore fix cmakelists for a build in separate dir 2020-09-04 14:57:14 +04:00
CHANGELOG.txt changelog 2021-05-12 16:45:43 +04:00
CMakeLists.txt update executable permissions 2021-06-02 17:45:26 +04:00
Dockerfile add samba-devel to dockerfile 2021-04-07 17:50:40 +04:00
Dockerfile.debian debian/control: added depends, removed template depends, added minimum versions to build-depends 2021-06-03 22:39:15 +02: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