]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.
authorGünther Deschner <gd@samba.org>
Thu, 17 Feb 2011 13:20:19 +0000 (14:20 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Feb 2011 15:02:20 +0000 (16:02 +0100)
Guenther

source3/include/passdb.h

index 77956cb19ae29b7e3e10c20741b7b664bd81de70..915f2950f3429248b79c15febd14a5c4398e949e 100644 (file)
@@ -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