1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

kdc: Remind us that these values need to match other values

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2018-09-19 19:24:32 -07:00 committed by Douglas Bagnall
parent 9b7066506e
commit 889c461c00

View 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 */