]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
kdc: Remind us that these values need to match other values
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Sep 2018 02:24:32 +0000 (19:24 -0700)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 7 Aug 2020 03:23:44 +0000 (03:23 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/kdc/sdb.h

index dbebb26ad0b7c6f6cb0dff6603be273cbd0987a4..c929acccce6a25a92283e310a42a248c04262d01 100644 (file)
@@ -104,6 +104,8 @@ struct sdb_entry_ex {
 #define SDB_ERR_NOT_FOUND_HERE 36150287
 #define SDB_ERR_WRONG_REALM 36150289
 
+/* These must match the values in hdb.h */
+
 #define SDB_F_DECRYPT          1       /* decrypt keys */
 #define SDB_F_GET_CLIENT       4       /* fetch client */
 #define SDB_F_GET_SERVER       8       /* fetch server */