On Thu, Jul 31, 2003 at 04:17:05PM +0530, suhag wrote:
> Hi,
> 
> # ls -l /usr/local/share/sqwebmail/libexec/authlib/
> total 212
> -rwxr-xr-x    1 root     root        16400 Jul 31 12:19 authdaemon
> -rwxr-xr-x    1 root     root          407 Jul 31 12:19 authdaemond
> -rwxr-xr-x    1 root     root        60200 Jul 31 12:19 authdaemond.ldap
> -rwxr-xr-x    1 root     root        59112 Jul 31 12:19 authdaemond.mysql
> -rwxr-xr-x    1 root     root        46528 Jul 31 12:19 authdaemond.plain
> -rwsr-xr-x    1 root     root         7608 Jul 31 12:19 authdaemon.passwd
> -rwxr-xr-x    1 root     root         1813 Jul 31 12:19 authsystem.passwd
> 
> This time i used, --with-authldap --without-authpgsql, so its starting
> authdaemond.mysql but not authdaemond.ldap.

I apologise - I misread the script. I thought that authdaemond.ldap would
take precedence over the others, but it's the other way round.

By default:
* if you have authdaemond.pgsql, it will use it
* else if you have authdaemond.mysql, it will use it
* else if you have authdaemond.ldap, it will use it
* else it will use authdaemond.plain

But you can override that, by editing authdaemonrc and changing

version=""

to

version="authdaemond.ldap"

Try that... hopefully we are getting one step closer :-)

Regards,

Brian.

Reply via email to