diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index be1f236e39..d7f11781fe 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -361,4 +361,6 @@ struct pdb_init_function_entry { struct pdb_init_function_entry *prev, *next; }; +enum sql_search_field { SQL_SEARCH_NONE = 0, SQL_SEARCH_USER_SID = 1, SQL_SEARCH_USER_NAME = 2}; + #endif /* _PASSDB_H */ |