Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/smb.conf.default

    r414 r988  
    2929   server string = Samba Server
    3030
    31 # Security mode. Defines in which mode Samba will operate. Possible
    32 # values are share, user, server, domain and ads. Most people will want
    33 # user level security. See the Samba-HOWTO-Collection for details.
    34    security = user
     31# Server role. Defines in which mode Samba will operate. Possible
     32# values are "standalone server", "member server", "classic primary
     33# domain controller", "classic backup domain controller", "active
     34# directory domain controller".
     35#
     36# Most people will want "standalone sever" or "member server".
     37# Running as "active directory domain controller" will require first
     38# running "samba-tool domain provision" to wipe databases and create a
     39# new domain.
     40   server role = standalone server
    3541
    3642# This option is important for security. It allows you to restrict
     
    4147;   hosts allow = 192.168.1. 192.168.2. 127.
    4248
    43 # If you want to automatically load your printer list rather
    44 # than setting them up individually then you'll need this
    45    load printers = yes
    46 
    47 # you may wish to override the location of the printcap file
    48 ;   printcap name = /etc/printcap
    49 
    50 # on SystemV system setting printcap name to lpstat should allow
    51 # you to automatically obtain a printer list from the SystemV spool
    52 # system
    53 ;   printcap name = lpstat
    54 
    55 # It should not be necessary to specify the print system type unless
    56 # it is non-standard. Currently supported print systems include:
    57 # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    58 ;   printing = cups
    59 
    6049# Uncomment this if you want a guest account, you must add this to /etc/passwd
    6150# otherwise the user "nobody" is used
     
    6958   max log size = 50
    7059
    71 # Use password server option only with security = server
    72 # The argument list may include:
    73 #   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    74 # or to auto-locate the domain controller/s
    75 #   password server = *
    76 ;   password server = <NT-Server-Name>
    77 
    78 # Use the realm option only with security = ads
    79 # Specifies the Active Directory realm the host is part of
     60# Specifies the Kerberos or Active Directory realm the host is part of
    8061;   realm = MY_REALM
    8162
     
    9677# here. See the man page for details.
    9778;   interfaces = 192.168.12.2/24 192.168.13.2/24
    98 
    99 # Browser Control Options:
    100 # set local master to no if you don't want Samba to become a master
    101 # browser on your network. Otherwise the normal election rules apply
    102 ;   local master = no
    103 
    104 # OS Level determines the precedence of this server in master browser
    105 # elections. The default value should be reasonable
    106 ;   os level = 33
    107 
    108 # Domain Master specifies Samba to be the Domain Master Browser. This
    109 # allows Samba to collate browse lists between subnets. Don't use this
    110 # if you already have a Windows NT domain controller doing this job
    111 ;   domain master = yes
    112 
    113 # Preferred Master causes Samba to force a local browser election on startup
    114 # and gives it a slightly higher chance of winning the election
    115 ;   preferred master = yes
    116 
    117 # Enable this if you want Samba to be a domain logon server for
    118 # Windows95 workstations.
    119 ;   domain logons = yes
    120 
    121 # if you enable domain logons then you may want a per-machine or
    122 # per user logon script
    123 # run a specific logon batch file per workstation (machine)
    124 ;   logon script = %m.bat
    125 # run a specific logon batch file per username
    126 ;   logon script = %U.bat
    12779
    12880# Where to store roving profiles (only for Win95 and WinNT)
Note: See TracChangeset for help on using the changeset viewer.