ldb: Remove misleading comment
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 4 Apr 2023 04:44:10 +0000 (16:44 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 12 Apr 2023 13:52:31 +0000 (13:52 +0000)
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>
lib/ldb/include/ldb_module.h

index 464100c60647f91395b94c394c9d8e76914eb9fd..e3f3d994aefb10eb1213f853eb51d6f70ab3ce74 100644 (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