From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 17:44:07 2003 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 B23D316A4B3; Mon, 20 Oct 2003 17:44:06 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD2643F85; Mon, 20 Oct 2003 17:44:04 -0700 (PDT) (envelope-from hetzelsw@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h9L0i12P066674; Mon, 20 Oct 2003 19:44:01 -0500 (CDT) (envelope-from hetzelsw@westbend.net) Message-ID: <000a01c3976c$6bfe35b0$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Alex Deiter" , References: <003801c396f6$6b00ed90$b901320a@komi.mts.ru><00d201c3972a$4b5f6730$13fd2fd8@Admin02> <001a01c3972f$6d8892f0$1d01320a@komi.mts.ru> Date: Mon, 20 Oct 2003 19:43:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 cc: "Jacques A. Vidrine" Subject: Re: bug in NSS ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 00:44:07 -0000 From: "Alex Deiter" > >> I have a problem with nss_ldap on FreeBSD. > >> After tranfer users from /etc/passwd to ldap directories my users cannot > >> send a mail via /usr/bin/mail | /usr/sbin/sendmail program: > > >What are the contents of the /usr/local/lib/sasl*/Sendmail.conf file? > >Is pwcheck_method set to saslauthd, or sasldb? > >If it is set to saslauthd, what flags do you use for it (-a pam or -a > ldap)? > > my /usr/local/lib/sasl2/Sendmail.conf: > pwcheck_method: auxprop > auxprop_plugin: sasldb > Is the Sendmail.conf file the same as the FreeBSD file on the Solaris 8 system? How is saslauthd started on both systems (-a pam, -a sasldb, -a ldap)? Scot