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:
parent
8c18aeb539
commit
4abb297d6c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user