diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-01-05 00:57:53 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2004-01-05 00:57:53 +0000 |
commit | b397269f1b981df735bb98eec94adb142de0a868 (patch) | |
tree | 5d433a2628fc39b28ca701acfc212ae9937c3bd9 /source3/include/passdb.h | |
parent | 612a97f84535c2d2b397f7a1b3941f7f6f602b27 (diff) | |
download | samba-b397269f1b981df735bb98eec94adb142de0a868.tar.gz samba-b397269f1b981df735bb98eec94adb142de0a868.tar.bz2 samba-b397269f1b981df735bb98eec94adb142de0a868.zip |
Merge commit to 3_0: add pdb_pgsql
(This used to be commit 61cbd5c9be1962d0c33c28ff472a2f82d3aa2a80)
Diffstat (limited to 'source3/include/passdb.h')
-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 */ |