- Put functions for generating SQL queries in pdb_sql.c
[jra/samba/.git] / source3 / include / passdb.h
index 3e9036aef7777c37fa2f63cb4198f99df9009f60..355d1286fd57c271dd1283605b91bcc758a37e6f 100644 (file)
@@ -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 */