Displaying 5 results from an estimated 5 matches for "user04".
Did you mean:
user01
2015 Oct 20
2
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Hello everyone,
For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic:
Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN, rip=10.112.99.52, lip=10.113.63.50, mpid=7538, session=<NKsDsnIiU7YKcGM0>
Oct 19 12:34:51 server dovecot: dict(7540): Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Oct 19 12:34:51 server dovecot:...
2015 Oct 20
0
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
...; wrote:
>
> Hello everyone,
> For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic:
> Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN, rip=10.112.99.52, lip=10.113.63.50, mpid=7538, session=<NKsDsnIiU7YKcGM0>
> Oct 19 12:34:51 server dovecot: dict(7540): Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
http://hg.dovecot.org/dove...
2015 Oct 19
0
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Hello everyone,
For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic:
Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN, rip=10.112.99.52, lip=10.113.63.50, mpid=7538, session=<NKsDsnIiU7YKcGM0>
Oct 19 12:34:51 server dovecot: dict(7540): Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Oct 19 12:34:51 server dovecot:...
2012 Jun 29
2
doveadm purge -A via doveadm-proxy director fails after some users
...h=86400
doveadm(user02 at domain1.example.org): Debug: auth input:
user=user02 at domain1.example.org proxy host=10.129.3.193
proxy_refresh=86400
doveadm(user03 at domain1.example.org): Debug: auth input:
user=user03 at domain1.example.org proxy host=10.129.3.192
proxy_refresh=86400
doveadm(user04 at domain1.example.org): Debug: auth input:
user=user04 at domain1.example.org proxy host=10.129.3.192
proxy_refresh=86400
doveadm(user05 at domain1.example.org): Debug: auth input:
user=user05 at domain1.example.org proxy host=10.129.3.190
proxy_refresh=86400
doveadm(user06 at domain1.exam...
2006 Apr 07
3
activeLDAP - ldap_mapping - wildcard
...you will
see in the rest of this message.
-localhost
|
-groups
||
|-group01
|||
||-subgroup01
||-subgroup02
||-subgroup03
||
|-groupe02
||
|-groupe03
|
-users
||
|-labo01
|||
||-user01
||-user02
||
|-labo02
|||
||-section01
||||
|||-user03
|||-user04
|||
||-section02
||||
|||-user05
I have 2 corresponding classes
#this class of LdapUser work as long as the user is found directly under
"labo01"
class LdapUser < ActiveLDAP::Base
ldap_mapping :dnattr => ''cn'' , :prefix => ''ou=labo01,ou=user...