From owner-freebsd-questions@freebsd.org Thu Feb 8 19:54:55 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70863F2005D for ; Thu, 8 Feb 2018 19:54:55 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpe.telissant.net (colgada.3dresearch.com [104.225.1.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2203C7987C for ; Thu, 8 Feb 2018 19:54:54 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpe.telissant.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpe.telissant.net (Postfix) with ESMTPS id D00AF3AC97 for ; Thu, 8 Feb 2018 14:40:03 -0500 (EST) Received: from elettra.3dresearch.com (unknown [71.112.242.72]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: elettra@colgada.3dresearch.com) by smtpe.telissant.net (Postfix) with ESMTPSA id B97BF3AC96 for ; Thu, 8 Feb 2018 14:40:03 -0500 (EST) Received: from elettra.3dresearch.com (localhost [127.0.0.1]) by elettra.3dresearch.com (Postfix) with SMTP id B6FA321553C for ; Thu, 8 Feb 2018 14:40:02 -0500 (EST) Date: Thu, 8 Feb 2018 14:39:37 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: security/cyrus-sasl2 Message-Id: <20180208143937.d695443a5ea3a1952f185bab@3dresearch.com> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 19:54:55 -0000 Hello, I have just noticed that security/cyrus-sasl2 is broken on my FreeBSD 10.4-STABLE #0 r327958 box. Apparently it broke after I have updated to cyrus-sasl-2.1.26_13. Here are the symptoms: - Adding a new user with saslpasswd2(8) apparently succeeds (no error) but testsaslauthd fails to authenticate the newly added user. - Users I know are in the database are authenticated "OK" with testsaslauthd. - The newly added user is returned by sasldblistusers2(8), but none of the users who I know should be in the database (and authnticated with testsaslauthd) are returned. All the relevant ports are updated, and pkg check -d -a returns no errors. Has anyone seen this problem? What do you suggest to fix the problem? -- Janos Dohanics