Displaying 20 results from an estimated 100000 matches similar to: "passdb pam and args/format"
2009 Jan 12
1
1.1.6: PAM passdb/userdb (mis)configuration
I'm sure I'm missing something obvious :-(
Dovecot version 1.1.6, pam authentication via ldap (openldap). basicly,
we use:
passdb pam
userdb passwd
which work fine, except for Outlook/OL Express users that are asked for
their password whenever they "send/receive"... We've had also "passdb shadow"
that somehow "fixed" this but allowed also users with
2010 Dec 04
3
passdb pam and userdb passwd "Authentication failure" errors
While using Ubuntu 10.10 + Dovecot 1.2.12 + Postfix 2.7.1-1:
To enable virtual accounts, I am using the
following /etc/dovecot/auth.d/virtualsomename.auth file:
passdb passwd-file {
args = /etc/dovecot/passwd
}
userdb static {
args = uid=vmail gid=vmail home=/home/vmail/%u
}
EOT
cat /etc/dovecot/passwd looks like this:
test:{PLAIN}pass
bill:{PLAIN}secret
timo at
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:
2006 Jan 16
0
passdb-pam: PAM_RHOST on FreeBSD >= 5.0 (where PAM != Linux-PAM)
This is actually something I had on my mind to write about in the past
few -stable and alpha releases, but did not get to and instead always
patched myself. Now having updated to the latest snapshot (which may
be released as beta1), I stumbled on it again:
In src/auth/passdb-pam.c, where the client host is passed to PAM, the
code looks like this:
#ifdef PAM_RHOST
const char *host =
2013 Jun 05
0
Support not compiled in for passdb driver 'pam' + telnet localhost imap.
Hi!,
I Install dovecot version 2.1.16 on CentOS 6.4 x86_64.
When I try to test the installation (by telnet localhost imap) the
following error occurs: "auth: Fatal: Support not compiled in for passdb
driver 'pam'".
I do not discover what caused this.
Here I leave the configuration data and the log.
Thanks
------------------------------------ / var / log / maillog
2008 Jul 14
0
Authenticating against samba passdb using PAM
Hey!
I'm trying to get a web application I'm developing to authenticate
against the samba user database. As far as I can tell, what I have to do
is "simply" set up a PAM service that uses pam_smbpass.so, and then use
a PAM client library to authenticate against it.
For the second part, I found a Python example that authenticates against
a given PAM service, and it works fine
2005 Jun 22
0
crypt password authenticate method (passdb or pam)?
Hi,
I'm trying to put my samba to authenticate users into a mysql database.
I've started to use passdb and I did mapped the main fields and also did
some change at pdb_sql.c code to match my needs.
Well, the problem is that I can't found a way to use crypt passwords
with mysql using pdb_mysql, actually the type of passwords I'm allowed
to use are "plain password",
2008 Jan 18
1
Static list of users with passdb pam
Hi,
On my system, I want to provide imap access for some of the users listed
in /etc/passwd. The list of users should be provided by me, and should
just be a list in a text file. All the userdb options are static (uid,
gid, home directory). Unfortunately, I cannot think of a way to
configure Dovecot to do this. The closest I get is with:
passdb pam {}
userdb passwd-file {
args =
2005 Oct 25
1
alpha4 - Unknown passdb driver 'pam'
Does anybody see this?
Oct 24 19:41:44 athena dovecot: Dovecot v1.0.alpha4 starting up
Oct 24 19:41:45 athena dovecot: Auth process died too early - shutting down
Oct 24 19:41:45 athena dovecot: auth(default): Unknown passdb driver 'pam'
Oct 24 19:41:45 athena dovecot: child 3374 (auth) returned error 89
This is on Fedora FC5-devel x86_64 (opteron), which is certainly pam based.
FWIW,
2016 Jun 20
7
Disabling passdb pam in local.conf
Greetings,
I'm trying to create a configuration that leaves every config file deployed by
an install process or paket management software untouched. The goal is to put
every configuration required into /etc/dovecot/local.conf.
I've come quite far, but I fail to disable pam as passdb service in
local.conf. What I get if I run doveconf -n is this section:
passdb {
driver = pam
}
It is
2014 Dec 12
0
PATCH - add username_format to the PAM auth module
Hi there,
Other auth modules (eg passwd-file) allow a username_format to be
specified, but not the PAM module.
The use-case, is where I want a static userdb configuration which takes the
domain into account but still want to use PAM for authentication, eg:
userdb {
driver = static
args = uid=8 gid=12 home=/mnt/storage/mail/vhosts/%d/%n
}
passdb {
driver = pam
args = username_format=%n
2016 Jun 22
2
Disabling passdb pam in local.conf
* Marcus Rueckert <darix at nordisch.org>:
> > What am I missing?
>
> That 10-auth.conf is actually meant to be edited. most distros should
> have configuration file handling pretty much figured out by now. so
> none of your changes to those files should get lost. also configuration
> management comes to mind.
As I repeatedly said none of those actions are an option in
2015 Apr 10
3
Disabling of userdb/passdb modules using config statements
On 2015-04-10 12:16, Gedalya wrote:
> On 04/10/2015 05:59 AM, Jeroen Massar wrote:
>>
>> This can be resolved by commenting out the entries in
>> auth-system.conf.ext but then I'll have to do that again at package
>> upgrade time.
>
> Comment out the !include auth-system.conf.ext line in 10-auth.conf.
Though indeed simpler than commenting out multiple lines,
2015 Feb 18
2
multiple ldap userdb and passdb
On 17/02/15 19:36, Pascal Volk wrote:
> On 02/17/2015 04:03 PM, lejeczek wrote:
>> hi everybody.
>>
>> I wonder if such a scenario is possible.
>> if yes would I configure multiple passdb using ldap driver
>> or within one clause set up multiple args? How would this work?
> Did you read http://wiki2.dovecot.org/Authentication/MultipleDatabases?
>
yes, and
2014 Jun 14
1
Disable Pam checking for Samba4 Standalone role server with samdb_dbds as passdb backend !
There is Samba4 4.1.8 as StandAlone server role is installed at ubuntu
14.04 LTS from sources.
There is samdb_dbds as passdb backend.
Provisioning and adding user to Samba4 is successful.
But there is no such user exactly at Ubuntu OS users.
And I don' t want that there would be such user at OS !!
But shares can not be accessed from Win XP/7 clients - user credentials are
asked again and again
2015 Feb 20
1
multiple ldap userdb and passdb
On 18/02/15 07:39, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wed, 18 Feb 2015, lejeczek wrote:
>> On 17/02/15 19:36, Pascal Volk wrote:
>>> On 02/17/2015 04:03 PM, lejeczek wrote:
>>>> hi everybody.
>>>>
>>>> I wonder if such a scenario is possible.
>>>> if yes would I configure multiple
2007 Feb 12
1
PAM, NSS, and a new blocking=yes setting
I wondered for a while if I should do this before v1.0, but since there
seem to be problems with some PAM/NSS users and this was way easier to
implement than I realized, here it is: passdb pam and userdb passwd now
support blocking=yes setting in their args.
For PAM the default has been to fork the dovecot-auth process and talk
via a pipe to the main dovecot-auth. I've never really liked this
2015 Jun 22
2
a temporary failure
Am Montag, den 22.06.2015, 10:05 +0100 schrieb lejeczek:
> >
> I wonder could there be some kind of collision between
> user/passdbs, even though I do not configure anything but
> ldap, when I do:
passdb {
driver = pam
}
passdb {
args = /etc/dovecot/ldap-passdb-my.domain.conf
driver = ldap
}
Check your whole dovecot config.
You have an active PAM passdb lookup and an
2016 Jun 21
3
Disabling passdb pam in local.conf
* Edgar Pettijohn <edgar at pettijohn-web.com>:
> > Only /etc/dovecot/local.conf should be changed.
> >
> So you want the standard files to remain unchanged from default settings and override them with your settings in local.conf?
Exactly (he said that in his initial mail).
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Schlei?heimer Stra?e 26/MG, 80333 M?nchen
2016 Jun 21
2
Disabling passdb pam in local.conf
* Edgar Pettijohn <edgar at pettijohn-web.com>:
> What distro settings?
These files should remain unchanged:
~$ tree /etc/dovecot/
/etc/dovecot/
??? conf.d
??? ??? 10-auth.conf
??? ??? 10-director.conf
??? ??? 10-logging.conf
??? ??? 10-mail.conf
??? ??? 10-master.conf
??? ??? 10-ssl.conf
??? ??? 10-tcpwrapper.conf
??? ??? 15-lda.conf
??? ??? 15-mailboxes.conf
??? ??? 20-imap.conf
???