From 05ea44ac0e36d910eebf0e983864408165d93ce7 Mon Sep 17 00:00:00 2001 From: Semyon Knyazev Date: Thu, 19 Sep 2024 02:44:26 +0400 Subject: [PATCH] Update year and and add TODO comment --- src/adldap/ad_security.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/adldap/ad_security.h b/src/adldap/ad_security.h index 6ee6785f..3e010742 100644 --- a/src/adldap/ad_security.h +++ b/src/adldap/ad_security.h @@ -1,8 +1,8 @@ -/* +/* * ADMC - AD Management Center * - * Copyright (C) 2020-2022 BaseALT Ltd. - * Copyright (C) 2020-2022 Dmitry Degtyarev + * Copyright (C) 2020-2024 BaseALT Ltd. + * Copyright (C) 2020-2024 Dmitry Degtyarev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,6 +63,10 @@ private: bool data[SecurityRightStateInherited_COUNT][SecurityRightStateType_COUNT]; }; +// TODO: Unite SecutityRight and SecutityRightState structs into the ACE-like +// struct/class or remove them and use samba ACE structures. This and functions below +// can be implemented in security descriptor manager as an option. + struct SecurityRight { uint32_t access_mask; QByteArray object_type;