Changeset 988 for vendor/current/examples/smb.conf.default
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/smb.conf.default
r414 r988 29 29 server string = Samba Server 30 30 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 35 41 36 42 # This option is important for security. It allows you to restrict … … 41 47 ; hosts allow = 192.168.1. 192.168.2. 127. 42 48 43 # If you want to automatically load your printer list rather44 # than setting them up individually then you'll need this45 load printers = yes46 47 # you may wish to override the location of the printcap file48 ; printcap name = /etc/printcap49 50 # on SystemV system setting printcap name to lpstat should allow51 # you to automatically obtain a printer list from the SystemV spool52 # system53 ; printcap name = lpstat54 55 # It should not be necessary to specify the print system type unless56 # it is non-standard. Currently supported print systems include:57 # bsd, cups, sysv, plp, lprng, aix, hpux, qnx58 ; printing = cups59 60 49 # Uncomment this if you want a guest account, you must add this to /etc/passwd 61 50 # otherwise the user "nobody" is used … … 69 58 max log size = 50 70 59 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 80 61 ; realm = MY_REALM 81 62 … … 96 77 # here. See the man page for details. 97 78 ; 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 master101 # browser on your network. Otherwise the normal election rules apply102 ; local master = no103 104 # OS Level determines the precedence of this server in master browser105 # elections. The default value should be reasonable106 ; os level = 33107 108 # Domain Master specifies Samba to be the Domain Master Browser. This109 # allows Samba to collate browse lists between subnets. Don't use this110 # if you already have a Windows NT domain controller doing this job111 ; domain master = yes112 113 # Preferred Master causes Samba to force a local browser election on startup114 # and gives it a slightly higher chance of winning the election115 ; preferred master = yes116 117 # Enable this if you want Samba to be a domain logon server for118 # Windows95 workstations.119 ; domain logons = yes120 121 # if you enable domain logons then you may want a per-machine or122 # per user logon script123 # run a specific logon batch file per workstation (machine)124 ; logon script = %m.bat125 # run a specific logon batch file per username126 ; logon script = %U.bat127 79 128 80 # Where to store roving profiles (only for Win95 and WinNT)
Note:
See TracChangeset
for help on using the changeset viewer.