1
0
mirror of https://github.com/altlinux/admc.git synced 2025-01-03 09:17:53 +03:00

Update year and and add TODO comment

This commit is contained in:
Semyon Knyazev 2024-09-19 02:44:26 +04:00
parent 3c3bd48bfe
commit 05ea44ac0e

View File

@ -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;