summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index 3e9036aef7..355d1286fd 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -300,4 +300,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 */