r13509: remove unnecessary sql flags
authorGerald Carter <jerry@samba.org>
Wed, 15 Feb 2006 18:21:13 +0000 (18:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:08 +0000 (11:10 -0500)
(This used to be commit c3702e804a74276ee53eb73f2d9b1fa9d3874b48)

source3/include/passdb.h

index 1f3c8cb28b3fa8dcd675ae506be7281d6e777615..79ba39186720851f4637cfe018a68c2c57d45985 100644 (file)
@@ -420,6 +420,4 @@ 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 */