From: Andrew Bartlett Date: Thu, 20 Sep 2018 02:24:32 +0000 (-0700) Subject: kdc: Remind us that these values need to match other values X-Git-Tag: talloc-2.3.2~903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=889c461c009e242fd3ce86b08b87192f21852569;p=thirdparty%2Fsamba.git kdc: Remind us that these values need to match other values Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/kdc/sdb.h b/source4/kdc/sdb.h index dbebb26ad0b..c929acccce6 100644 --- a/source4/kdc/sdb.h +++ b/source4/kdc/sdb.h @@ -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 */