diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index aeddcbcb3a..bf2fd6f6ce 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -61,6 +61,7 @@ enum pdb_elements { PDB_UNKNOWN6, PDB_LMPASSWD, PDB_NTPASSWD, + PDB_BACKEND_PRIVATE_DATA, /* this must be the last element */ PDB_COUNT @@ -137,6 +138,8 @@ typedef struct sam_passwd uint32 unknown_5; /* 0x0002 0000 */ uint32 unknown_6; /* 0x0000 04ec */ + void *backend_private_data; + void (*backend_private_data_free_fn)(void **); } private; /* Lets see if the remaining code can get the hint that you |