1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-13 16:58:20 +03:00
Semyon Knyazev 7050724e95 0.19.0-alt1
- Add action "Show descriptor in SDDL" in the "More" button menu in the
  security tab. Allows to display a security descriptor in SDDL format.
- Add a rollback of the previously applied security descriptor. The action
  "Rollback to the previous descriptor" is available in the menu of the "More"
  button in the security tab.
- Freezing was minimized when interacting with objects of group policy in a tree.
- Fixed changelog errors. (closes: 45839)
- Add middle name to the editable properties and dialogues of user creation.
  The middle name field can be displayed when creating with action "Settings"->
  "Show the middle name when creating."
- Add the copy action for the attribute's display values.
- Fixed optional attributes disappearance after "Reset" action in the attributes
  tab.
- Fixed the display of optional attributes msDS-User-Account-Control-Computed and
  msDS-User-Password-Expire-Time-Computed.
2025-03-04 03:28:04 +04:00
2025-03-04 03:28:04 +04:00
2022-06-28 13:32:15 +04:00
2025-03-04 03:28:04 +04:00
2023-02-15 00:57:11 +04:00
2025-03-04 03:28:04 +04:00
2025-03-04 03:28:04 +04:00
2025-02-10 20:06:31 +04: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.

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

image

Description
No description provided
Readme 12 MiB
Languages
C++ 78.4%
C 20.6%
CMake 1%