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.