1
0
mirror of https://github.com/altlinux/admc.git synced 2025-08-02 08:22:03 +03:00
Go to file
Dmitry Degtyarev 7b4b859d29 prevent mixing attributes tab changes with others
open dialog when switching from/to attributes tab while it or other
\ tabs have changes
dialog forces user to apply or discard
close #190
2021-04-20 16:46:55 +04:00
2021-04-12 18:39:28 +04:00
2021-04-08 15:42:58 +04:00
2021-02-05 18:19:06 +04:00
2021-04-16 17:11:57 +04:00
2021-03-29 12:51:26 +04:00
2021-04-07 17:50: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 12 MiB
Languages
C++ 78.5%
C 20.5%
CMake 1%