Displaying 2 results from an estimated 2 matches for "userdb_passwd".
2006 Feb 03
1
passwd-userdb with args
...================
RCS file: /home/cvs/dovecot/src/auth/userdb-passwd.c,v
retrieving revision 1.18
diff -c -r1.18 userdb-passwd.c
*** src/auth/userdb-passwd.c 16 Oct 2005 14:34:39 -0000 1.18
--- src/auth/userdb-passwd.c 3 Feb 2006 12:34:22 -0000
***************
*** 4,18 ****
--- 4,34 ----
#ifdef USERDB_PASSWD
+ #include "array.h"
+ #include "str.h"
+ #include "var-expand.h"
#include "userdb.h"
#include <pwd.h>
+ struct passwd_userdb_module {
+ struct userdb_module module;
+
+ array_t ARRAY_DEFINE(template, const char *);
+ };
+
static void...
2005 Aug 30
2
Very minor feature request
Hello,
I'd suggest a way to get to know the "capabilities" of a compiled Dovecot.
The background is that I've run the sequence
./configure --with-ldap && make && make install
twice, all three commands tell me that all is fine (ldap is listed in the
modules), but still dovecot told me that ldap is no Usedb module.
A "make clean" before solved the