mirror of
https://github.com/altlinux/admc.git
synced 2025-01-20 10:04:05 +03:00
Semyon Knyazev
226a664edf
Attributes display fix and edit add.
Attribute creationTime display/edit fixed. Attributes with time span value display fixed. Also time span attribute edit is added. Attributes forceLogoff and lockOutObservationWindow are added as time span.
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.
You can also format the sources by building clangformat
target after cmake
is run, for example:
make -C build clangformat
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
Description
Languages
C++
79.8%
C
19.2%
CMake
1%