home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / UNIX / SAMBA / SMB_AIX.Z / SMB_AIX / lib / smb.conf
Text File  |  1997-08-28  |  631b  |  27 lines

  1. ; Sample Configuration file for smbd.
  2. ; 16/04/97 JSB v1.2
  3. ; ============================================================================
  4. ; For the format of this file and comprehensive descriptions of all the
  5. ; configuration option, please refer to the man page for smb.conf(5).
  6. ;
  7. ;
  8. [global]
  9.    workgroup = JSB_WORKGROUP
  10. ;  guest account = nobody 
  11.  
  12. [homes]
  13.    comment = Home Directories
  14.    browseable = no
  15.    read only = no
  16.    create mode = 0744
  17.  
  18. [tmp]
  19.    comment = Temporary file space
  20.    path = /tmp
  21.    read only = yes
  22. ; read only so as not to give
  23. ; people without an account write access. 
  24.  
  25.    public = yes
  26.    browseable = yes
  27.