HP3000-L Archives

November 1997, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"John P. Burke" <[log in to unmask]>
Reply To:
John P. Burke
Date:
Tue, 4 Nov 1997 10:09:33 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (42 lines)
Jon Diercks writes:

> I've got Samba/iX 0.7c freshly installed, and the basic stuff like the
> public share and an initial print share seem to be working just fine.
But I
> can't seem to get any non-public shares to work from my win95 desktop.
I do
> have mgr.samba set up with PM capabilities, and I've tried various
setups
> for [homes] and other specific shares and user.map settings.  With the
debug
> level high enough I can see that I'm always getting "invalid
> username/password" reported by Samba when I try to connect.
>
> Can anybody offer me some clues?

I found that, for me, getting "invalid username/password" was a
configuration issue. The following, taken from my
/usr/local/samba/lib/smb.conf file, works to create non-public shares.
When you go to map the drive from a Win 95 desktop (in my example
\\gilg\intranet) and are prompted for the password, key it in as:

   userpass,acctpass

Note: If there is an account password, then the comma is required.

From smb.conf:

[intranet]

  comment = maintenance share for PCBP Intranet

  guest ok = no
  write ok = yes
  path = /APACHE/INTRANET/public_html
  username = mgr.apache

Hope this helps.

John Burke
e-mail: [log in to unmask]

ATOM RSS1 RSS2