Re: imap and ldap

2003-12-11 Thread Craig Ringer
Oke I tried to reconfigure cyrus-sasl with the following options --with-ldap=/etc/ldap (because I had to give a directory) Everything was going fine, no errors during the installation but when I executed the command saslauthd -v I get the same options. saslauthd 2.1.15 authentication mechanisms:

Re: imap and ldap

2003-12-11 Thread Igor Brezac
On Thu, 11 Dec 2003, Rob Siemborski wrote: > On Thu, 11 Dec 2003, Alain Williams wrote: > > > Tweak master.c (version 1.82), starting line 138, insert: > > #include > > > > int allow_severity = LOG_DEBUG; > > int deny_severity = LOG_ERR; > > I'm unclear why you needed to do this, si

Re: imap and ldap

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Igor Brezac wrote: > This is needed for ucd-snmpd 4.2.6 compiled with tcpwrappers and possibly > a few earlier revisions. It has tcpwrapper support in agentx. Ah, ok, committed. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob Siemborski * And

Re: imap and ldap

2003-12-11 Thread Alain Williams
On Thu, Dec 11, 2003 at 05:02:42PM -0500, Rob Siemborski wrote: > On Thu, 11 Dec 2003, Alain Williams wrote: > > > Tweak master.c (version 1.82), starting line 138, insert: > > #include > > > > int allow_severity = LOG_DEBUG; > > int deny_severity = LOG_ERR; > > I'm unclear why you

Re: imap and ldap

2003-12-11 Thread Rob Siemborski
On Thu, 11 Dec 2003, Alain Williams wrote: > Tweak master.c (version 1.82), starting line 138, insert: > #include > > int allow_severity = LOG_DEBUG; > int deny_severity = LOG_ERR; I'm unclear why you needed to do this, since master doesn't link tcpwrappers, only the cyrus ser

Re: imap and ldap

2003-12-11 Thread Alain Williams
On Thu, Dec 11, 2003 at 10:32:33AM -0500, Igor Brezac wrote: > > On Thu, 11 Dec 2003, Geert Reijnders wrote: > > > Oke I tried to reconfigure cyrus-sasl with the following options > > --with-ldap=/etc/ldap (because I had to give a directory) > > It appears that saslauthd configure script cannot

RE: imap and ldap

2003-12-11 Thread Igor Brezac
it the version I use because with ldap is experimental in this > version I read in the help. > > Greets > Geert > > > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Laurent Larquère > Verzonden: donderdag 11 december 2003 15:31

RE: imap and ldap

2003-12-11 Thread Igor Brezac
it the version I use because with ldap is experimental in this > version I read in the help. > > Greets > Geert > > > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Laurent Larquère > Verzonden: donderdag 11 december 2003 15:31

Re: imap and ldap

2003-12-11 Thread Etienne Goyer
Hi, Did you compiled your own cyrus-sasl or used a third-party package ? If you compiled, did you used the "--with-ldap" switch to configure ? Do you have OpenLDAP and assorted libs installed ? On Thu, Dec 11, 2003 at 03:07:11PM +0100, Geert Reijnders wrote: > Hi all > > Again I have a questi

RE: imap and ldap

2003-12-11 Thread Geert Reijnders
2003 15:31 Aan: Geert Reijnders;[EMAIL PROTECTED] Onderwerp: Re: imap and ldap Hi you must have a "ldap capable" saslauthd # saslauthd -v saslauthd 2.1.17 authentication mechanisms: getpwent pam rimap shadow ldap to obtain this, you have to configure --with-ldap Geert Reijnders

Re: imap and ldap

2003-12-11 Thread Simon Matter
> Hi all > > Again I have a question. I want to setup a mail-server and the users must > be retrieved from the ldap-server. I have heard from several people and > read in several guides that it is possible with saslauthd -a ldap and put > the following option in the imapd.conf: > sasl_pwcheck_metho

Re: imap and ldap

2003-12-11 Thread Laurent Larquère
Hi you must have a "ldap capable" saslauthd # saslauthd -v saslauthd 2.1.17 authentication mechanisms: getpwent pam rimap shadow ldap to obtain this, you have to configure --with-ldap Geert Reijnders wrote: Hi all Again I have a question. I want to setup a mail-server and the users must be retr