mirror of
https://github.com/altlinux/admc.git
synced 2025-01-05 01:18:06 +03:00
e3375f5782
- Possible errors due to domain controller switching are fixed (revealed with failed tests). - Disabled user icon is added to icon manager. Now user item icon changes after user disabling in the object tree and in the organizational unit results widget. - User domain admin perms check for GPO add is fixed. User should no longer be in a group named only "Domain Admins" to be able add GPO (domain admins group is defined by sid now). - Fixed group policy link dissapearence after applying enforce/disable action in context menu. (closes: 47122) - Test admc_test_gplink is fixed. - Test admc_test_policy_ou_results_widget is temporarily removed. - Added connectivity to another domain's host. |
||
---|---|---|
.gear | ||
cmake | ||
debian | ||
share | ||
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
CHANGELOG_ru.txt | ||
CHANGELOG.txt | ||
CMakeLists.txt | ||
LICENSE.md | ||
README.md |
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