From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 11:20:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40330106564A for ; Sat, 10 Sep 2011 11:20:53 +0000 (UTC) (envelope-from arab@tangerine-army.co.uk) Received: from queueout04-winn.ispmail.ntl.com (queueout04-winn.ispmail.ntl.com [81.103.221.58]) by mx1.freebsd.org (Postfix) with ESMTP id C306D8FC0C for ; Sat, 10 Sep 2011 11:20:52 +0000 (UTC) Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.3]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20110910105716.ESHB17426.mtaout02-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net> for ; Sat, 10 Sep 2011 11:57:16 +0100 Received: from [94.168.169.90] (helo=mercury.universe.galaxy.lcl) by know-smtpout-4.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1R2LFM-0008Gr-5o for freebsd-questions@freebsd.org; Sat, 10 Sep 2011 11:57:16 +0100 Received: from mercury.universe.galaxy.lcl ([::1]) by mercury.universe.galaxy.lcl ([::1]) with mapi; Sat, 10 Sep 2011 11:53:49 +0100 From: Graeme Dargie To: "'freebsd-questions@freebsd.org'" Date: Sat, 10 Sep 2011 11:53:48 +0100 Thread-Topic: Samba question Thread-Index: Acxvp+Q7N12rWp01RVOXLKPk8KkuBw== Message-ID: <0EE458C34045A44DBC2CA2DC5CEB42B5232131B947@mercury.universe.galaxy.lcl> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-GB MIME-Version: 1.0 X-Cloudmark-Analysis: v=1.1 cv=JvdXmxIgLJv2/GthKqHpGJEEHukvLcvELVXUanXFreg= c=1 sm=0 a=OMdUhd4NiskA:10 a=xqWC_Br6kY4A:10 a=HbBEoTncbnsnB_q1x6QA:9 a=CjuIK1q_8ugA:10 a=yMhMjlubAAAA:8 a=SSmOFEACAAAA:8 a=-Z_ESkUHHJzl27cFhYoA:7 a=gKO2Hq4RSVkA:10 a=hTZeC7Yk6K0A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Samba question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2011 11:20:53 -0000 Hi All I am sure there is a simple answer to this but I google has not overly help= ed. I am trying to mount a samba share that is on a FreeBSD 8.2 server to anoth= er FreeBSD 8.2 server, Mount_smbfs -I //user@host/share /mountpoint It then asks for a password, I enter the users password and then get mount_= smbfs: unable to open connection: syserr =3D Authentication error Dmesg is showing smb_co_lock: recursive lock for object 1 I have samba integrated with Active Directory, so I then thought ah maybe a= dding the user to AD would help, so I have done so using the same password = etc still no joy, I have make sure the user has access rights on the samba = share, restarted samba and the same error persists, any ideas ? Regards Graeme