1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.

Guenther
This commit is contained in:
Günther Deschner 2011-02-17 14:20:19 +01:00
parent a0c77c2eda
commit 0ed46df56a

View 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