From owner-freebsd-stable Thu Apr 4 3:14:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from makon.ru (makon.ru [195.161.69.206]) by hub.freebsd.org (Postfix) with ESMTP id 181AA37B419 for ; Thu, 4 Apr 2002 03:14:45 -0800 (PST) Received: from alchie.makon (server [192.168.10.100]) by makon.ru (8.11.6/8.11.6) with SMTP id g34BEhP04080 for ; Thu, 4 Apr 2002 20:14:43 +0900 (IRKST) (envelope-from alchie@makon.ru) Date: Thu, 4 Apr 2002 20:14:43 +0900 From: Alexey Kuzmin To: freebsd-stable@freebsd.org Subject: mount_smbfs and passwords Message-Id: <20020404201443.1cd38802.alchie@makon.ru> In-Reply-To: <20020404200607.31dc9d94.alchie@makon.ru> References: <20020404200607.31dc9d94.alchie@makon.ru> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hey ppl! got a problem mounting shares within rc.d script: /etc/nsmb.conf: #-------------- [default] workgroup=GROUP username=root [SERVER] charsets=koi8-r:cp866 addr=192.168.10.100 [SERVER:root] password=clear_text_password #----------- /etc/fstab #---------- //SERVER/Share /mnt/net/server/share smbfs ro,noauto 0 0 /usr/local/etc/rc.d/smbfs.sh is taken from /usr/src/contrib/smbfs/examples i tried to run it, but it said "Authentication error". when i removed "-N" option it asked for password. clear_text_password worked fine... where am i doing wrong? # uname -a FreeBSD ns.makon.ru 4.5-STABLE FreeBSD 4.5-STABLE #3: Wed Apr 3 14:18:07 IRKST 2002 root@ns.makon.ru:/usr/src/sys/compile/makon i386 thanx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message