From 0ed46df56a84dfc40e172ea1e460fa6490b15a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Thu, 17 Feb 2011 14:20:19 +0100 Subject: s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX. Guenther --- source3/include/passdb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 77956cb19ae..915f2950f34 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -262,8 +262,9 @@ enum pdb_policy_type { PDB_POLICY_REFUSE_MACHINE_PW_CHANGE = 10 }; -#define PDB_CAP_STORE_RIDS 0x0001 -#define PDB_CAP_ADS 0x0002 +#define PDB_CAP_STORE_RIDS 0x0001 +#define PDB_CAP_ADS 0x0002 +#define PDB_CAP_TRUSTED_DOMAINS_EX 0x0004 /***************************************************************** Functions to be implemented by the new (v2) passdb API -- cgit v1.2.1