Displaying 3 results from an estimated 3 matches for "auth_master_connect".
2018 Sep 18
2
HTTP DoveAdm API - Possible bug?
Hi all,
It seems that setting userMask in the doveadm http api's "user" command
to anything involving wildcards ?s or *s causes the API to fail.
When using the API with a userMask set to the fully qualified email
address, I get the expected fields back.
From a python shell, with an asterisk causes the following behaviour
(note that doveadm is a python module that wrappers the
2018 Sep 19
0
HTTP DoveAdm API - Possible bug?
...6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/doveadm/doveadm-auth-server.c b/src/doveadm/doveadm-auth-server.c
index 44278e467e..d9e4e01c74 100644
--- a/src/doveadm/doveadm-auth-server.c
+++ b/src/doveadm/doveadm-auth-server.c
@@ -170,6 +170,10 @@ cmd_user_list(struct auth_master_connection *conn,
const char *username, *user_mask = "*";
unsigned int i;
+ doveadm_print_init(DOVEADM_PRINT_TYPE_FORMATTED);
+ doveadm_print_formatted_set_format("%{username}\n");
+ doveadm_print_header_simple("username");
+
if (users[0] != NULL && users[1] ==...
2004 Dec 13
0
1.0-test57 LDAP dovecot-auth SIGABRT
...tv = {tv_sec = 0, tv_usec = 268537}
io = (struct io *) 0x806a300
t_id = 2
msecs = 0
ret = 0
call = 1
#10 0x0805c8e5 in io_loop_run (ioloop=0x8075340) at ioloop.c:218
No locals.
#11 0x08051174 in main (argc=1, argv=0x0) at main.c:296
master = (struct auth_master_connection *) 0x8075500
i = 1
env = 0x4598 <Error reading address 0x4598: Bad address>
pid = 0
master_p = (struct auth_master_connection **) 0x8075400
size = 1
(gdb) detach
Detaching from program: /usr/local/dovecot-1.0-test57/libexec/dovecot/dovecot-auth, proc...