Re: Cyrus 2.1.0-SASL No Pam authentication

2002-01-06 Thread Amos Gouaux
> On Sun, 6 Jan 2002 20:42:16 -0500, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> Yeah. We're trying not to have generated files in CVS (just source files). So km> mdoc would be considered one of the "tools" that you need if you want to use km> the code from CVS. Thanks to y

Re: Cyrus 2.1.0-SASL No Pam authentication

2002-01-06 Thread Ken Murchison
Quoting Amos Gouaux <[EMAIL PROTECTED]>: > > On Sat, 08 Dec 2001 10:43:17 -0500, > > Ken Murchison <[EMAIL PROTECTED]> (km) writes: > > km> I think that this is because the preformatted saslauthd.8 in the > km> distribution hasn't been updated from the saslauthd.mdoc source. If > you >

Re: Cyrus 2.1.0-SASL No Pam authentication

2002-01-06 Thread Rob Siemborski
On Sat, 5 Jan 2002, Amos Gouaux wrote: > km> nroff -mdoc saslauthd.mdoc > saslauthd.8 > km> make install > > And if you don't? Looks like cyrus-sasl from CVS runs this by > default in the 'install' target, and on a Solaris system without > mdoc macros it blows up. So this means, unless I'm mist

Re: Cyrus 2.1.0-SASL No Pam authentication

2002-01-05 Thread Amos Gouaux
> On Sat, 08 Dec 2001 10:43:17 -0500, > Ken Murchison <[EMAIL PROTECTED]> (km) writes: km> I think that this is because the preformatted saslauthd.8 in the km> distribution hasn't been updated from the saslauthd.mdoc source. If you km> have the mdoc macros, just run: km> nroff -mdoc sas

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-08 Thread Rob Siemborski
On Sat, 8 Dec 2001, Ken Murchison wrote: > nroff -mdoc saslauthd.mdoc > saslauthd.8 > make install Sadly it looks like saslauthd.mdoc didn't make it into the release. I've attached an updated version to this message. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- R

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-08 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Rob Siemborski schrieb am Fri, Dec 07, 2001 at 09:53:33PM -0500: > * saslauthd links the pam libraries just like libsasl used to in SASLv1. > * > * libsasl2 now connects to a unix domain socket, which saslauthd is > * listening to, presents the username and password

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-08 Thread birger
Rob Siemborski schrieb am Fri, Dec 07, 2001 at 09:53:33PM -0500: * saslauthd links the pam libraries just like libsasl used to in SASLv1. * * libsasl2 now connects to a unix domain socket, which saslauthd is * listening to, presents the username and password, and saslauthd consults * pam, and rep

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-08 Thread Amos Gouaux
> On Sat, 08 Dec 2001 01:42:17 -0500, > Vincent Stoessel <[EMAIL PROTECTED]> (vs) writes: vs> It sound like a very well designed change I will defintely be playing with this vs> one, I am tired of creating users on the system for mail accts. This saslauthd also has much better logging th

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-07 Thread Vincent Stoessel
Rob Siemborski wrote: > saslauthd links the pam libraries just like libsasl used to in SASLv1. > > libsasl2 now connects to a unix domain socket, which saslauthd is > listening to, presents the username and password, and saslauthd consults > pam, and replies either yes or now. This is similar t

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-07 Thread Vincent Stoessel
How then does pam interface with the new saslauthd? Rob Siemborski wrote: > On Fri, 7 Dec 2001, Robert Scussel wrote: > > >>My imapd.conf file looks like so: >> configdirectory: /var/spool/imapdb >> partition-default: /var/spool/imap >> sasl_pwcheck_method: PAM >> reject

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-07 Thread Rob Siemborski
saslauthd links the pam libraries just like libsasl used to in SASLv1. libsasl2 now connects to a unix domain socket, which saslauthd is listening to, presents the username and password, and saslauthd consults pam, and replies either yes or now. This is similar to how pwcheck works. To start sa

Re: Cyrus 2.1.0-SASL No Pam authentication

2001-12-07 Thread Rob Siemborski
On Fri, 7 Dec 2001, Robert Scussel wrote: > My imapd.conf file looks like so: > configdirectory: /var/spool/imapdb > partition-default: /var/spool/imap > sasl_pwcheck_method: PAM > reject8bit: no SASLv2 no longer makes use of the many internal pwcheck methods that it used