diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/passdb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 77956cb19a..915f2950f3 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 |