1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ldb: Remove misleading comment

That an attribute has been access checked doesn't mean that the user has
the right to view it.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2023-04-04 16:44:10 +12:00 committed by Andreas Schneider
parent 3d935fdcb9
commit cb3c344a64

View File

@ -103,8 +103,8 @@ struct ldb_module;
#define LDB_FLAG_INTERNAL_SHARED_VALUES 0x200
/*
* this attribute has been access checked. We know the user has the right to
* view it. Used internally in Samba aclread module.
* this attribute has been access checked. Used internally in Samba aclread
* module.
*/
#define LDB_FLAG_INTERNAL_ACCESS_CHECKED 0x400