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:
parent
a0c77c2eda
commit
0ed46df56a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user