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:
parent
3d935fdcb9
commit
cb3c344a64
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user