From owner-freebsd-stable@FreeBSD.ORG Thu Feb 16 20:16:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C19E16A422 for ; Thu, 16 Feb 2006 20:16:32 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15DAF43D48 for ; Thu, 16 Feb 2006 20:16:32 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id DC384818E23 for ; Thu, 16 Feb 2006 21:16:30 +0100 (CET) Message-ID: <43F4DD9C.6000704@intersonic.se> Date: Thu, 16 Feb 2006 21:16:28 +0100 From: Per olof Ljungmark User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: smb_ntencrypt: password encryption is not available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 20:16:32 -0000 Rebuilt from 6-STABLE sources just now and mount_smbfs fails with the following message: mount_smbfs: unable to open connection: syserr = Authentication error smb_encrypt: password encryption is not available smb_ntencrypt: password encryption is not available I'm just now making a new kernel with options NETSMBCRYPTO options NETSMB to see if it helps. This machine worked like charm before, is there a change somewhere? Thanks,