- Put functions for generating SQL queries in pdb_sql.c
authorJelmer Vernooij <jelmer@samba.org>
Sun, 4 Jan 2004 21:09:42 +0000 (21:09 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 4 Jan 2004 21:09:42 +0000 (21:09 +0000)
commit430f9abd5f1d2537eab17c7c51a9e9b09f415989
treeb0feef1b65e19c6f85303ab390e77b93671fda68
parentfd35232584d34c3250094572393b3a64fc87cef9
- Put functions for generating SQL queries in pdb_sql.c
- Add pgSQL backend (based on patch by Hamish Friedlander)
- Use query generate functions from pdb_mysql and pdb_pgsql
- Only pdb_pgsql.c needs to be changed whenever the fields in SAM_ACCOUNT change
(This used to be commit 65ad2c02fd2bf36d535c279ad290ab81e39f6816)
source3/Makefile.in
source3/aclocal.m4
source3/configure.in
source3/include/passdb.h
source3/passdb/pdb_mysql.c
source3/passdb/pdb_pgsql.c [new file with mode: 0644]
source3/passdb/pdb_sql.c [new file with mode: 0644]