1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-22 14:50:36 +03:00

Add TODO to gpo permissions sync f-n

This commit is contained in:
Semyon Knyazev 2024-12-20 01:04:41 +04:00
parent 8c18aeb539
commit 4abb297d6c

View File

@ -1610,6 +1610,7 @@ void AdInterface::ldap_free() {
bool AdInterface::gpo_check_perms(const QString &gpo, bool *ok) {
// NOTE: skip perms check for non-admins, because don't
// have enough rights to get full sd
// TODO: check sd read permissions here and write corresponding error message
if (!logged_in_as_domain_admin()) {
return true;
}