Changeset 748

Show
Ignore:
Timestamp:
08/30/08 14:10:11 (3 months ago)
Author:
free
Message:

Remove empty comments, needs to be fixed in augeas

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • eros/trunk/tests/fakeroot/etc/samba/smb.conf

    r746 r748  
    1 # 
    21# Sample configuration file for the Samba suite for Debian GNU/Linux. 
    3 # 
    4 # 
    52# This is the main Samba configuration file. You should read the 
    63# smb.conf(5) manual page in order to understand the options listed 
    74# here. Samba has a huge number of configurable options most of which  
    85# are not shown in this example 
    9 # 
    106# Any line which starts with a ; (semi-colon) or a # (hash)  
    117# is a comment and is ignored. In this example we will use a # 
    128# for commentary and a ; for parts of the config file that you 
    139# may wish to enable 
    14 # 
    1510# NOTE: Whenever you modify this file you should run the command 
    1611# "testparm" to check that you have not made any basic syntactic  
    1712# errors.  
    18 # 
    1913 
    2014#======================= Global Settings ======================= 
     
    2216[global] 
    2317 
    24 ## Browsing/Identification ### 
    25  
     18## Browsing/Identification ## 
    2619# Change this to the workgroup/NT-domain name your Samba server will part of 
    2720   workgroup = WORKGROUP 
     
    4538;   name resolve order = lmhosts host wins bcast 
    4639 
    47 #### Networking #### 
    48  
     40#### Networking ### 
    4941# The specific set of interfaces / networks to bind to 
    5042# This can be either the interface name or an IP address/netmask; 
     
    6153 
    6254 
    63 #### Debugging/Accounting #### 
    64  
     55#### Debugging/Accounting ### 
    6556# This tells Samba to use a separate log file for each machine 
    6657# that connects 
     
    8374 
    8475 
    85 ####### Authentication ####### 
    86  
     76####### Authentication ###### 
    8777# "security = user" is always a good idea. This will require a Unix account 
    8878# in this server for every user accessing the server. See 
     
    124114map to guest = bad user 
    125115 
    126 ########## Domains ########### 
    127  
     116########## Domains ########## 
    128117# Is this machine able to authenticate users. Both PDC and BDC 
    129118# must have this setting enabled. If you are the BDC you must 
    130119# change the 'domain master' setting to no 
    131 # 
    132120;   domain logons = yes 
    133 # 
    134121# The following setting only takes effect if 'domain logons' is set 
    135122# It specifies the location of the user's profile directory 
     
    158145; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u 
    159146 
    160 ########## Printing ########## 
    161  
     147########## Printing ######### 
    162148# If you want to automatically load your printer list rather 
    163149# than setting them up individually then you'll need this 
     
    174160;   printcap name = cups 
    175161 
    176 ############ Misc ############ 
    177  
     162############ Misc ########### 
    178163# Using the following line enables you to customise your configuration 
    179164# on a per machine basis. The %m gets replaced with the netbios name 
     
    304289#       cdrom share is accesed. For this to work /etc/fstab must contain 
    305290#       an entry like this: 
    306 # 
    307291#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0 
    308 # 
    309292# The CD-ROM gets unmounted automatically after the connection to the 
    310 # 
    311293# If you don't want to use auto-mounting/unmounting make sure the CD 
    312294#       is mounted on /cdrom 
    313 # 
    314295;   preexec = /bin/mount /cdrom 
    315296;   postexec = /bin/umount /cdrom