]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: passdb { pass and master } settings weren't working.
authorTimo Sirainen <tss@iki.fi>
Sun, 24 Jan 2010 22:25:07 +0000 (00:25 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 24 Jan 2010 22:25:07 +0000 (00:25 +0200)
--HG--
branch : HEAD

src/auth/auth-settings.c

index fb0b1a9c8b7bd1a6862077d284a7b8bf7d508922..cf36648cd01aeb3613c0f9aa37a722dd6622f00c 100644 (file)
@@ -100,6 +100,8 @@ static const struct setting_define auth_passdb_setting_defines[] = {
        DEF(SET_STR, driver),
        DEF(SET_STR, args),
        DEF(SET_BOOL, deny),
+       DEF(SET_BOOL, pass),
+       DEF(SET_BOOL, master),
 
        SETTING_DEFINE_LIST_END
 };