Changeset 748
- Timestamp:
- 08/30/08 14:10:11 (3 months ago)
- Files:
-
- 1 modified
-
eros/trunk/tests/fakeroot/etc/samba/smb.conf (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eros/trunk/tests/fakeroot/etc/samba/smb.conf
r746 r748 1 #2 1 # Sample configuration file for the Samba suite for Debian GNU/Linux. 3 #4 #5 2 # This is the main Samba configuration file. You should read the 6 3 # smb.conf(5) manual page in order to understand the options listed 7 4 # here. Samba has a huge number of configurable options most of which 8 5 # are not shown in this example 9 #10 6 # Any line which starts with a ; (semi-colon) or a # (hash) 11 7 # is a comment and is ignored. In this example we will use a # 12 8 # for commentary and a ; for parts of the config file that you 13 9 # may wish to enable 14 #15 10 # NOTE: Whenever you modify this file you should run the command 16 11 # "testparm" to check that you have not made any basic syntactic 17 12 # errors. 18 #19 13 20 14 #======================= Global Settings ======================= … … 22 16 [global] 23 17 24 ## Browsing/Identification ### 25 18 ## Browsing/Identification ## 26 19 # Change this to the workgroup/NT-domain name your Samba server will part of 27 20 workgroup = WORKGROUP … … 45 38 ; name resolve order = lmhosts host wins bcast 46 39 47 #### Networking #### 48 40 #### Networking ### 49 41 # The specific set of interfaces / networks to bind to 50 42 # This can be either the interface name or an IP address/netmask; … … 61 53 62 54 63 #### Debugging/Accounting #### 64 55 #### Debugging/Accounting ### 65 56 # This tells Samba to use a separate log file for each machine 66 57 # that connects … … 83 74 84 75 85 ####### Authentication ####### 86 76 ####### Authentication ###### 87 77 # "security = user" is always a good idea. This will require a Unix account 88 78 # in this server for every user accessing the server. See … … 124 114 map to guest = bad user 125 115 126 ########## Domains ########### 127 116 ########## Domains ########## 128 117 # Is this machine able to authenticate users. Both PDC and BDC 129 118 # must have this setting enabled. If you are the BDC you must 130 119 # change the 'domain master' setting to no 131 #132 120 ; domain logons = yes 133 #134 121 # The following setting only takes effect if 'domain logons' is set 135 122 # It specifies the location of the user's profile directory … … 158 145 ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u 159 146 160 ########## Printing ########## 161 147 ########## Printing ######### 162 148 # If you want to automatically load your printer list rather 163 149 # than setting them up individually then you'll need this … … 174 160 ; printcap name = cups 175 161 176 ############ Misc ############ 177 162 ############ Misc ########### 178 163 # Using the following line enables you to customise your configuration 179 164 # on a per machine basis. The %m gets replaced with the netbios name … … 304 289 # cdrom share is accesed. For this to work /etc/fstab must contain 305 290 # an entry like this: 306 #307 291 # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0 308 #309 292 # The CD-ROM gets unmounted automatically after the connection to the 310 #311 293 # If you don't want to use auto-mounting/unmounting make sure the CD 312 294 # is mounted on /cdrom 313 #314 295 ; preexec = /bin/mount /cdrom 315 296 ; postexec = /bin/umount /cdrom
