* Aly S.P Dharshi <[EMAIL PROTECTED]> [20020114 18:39]: wrote:
> After you compile courier try going to the authlib directory and check if
> there is a ./authinfo binary run it and find out what is compiled as a
> authentication modules first.

alligator# make FORCE_PKG_REGISTER=yes -DWITH_MYSQL -DWITH_LDAP
alligator# ./authinfo
AUTHENTICATION_MODULES="authdaemon"
AUTHDAEMONMODULELIST="authcustom authmysql authuserdb authpam"
SASL_AUTHENTICATION_MODULES="CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"
alligator# 

So is authcustom == authldap ??

Confused :-0








> ----- Original Message -----
> From: "Odhiambo Washington" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 14, 2002 8:31 AM
> Subject: [courier-users] Authldap support
> 
> 
> > Hi all,
> >
> > I've scanned the docs but still don't find how to include LDAP during
> > my configure process. I've used --with-authldap but that doesn't seem
> > sufficient because at the end of installation I don't have the file called
> > authldaprc.
> >
> > I use FreeBSD-4.4 and Courier-imap-1.3.12 (in the ports).
> >
> >
> > How do I dubug authdaemond???
> >
> >
> > Other than this I don't have a startup script. I've tried making one..
> > which apparently doesn't work:
> >
> > ##
> > #!/bin/sh
> > IMAP="/usr/local/libexec/courier-imap/authlib/authdaemond"
> >
> > #pidfile=/var/run/courier-imap.pid
> > args='start'
> > args2='stop'
> >
> > case "$1" in
> > start)
> >         [ -x $IMAP ] && $IMAP $args && echo -n ' Courier'
> >         ;;
> > stop)
> >         [ -x $IMAP ] && $IMAP $args2 && echo -n ' Courier'
> >         ;;
> > *)
> >         echo "Usage: `basename $0` {start|stop}" >&2
> >         exit 64
> >         ;;
> > esac
> >
> > exit 0
> > ##
> >
> > TIA
> >
> > -Wash
> >
> > S y s t e m s   A d m i n.
> >
> > --
> > Odhiambo Washington  <[EMAIL PROTECTED]>    "The box said 'Requires
> > Wananchi Online Ltd.  www.wananchi.com      Windows 95, NT, or better,'
> > Tel: 254 2 313985-9   Fax: 254 2 313922     so I installed FreeBSD."
> > GSM: 254 72 743 223   GSM: 254 733 744 121  This sig is McQ!  :-)
> >
> > ++
> > "Who cares if it doesn't do anything?  It was made with our new
> > Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..."
> >
> > _______________________________________________
> > courier-users mailing list
> > [EMAIL PROTECTED]
> > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
> >

-Wash

S y s t e m s   A d m i n.

-- 
Odhiambo Washington  <[EMAIL PROTECTED]>    "The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com      Windows 95, NT, or better,'
Tel: 254 2 313985-9   Fax: 254 2 313922     so I installed FreeBSD."   
GSM: 254 72 743 223   GSM: 254 733 744 121  This sig is McQ!  :-)

++
People will do tomorrow what they did today because that is what they
did yesterday.

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to