From: Günther Deschner Date: Thu, 17 Feb 2011 13:20:19 +0000 (+0100) Subject: s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX. X-Git-Tag: tevent-0.9.11~549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ed46df56a84dfc40e172ea1e460fa6490b15a2a;p=thirdparty%2Fsamba.git s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX. Guenther --- 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