On Thu, Feb 13, 2003 at 09:49:25, Patrick J. LoPresti wrote:

Hi Patrick,

> > If so, perhaps you would be so kind as to share your smb.conf with
> > us?
> 
> Attached.
> 
Thank you very much, we now have it working :-)

It was the entry

  map to guest = Bad User

that did the trick. (Default is Never)

I'm attaching my minimalistic approach to a working smb.conf for a 
stand alone samba box, maybe someone will find it usefull.

Best wishes
Lars
-- 
Lars Anderson                      mailto:[EMAIL PROTECTED]
Department of Business Studies     http://www.business.auc.dk/~lsa/ 
Aalborg University                 Voice: +45 96358225, Fax: +45 98153505
Denmark                            Office: Fib4-117
[global]
  map to guest = Bad User
  workgroup = UNATTENDED
  server string = Unattended Server
  log file = /var/log/samba/log.%m
  max log size = 50
  security = user
  encrypt passwords = yes
[install]
   path = /ntinstall
   writeable = no
   guest ok = yes
   guest account = nobody

Reply via email to