pdb_samba_dsdb: set PDB_CAP_TRUSTED_DOMAINS_EX
authorRalph Boehme <slow@samba.org>
Tue, 19 Dec 2017 22:44:00 +0000 (23:44 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 13 Jan 2018 11:55:07 +0000 (12:55 +0100)
Signed-off-by: Ralph Boehme <slow@samba.org>
source3/passdb/pdb_samba_dsdb.c

index 97fba0e7f89eb9cd215c8a9f91acd7b52d46afd8..16a7a85bdfd9f89d20557d5f4c1e05bb91eaf121 100644 (file)
@@ -2134,7 +2134,7 @@ static bool pdb_samba_dsdb_sid_to_id(struct pdb_methods *m, const struct dom_sid
 
 static uint32_t pdb_samba_dsdb_capabilities(struct pdb_methods *m)
 {
-       return PDB_CAP_STORE_RIDS | PDB_CAP_ADS;
+       return PDB_CAP_STORE_RIDS | PDB_CAP_ADS | PDB_CAP_TRUSTED_DOMAINS_EX;
 }
 
 static bool pdb_samba_dsdb_new_rid(struct pdb_methods *m, uint32_t *rid)