]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: passdb/userdb dict rewrite to support more complex configuration.
authorTimo Sirainen <tss@iki.fi>
Sun, 8 Dec 2013 17:00:31 +0000 (19:00 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 8 Dec 2013 17:00:31 +0000 (19:00 +0200)
commit79042f8c2ec1778528584c064b164d1ebcdde16b
treee32d8c686918cc57de933c2a4af4e2cbb49c7402
parent5e22b513cd9d98d1c0cec2960423b908a3fd59bf
auth: passdb/userdb dict rewrite to support more complex configuration.
See the new doc/example-config/dovecot-dict-auth.conf.ext for explanation
how it works. The old configuration format will also stay functional.
doc/example-config/dovecot-dict-auth.conf.ext
src/auth/Makefile.am
src/auth/db-dict-cache-key.c [new file with mode: 0644]
src/auth/db-dict.c
src/auth/db-dict.h
src/auth/passdb-dict.c
src/auth/test-db-dict.c [new file with mode: 0644]
src/auth/userdb-dict.c