From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 11:57:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907A016A4BF for ; Sat, 23 Aug 2003 11:57:35 -0700 (PDT) Received: from utopia.in.force-elite.com (force-elite.com [216.255.199.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB12543F3F for ; Sat, 23 Aug 2003 11:57:34 -0700 (PDT) (envelope-from chip@force-elite.com) Received: from www.force-elite.com (127.0.0.1:50770) by localhost with [XMail 1.17 (Linux/Ix86) ESMTP Server] ; Sat, 23 Aug 2003 18:57:30 -0000 From: "Paul Querna" To: freebsd-questions@freebsd.org Date: Sat, 23 Aug 2003 11:57:30 -0700 Message-Id: <20030823185730.M82243@force-elite.com> X-Mailer: Open WebMail 1.81 20021223 X-OriginatingIP: 206.127.79.51 (chip) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: SMBFS - Usernames with @ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 18:57:35 -0000 I am trying to mount a share with a Username with a @ in it. The man pages all say that you use the following form: //user@host/share My School only has documentation for Windows on setting up the Network Shares. In all the windows docs they always use the form username@carroll.edu -- ie pquerna@carroll.edu My Attempts: mount_smbfs -I saints //PQuerna@carroll.edu@server/username$ /mnt/carroll/xdrive Gives: mount_smbfs: server name 'carroll.edu@server' too long I tried it without the @carroll.edu, in the hope it might work... mount_smbfs -I saints //PQuerna@server/username$ /mnt/carroll/xdrive Password: mount_smbfs: unable to open connection: syserr = Authentication error It Prompts for my password, and then fails, because its the wrong user. I also tried adding quotes around the username, escaping(\) the @, but nothing seemed to work. I looked around google for abit, but it doesn't seem to even use symbols when i search for somthing, so i couldn't find jack about this via my normal euphoric rescue on google. Any ideas before i get the source code out and hardcode some stuff? -chip