Displaying 20 results from an estimated 70000 matches similar to: "Custom cache_key for passdb-sql"
2009 Oct 08
1
bsdauth with cache_key failed
hi
i test bsdauth with cache_key=%u on OpenBSD and get this error
Oct 8 10:04:11 pegasus dovecot: Dovecot v1.2.6 starting up
Oct 8 10:04:12 pegasus dovecot: auth(default): Panic: file passdb.c:
line 201 (passdb_init): assertion failed:
(passdb->passdb->default_pass_scheme != NULL || passdb->passd
b->cache_key == NULL)
Oct 8 10:04:12 pegasus dovecot: dovecot: child 8407 (auth)
2018 Jul 21
2
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
Hello,
I have the following fatal error when I uncomment #!include auth-sql.conf.ext
in .../conf.d/10-auth.conf
dovecot: auth: Fatal: Support not compiled in for passdb driver 'sql'
I have installed via 'pkg'.
Do I have to install the ports tree to get sql support ?
Thanks,
-Graham-
2018 Jul 21
0
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
Yes, the defaults do not include DB support.
Larry Rosenman
mail/dovecot maintainer
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/21/18, 11:25 AM, "dovecot on behalf of Graham S. Jarvis" <dovecot-bounces at dovecot.org on behalf of
2006 Jan 17
0
1.0beta1: bullet-proofing dovecot-example.conf
Timo,
I got bit last night during my upgrade to beta1 by
uncommenting the following part of dovecot.conf for my
site:
#passdb passwd-file {
# File contains a list of usernames, one per line
#args = /etc/dovecot.deny
#deny = yes
#}
I did a "s/#//" over this block of code, thereby uncommenting
the comment too. Then I wondered why beta1 wouldn't start
for me,
2006 Nov 20
1
cache_key assertion error 1.0.beta8
I just added auth caching with pam, and I'm getting this error:
dovecot: [ID 107833 mail.error] auth(default): file passdb.c: line 178
(passdb_init): assertion failed: (passdb->passdb->default_pass_scheme !=
NULL || passdb->passdb->cache_key == NULL)
A google search turns up
<http://www.dovecot.org/list/dovecot-cvs/2005-March/004117.html>
which looks approx like this
2006 Apr 27
4
auth-request.c: assertion failed: (*name != '\0')
I upgraded to beta7 from alpha4, and got this error during the auth process:
dovecot: auth(default): client in: AUTH 1 PLAIN service=POP3
lip=0.0.0.0 rip=0.0.0.0 resp=<hidden>
dovecot: auth-worker(default): sql(webmaster at example.com,0.0.0.0): query:
SELECT username as user, NULL as password FROM users WHERE username =
'webmaster at example.com' AND
2019 Jan 14
1
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
Ports has the options, I'm just not changing the defaults.
Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: dovecot <dovecot-bounces at dovecot.org> on behalf of Odhiambo Washington <odhiambo at gmail.com>
Sent: Monday, January 14, 2019 3:47:43 AM
To: gsjarvis
Cc: Dovecot Mailing List
Subject: Re: Freebsd: Fatal error - Support not
2018 Jul 21
0
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
The problem from the FreeBSD perspective is that both MySQL and PostgreSQL are supported, but they are large. I might see if I can make flavors, but I won?t have time for that for a few weeks.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
From: "Graham
2013 Oct 02
1
LDAP for passdb and SQL for userdb
Hello
Is it possible to setup double backend ? ldap for auth only and SQL for
userdb information(quota,maildir etc) ?
Now I'm using SQL backend and configuration looks like this:
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
userdb {
driver = prefetch
}
userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
Can I do something like:
passdb {
driver = sql
args
2009 Jul 08
1
Optimal quota method for SQL
Hi,
I just installed 1.2.0 and I'm gonna set up some quota on my vitual users.
I' ve got dovecot set up as LDA, and currently I'm using the dict-mysql
method described for 1.2.0, but it's not really working at all.
Am I correct in assuming that with this method I can define the quota
limit in my dict (sql field)?
This is my current config:
dict {
quotadict =
2007 Jun 22
2
Quota from passdb sql
Hello folks!
Is it possible to retrieve quota information from a passdb sql lookup and
using static userdb?
I've tried here without success, and I can't find in the wiki or forum.
Some ways I configured dovecot-sql.conf:
1)
password_query = SELECT email AS user, CONCAT('maildir:storage=',quota) AS
quota, password FROM users WHERE email = '%u'
2)
password_query = SELECT
2014 Jun 05
0
SQL passdb, LDAP userdb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 27 May 2014, Kristof Bajnok wrote:
> in my current setup, LDAP authentication + userdb works fine.
>
> I'd like to integrate Dovecot with Shibboleth. I have a custom module at
> the IdP (*) that inserts short-time tokens to an SQL table at user
> authentication, and I want Dovecot to use the token table for passdb but
>
2014 May 27
3
SQL passdb, LDAP userdb
Hi,
in my current setup, LDAP authentication + userdb works fine.
I'd like to integrate Dovecot with Shibboleth. I have a custom module at
the IdP (*) that inserts short-time tokens to an SQL table at user
authentication, and I want Dovecot to use the token table for passdb but
keep LDAP for storing the userdb (uid, quota, etc)
I thought it was simple as omitting the sql user_query, but I
2006 Mar 26
2
userdb prefetch not working for passdb sql
Hi all,
I'm using 1.0.beta3 and having problems using userdb prefetch in conjuction with passdb sql. Here are my mail logs when I log to virtual account "testuser at mydomain.com" by doing "telnet localhost 143":
Mar 26 15:15:47 imapserver dovecot: Dovecot v1.0.beta3 starting up
Mar 26 15:15:49 imapserver dovecot: auth-worker(default): mysql: Connected to (null) (mail)
2006 Oct 10
1
Executing SQL update upon login
Hi,
I'm using SQL authentication in dovecot, and was wondering if anyone had
any ideas as to how I could run an UPDATE statement upon each login, to
set time of last login (and other interesting stuff) in the database
table.
--
Tom
2011 Aug 07
1
SQL passdb lookups not working
Hello everyone,
I'm trying to make dovecot do user authentication against a SQL
database. The passwords (managed by Django) are stored as salted SHA1
encoded in hex. I monkey patched Django's password method so that the
password hash is made with <password><salt> (Django does
<salt><password>, the patched method was verified to return same value
as
2018 Sep 20
0
Fatal: Support not compiled in for passdb driver 'pam'
Hi Guys,
Can anyone help me, I'm having trouble halting caching authentication for
the PAM module.
I follow this procedure: https://wiki.dovecot.org/PasswordDatabase/PAM
I got this error
Sep 20 10:05:58 pop3-login: Info: Disconnected: Auth process broken
(disconnected before auth was ready, waited 0 secs): user=<>, rip=, lip=,
session=<QmW2BU52TACsFBTt>
Sep 20 10:06:00 auth:
2009 Mar 13
0
using passwd userdb with sql passdb
On Fri, 2009-03-13 at 16:18 -0700, Shane W wrote:
> The problem may be the shane@ bit. If I delete the sql
> entry, the lookup just shows 'shane'. I'm not loging in
> with @ but my query does use the username,domain syntax for
> instances of virtual users which don't use passwd userdb:
> select username,domain,password from users
> WHERE username = '%n'
2019 Jan 14
0
Freebsd: Fatal error - Support not compiled in for passdb driver 'sql'
On Sun, 13 Jan 2019 at 22:15, gsjarvis <gsjarvis at pt.lu> wrote:
> Hello,
>
> I was wondering if there was any progress on this.
>
> I just upgraded a FreeBSD box and had the same issue again.
>
> I keep (reasonably) good support notes so I found the one that said I had
> to
> install from ports - so all is well. I was just wondering if there was any
> news.
2004 Dec 06
0
[PATCH] passdb cache fixes
Hello,
attached patches fixes some bugs in passdb cache.
First patch fixes bug which causes passdb cache always return empty
scheme for cached passwords.
Second patch fixes dovecot-auth crash with passdb cache enabled.
I'm not sure that it is proper fix, though.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net