Hi,

I installed rpm of openldap-2.0.7-14, openldap-clients-2.0.7-14,
openldap-devel-2.0.7-7 on the sqwebmail server.

Reinstalled sqwebmail as below.

#./configure --prefix=/usr/local/share/sqwebmail --with-authldap --without-a
uthpgsql --enable-autopurge=10
--with-defaultlang=en --enable-cgibindir=/var/www/cgi-bin --enable-bannerpro
g=program --with-maxargsize=10000000
--with-maxmsgsize=6000000 --with-ispell=/usr/bin/ispell
# make configure-check
# make
# make check
# umask 022
# make install-strip
# make install-configure

Now when i run "/usr/local/share/sqwebmail/libexec/authlib/authdaemond
start" , it starts authdaemond.pgsql instead of authdaemond.ldap!!! What
else it needs to start authdaemond.ldap?  Even after manually starting
authdaemond.ldap, can not login to sqwebmail. Is there any other way out?

On my qmail/ldap server, openldap-1.2.9-6 & openldap-devel-1.2.9-6 r
installed. How NFS can help in this situation. Pl suggest.

rgds,

Suhag

----- Original Message -----
From: "Brian Candler" <[EMAIL PROTECTED]>
To: "suhag" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, July 30, 2003 4:29 PM
Subject: Re: [sqwebmail] can not login thro Sqwebmail


> On Wed, Jul 30, 2003 at 03:56:18PM +0530, suhag wrote:
> > Sir,
> >
> > The "cat authmodulelist" shows only authdaemon. The "cat
> > /usr/local/share/sqwebmail/libexec/authlib/authdaemond" shows as below:
> > ========================================================
> > #! /bin/sh
> > DIR=`dirname $0`
> > AUTHDAEMOND=authdaemond.plain
> > if test -x $DIR/authdaemond.ldapthen
>                               ^^^^^^^^
>
> Is that exactly what you see? If so you have broken the file. Correct it
by
> inserting a newline between 'ldap' and 'then'
>
> If not, then it means that 'authdaemond.ldap' does not exist. This in turn
> means that it wasn't built. This means that probably it could not find
your
> openldap development libraries at the time you ran ./configure
>
> Try re-running ./configure --with-authldap and look for errors.
>
> > In the INSTALL file, it tells to install Open LDAP development
libraries. I
> > installed the 'openldap-1.2.13-2.i386.rpm' &
> > `openldap-devel-1.2.13-2.i386.rpm' .
>
> Those are ancient. I use openldap-2.0.27 which is still pretty old.
>
> > Also i enabled the NFS on ldap server and NFS client on sqwebmail
server. I
> > m able to mount the maildirs of ldap server on my sqwebmail client
machine's
> > /mnt/test dir. But still could not login. What shoud i do?
>
> Failing to authenticate is nothing to do with NFS errors. Please try to
fix
> one problem at a time!!
>
> Brian.
>
>


Reply via email to