- Put functions for generating SQL queries in pdb_sql.c
commit65ad2c02fd2bf36d535c279ad290ab81e39f6816
authorJelmer Vernooij <jelmer@samba.org>
Sun, 4 Jan 2004 21:09:42 +0000 (4 21:09 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 4 Jan 2004 21:09:42 +0000 (4 21:09 +0000)
tree93efe3d431f4f44789e7f751b3822fd338635b91
parent3ce6c9f27368cfb278007fe660a0e44a84d67f8f
- 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
source/Makefile.in
source/aclocal.m4
source/configure.in
source/include/passdb.h
source/passdb/pdb_mysql.c
source/passdb/pdb_pgsql.c [new file with mode: 0644]
source/passdb/pdb_sql.c [new file with mode: 0644]