Displaying 20 results from an estimated 1200 matches similar to: "pam authentication"
2017 Sep 05
3
pam authentication
does not work :-/
Sep 05 13:49:41 auth: Debug: auth client connected (pid=31115)
Sep 05 13:49:41 auth: Debug: client in: AUTH 1 PLAIN
service=imap secured session=IFCT0m9Y0KjAqAFk
lip=192.168.1.100 rip=192.168.1.100 lport=143
rport=43216 resp=AHBvbGhhbGxlbkBmdWNrYXJvdW5kLm9yZwBQYW5kb3JhMjAwMA==
(previous base64 data may contain sensitive data)
Sep 05
2017 Sep 05
0
pam authentication
Sorry, small typo
passdb {
driver = static
args = user=%n noauthenticate
}
Aki
On 05.09.2017 14:51, Pol Hallen wrote:
> does not work :-/
>
> Sep 05 13:49:41 auth: Debug: auth client connected (pid=31115)
> Sep 05 13:49:41 auth: Debug: client in: AUTH 1 PLAIN
> service=imap secured session=IFCT0m9Y0KjAqAFk
> lip=192.168.1.100 rip=192.168.1.100
2017 Sep 05
2
pam authentication
Do I modify auth-system.conf.ext only (sorry for the question)
if yes, I've same problem
Pol
On 2017-09-05 13:34, Aki Tuomi wrote:
> Try configuring like this:
>
> passdb {
> args = scheme=SHA256 username_format=%u /etc/dovecot/users
> driver = passwd-file
> }
>
> passdb {
> driver = static
> args = username=%n noauthenticate
> skip = authenticated
2017 Sep 05
0
pam authentication
On 05.09.2017 10:52, Pol Hallen wrote:
> Hello all
>
> I use debian 9 with dovecot 2.x: real system users and virtual users:
> almost all works perfectly ;)
>
> Virtual users can connect via imap and pop using name + domain name:
> user00 at domain1.org, etc.
>
> pam (real system users) users can connect via imap and pop ONLY
> without domain name
>
> It's a
2017 Sep 05
2
pam authentication
Sure :) thanks
cat /var/log/dovecot/[...]
Sep 05 13:26:02 auth: Debug: auth client connected (pid=30131)
Sep 05 13:26:02 auth: Debug: client in: AUTH 1 PLAIN
service=imap secured session=JK0Bfm9YuqfAqAFk
lip=192.168.1.100 rip=192.168.1.100 lport=143
rport=42938 resp=AG1heEBmdWNrYXJvdW5kLm9yZwBQYW5kb3JhMjAwMA==
(previous base64 data may contain
2017 Sep 05
2
pam authentication
thanks Aki, but with all your advices I've same problem: in the logs
always I see the authentication with user and domain name, so dovecot
doesn't accept it
any idea?
thanks!
Pol
On 2017-09-05 10:58, Aki Tuomi wrote:
> Oh right, you need to do it like this...
>
> after the passwd-file drivers add
>
> passdb {
> driver = static
> args = username=%n
2017 Sep 05
0
pam authentication
Try configuring like this:
passdb {
args = scheme=SHA256 username_format=%u /etc/dovecot/users
driver = passwd-file
}
passdb {
driver = static
args = username=%n noauthenticate
skip = authenticated
}
passdb {
driver = pam
skip = authenticated
}
On 05.09.2017 14:29, Pol Hallen wrote:
> Sure :) thanks
>
> cat /var/log/dovecot/[...]
>
> Sep 05 13:26:02 auth: Debug:
2017 Sep 05
0
pam authentication
No, you modify dovecot.conf
Aki
On 05.09.2017 14:40, Pol Hallen wrote:
> Do I modify auth-system.conf.ext only (sorry for the question)
>
> if yes, I've same problem
>
> Pol
>
> On 2017-09-05 13:34, Aki Tuomi wrote:
>
>> Try configuring like this:
>>
>> passdb {
>> args = scheme=SHA256 username_format=%u /etc/dovecot/users
>> driver =
2005 Apr 20
1
samba PDC with nfs mount of homes
Hi,
samba-3.0.9-1.3E.2 on RHEL3-AS.
Let's say we have a samba 3 PDC (workgroup = testdomain) on linux.host.1,
and the passwd backend is NIS ypbind that binds to ypserv on liunx.host.2.
Further, linux.host.2 also runs samba 3, not as a PDC, but rather points
it's authentication to an NT4 PDC (workgroup = realdomain). Even further,
linux.host.2 also holds the user /home directories.
2019 Nov 19
0
Dovecot Master User: Access user's mailbox without owner's password
Sounds a lot like my problem, which I described some days ago here on
the list, but no luck. Please report to the list if you make any progress.
Regards,
Em 14/11/2019 10:41, Dav Rdrz via dovecot escreveu:
> Hi, I hope you're all right. I describe below the scenario where the
> problem occurs.
> I'm trying to activate a master user [1] to be able to access all the
> boxes of
2019 Nov 19
1
Dovecot Master User: Access user's mailbox without owner's password
>>>>> "Marcio" == Marcio Merlone via dovecot <dovecot at dovecot.org> writes:
Marcio> Sounds a lot like my problem, which I described some days ago
Marcio> here on the list, but no luck. Please report to the list if
Marcio> you make any progress.
Marcio,
Looking at your passdb { } block, you don't have the "result_sucess =
continue" option.
2019 Nov 14
2
Dovecot Master User: Access user's mailbox without owner's password
Hi, I hope you're all right. I describe below the scenario where the
problem occurs.
I'm trying to activate a master user [1] to be able to access all the
boxes of all users by imap.
I have configured the dovecot-master-users [2] file with the
appropriate permissions.
When I try to access, for example with roundcube, through
user at mydomain.com*my_master_user at not-exist.com
I see in the
2010 Mar 08
6
strange su behavior
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a strange su hehavior on a CentOS 5.4 32Bit installation in a
VMware ESXi virtualizied environment:
If I am root and want to change the user to a non-root user, the system
prompts me for a password:
[root at halifax ~]# useradd test00
[root at halifax ~]# su - test00
We trust you have received the usual lecture from the local System
2018 Jun 13
2
NSS and group enumeration in CUPS...
Hai Marco,
Ok thats strange, this works fine since Jessie and up.
I did some extra checks and i'll show my outputs so you can compaire them.
My "domain" admin shows : id winadmin
uid=10000(winadmin) gid=10000(domain users) groups=10000(domain users),116(lpadmin),10001(domain admins),2001(BUILTIN\users),2000(BUILTIN\administrators)
My group output: getent group lpadmin
2015 Mar 16
1
Problem with replication ("Fatal: -N parameter requires syncing with remote host")
I have been fighting, for 2 days, with a Dovecot setup and I now
officially need help :)
Basically, I am trying to setup replication between 2 identical Dovecot
servers, on different physical servers (different hostnames/etc, of
course), and although I've managed to solve many problems I can't
overcome the final hurdle.
When a mail comes in to one of the servers, replication over TCP
2020 Jun 24
1
inotify_add_watch returned Permission denied
Hello,
We are using Samba 4.10.16 as a file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrate new NFS Shares from an archive provider, but samba gets crashed when a client tries to access files on these shares. New start of samba is required! In the smbd.log, I see these entries:
[2020/06/24 17:58:23.118208, 1]
2005 Jun 22
0
Smbclient command line password parsing
Hi there,
I've got a question about the way that smbclient parses the password
from the command line in the -U argument (i.e. -U'username%password').
This came up recently when I was trying to figure out why the cupsaddsmb
command was failing for me.
It appears that smbclient can't take passwords out of the command line
with leading 'special' characters such as = or
2019 Aug 23
2
non-terminating processes
FreeBSD psg.com 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3
dovecot 2.3.6 (7eab80676) (latest from binary package system)
symptom: multiple imap4s users complain that they can not fetch mail
stopping and restarting dovecot is a temporary workaround
dovenull 3713 0.0 0.0 11036 6816 - I 02:27 0:00.17 dovecot/imap-login
user19 3714 0.0 0.0 9464 4756 - S 02:27
2019 Aug 26
0
non-terminating processes
On 23.8.2019 17.19, Randy Bush via dovecot wrote:
> FreeBSD psg.com 11.3-RELEASE-p3 FreeBSD 11.3-RELEASE-p3
> dovecot 2.3.6 (7eab80676) (latest from binary package system)
>
> symptom: multiple imap4s users complain that they can not fetch mail
>
> stopping and restarting dovecot is a temporary workaround
>
> dovenull 3713 0.0 0.0 11036 6816 - I 02:27
2007 Jun 12
2
Bridge bug in 1.4?