home *** CD-ROM | disk | FTP | other *** search
- ; Sample Configuration file for smbd.
- ; 16/04/97 JSB v1.2
- ; ============================================================================
- ; For the format of this file and comprehensive descriptions of all the
- ; configuration option, please refer to the man page for smb.conf(5).
- ;
- ;
- [global]
- workgroup = JSB_WORKGROUP
- ; guest account = nobody
-
- [homes]
- comment = Home Directories
- browseable = no
- read only = no
- create mode = 0744
-
- [tmp]
- comment = Temporary file space
- path = /tmp
- read only = yes
- ; read only so as not to give
- ; people without an account write access.
-
- public = yes
- browseable = yes
-