s4:dsdb/common: rename DSDB_RMD_FLAG_INVISIBLE to DSDB_RMD_FLAG_HIDDEN_BL
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Mar 2023 14:02:29 +0000 (15:02 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Mar 2023 07:16:34 +0000 (07:16 +0000)
DSDB_RMD_FLAG_INVISIBLE was introduced in commit
00b39c70f57882a453a8d2e6b0f1f37fd39a2d2a, but never used.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12967

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/common/dsdb_dn.h

index 8aadac7f2df54ef409de8795db2b47b173493bd9..f98e3e793511ebdc7865a3ca7a4ac0757ff2af24 100644 (file)
@@ -13,4 +13,9 @@ struct dsdb_dn {
 
 /* RMD_FLAGS component in a DN */
 #define DSDB_RMD_FLAG_DELETED     1
-#define DSDB_RMD_FLAG_INVISIBLE   2
+/*
+ * This is used on a backlink attribute
+ * if the backlink is not allowed on
+ * the objectClass
+ */
+#define DSDB_RMD_FLAG_HIDDEN_BL   2