1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-13 16:58:20 +03:00
Evgeny Sinelnikov e16079867f 0.11.1-alt1
- Fix property tabs size policy to looks more pretty.
- Enable both user and machine attributes during GPO creating.
- Fix availability of the Ok button when:
 + a policy name is missing in the policy create dialog;
 + group name is missing in the renaming ou dialog;
 + user name is missing in rename user dialog.
2023-01-10 07:46:13 +04:00
2023-01-10 07:46:13 +04:00
2022-06-28 13:32:15 +04:00
2022-09-12 15:05:17 +03: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.

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.4%
C 20.6%
CMake 1%