From owner-freebsd-current@FreeBSD.ORG Sun Apr 25 19:28:59 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1100316A4CE for ; Sun, 25 Apr 2004 19:28:59 -0700 (PDT) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id BF3B443D54 for ; Sun, 25 Apr 2004 19:28:58 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from cmsapps01.cms.usa.net (165.212.11.136) by cmsoutbound.mx.net with SMTP; 26 Apr 2004 02:28:58 -0000 Received: from optimator.noacks.org [66.136.23.165] by cmsapps01.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 113iDZcC30108M36; Mon, 26 Apr 2004 02:28:54 GMT X-USANET-Auth: 66.136.23.165 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 2D4716113; Sun, 25 Apr 2004 21:28:54 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15489-09; Sun, 25 Apr 2004 21:28:53 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 1FD4E60FD; Sun, 25 Apr 2004 21:28:53 -0500 (CDT) Received: from alumni.rice.edu (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i3Q2Squr086670; Sun, 25 Apr 2004 21:28:53 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <408C73E4.1030801@alumni.rice.edu> Date: Sun, 25 Apr 2004 21:28:52 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5 (X11/20040412) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Free BSD References: <408B7B8C.2040108@vfemail.net> In-Reply-To: <408B7B8C.2040108@vfemail.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 5.2.1, SAMBA 2.2.8, OpenLDAP 2.2.5, Courier-IMAP 2.2.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 02:28:59 -0000 Free BSD wrote: > Dear All > > Hello. I had been trying to set up a centralized authentication system > in my box with the above softwares. Currently I am using LDAP backend to > authenticate Samba, and both users and WorkStations can identify > themselves and log in to the DOMAIN flawlessly. They can both log in > through the LDAP authentication via Samba and access their respective > shares. But I seem to be failing in trying to authenticate the > Courier-IMAP via the LDAP. > > Samba is authenticating through OpenLDAP backend (with roaming profile, > etc.). No problem at that end. But even though I am modifying the pop3, > pop3.cnf and authldaprc.sh file, I don't seem to be able to connect to > the server via Courier. > > Did you build Courier-IMAP with LDAP support? From ports/mail/courier-imap/Makefile: # options available: # # WITHOUT_OPENSSL: Don't build in TLS support # WITHOUT_PAM: Don't build in PAM support # WITHOUT_AUTHDAEMON Don't build the authdaemon # WITH_CRAM: Build in CRAM-MD5 authentication support # WITH_VPOPMAIL: Build in vpopmail support # WITH_MYSQL: Build in mysql support # WITH_POSTGRESQL: Build in postgresql support # WITH_LDAP: Build in ldap support with openldap # WITH_FAM: Build in fam support for IDLE command # WITH_DRAC: Build in DRAC support # WITH_TRASHQUOTA: Include deleted mails in the quota # WITH_GDBM: Use gdbm files instead of bdb Jon Noack