Re: LDAP auth and ptloader

2019-06-13 Thread ellie timoney
Hi Sven, On Thu, Jun 13, 2019, at 12:27 AM, Sven Schwedas wrote: > Is there another way to get ptloader to spit out debug information and > pinpoint what's not set up correctly? > I remember this thing as being very noisy, let me see... Okay, in your cyrus.conf SERVICES entry, if you add "-d1"

Re: LDAP auth and ptloader

2019-06-12 Thread Sven Schwedas
Sorry for the delay, I was busy with other projects. :/ On 26.04.19 10:03, ellie timoney wrote: > Hi Sven, > > I don't know much about running it in a production capacity, but our > test suite sets up the following for LDAP pts: > > imapd.conf: >    ... >    ptloader_sock: /path/to/some/socket

Re: LDAP auth and ptloader

2019-04-26 Thread ellie timoney
Hi Sven, I don't know much about running it in a production capacity, but our test suite sets up the following for LDAP pts: imapd.conf: ... ptloader_sock: /path/to/some/socket auth_mech: pts pts_module: ldap ... cyrus.conf: SERVICES { ... ptloader cmd="ptloader"

Re: LDAP auth and ptloader

2019-04-23 Thread Sven Schwedas
This has nothing to do with my problem. Please stop spamming. On 23.04.19 13:56, Willem Offermans wrote: > Dear Cyrus friends and Sven, > > A reason to look for authentication by radius. > But maybe this should go to feature request. > > > Wiel Offermans > wil...@offermans.rompen.nl

Re: LDAP auth and ptloader

2019-04-23 Thread Willem Offermans
Dear Cyrus friends and Sven, A reason to look for authentication by radius. But maybe this should go to feature request. Wiel Offermans wil...@offermans.rompen.nl > On 23 Apr 2019, at 13:50, Sven Schwedas wrote: > > On 23.04.19 13:43, Willem Offermans wrote: >> Dear Cyrus Friends and

Re: LDAP auth and ptloader

2019-04-23 Thread Sven Schwedas
On 23.04.19 13:43, Willem Offermans wrote: > Dear Cyrus Friends and Sven, > > I don’t know if this is of any help. > > I have setup saslauthd to do LDAP authentication of Cyrus. That's what I want to get away from, because saslauthd cannot handle groups, and I need to maintain PAM LDAP auth in

Re: LDAP auth and ptloader

2019-04-23 Thread Willem Offermans
Dear Cyrus Friends and Sven, I don’t know if this is of any help. I have setup saslauthd to do LDAP authentication of Cyrus. Now I’m at this point. I know this is off-topic: LDAP is a database and not developed to do authentication. Radius is developed to do AAA (Authentication, Authorization

LDAP auth and ptloader

2019-04-23 Thread Sven Schwedas
I'm trying to set up direct LDAP auth via auth_meth=pts, but on start I always get "ptload(): can't connect to ptloader server: No such file or directory" as error. The directory for ptloader_sock exists and is the same as for all other sockets, so there shouldn't be any permission problems with