- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/Samba3-HOWTO/TOSHARG-FastStart.xml
r414 r988 183 183 <smbconfoption name="workgroup">MIDEARTH</smbconfoption> 184 184 <smbconfoption name="netbios name">HOBBIT</smbconfoption> 185 <smbconfoption name="security">share</smbconfoption> 185 <smbconfoption name="security">user</smbconfoption> 186 <smbconfoption name="map to guest">bad user</smbconfoption> 186 187 187 188 <smbconfsection name="[data]"/> … … 221 222 workgroup = MIDEARTH 222 223 netbios name = HOBBIT 223 security = share 224 security = user 225 map to guest = bad user 224 226 225 227 [data] … … 287 289 <smbconfoption name="workgroup">MIDEARTH</smbconfoption> 288 290 <smbconfoption name="netbios name">HOBBIT</smbconfoption> 289 <smbconfoption name="security">SHARE</smbconfoption> 291 <smbconfoption name="security">USER</smbconfoption> 292 <smbconfoption name="map to guest">bad user</smbconfoption> 290 293 291 294 <smbconfsection name="[data]"/> … … 341 344 <smbconfoption name="workgroup">MIDEARTH</smbconfoption> 342 345 <smbconfoption name="netbios name">LUTHIEN</smbconfoption> 343 <smbconfoption name="security">share</smbconfoption> 344 <smbconfoption name="printcap name">cups</smbconfoption> 345 <smbconfoption name="disable spoolss">Yes</smbconfoption> 346 <smbconfoption name="show add printer wizard">No</smbconfoption> 346 <smbconfoption name="security">user</smbconfoption> 347 347 <smbconfoption name="printing">cups</smbconfoption> 348 348 … … 445 445 encrypted passwords in a file called <filename>/etc/samba/smbpasswd</filename>. 446 446 The default &smb.conf; entry that makes this happen is 447 <smbconfoption name="passdb backend">smbpasswd, guest</smbconfoption>. Since this is the default, 448 it is not necessary to enter it into the configuration file. Note that the guest backend is 449 added to the list of active passdb backends no matter whether it specified directly in Samba configuration 450 file or not. 447 <smbconfoption name="passdb backend">smbpasswd</smbconfoption>. Since this is the default, 448 it is not necessary to enter it into the configuration file. 451 449 </para> 452 450 … … 475 473 <smbconfoption name="workgroup">MIDEARTH</smbconfoption> 476 474 <smbconfoption name="netbios name">OLORIN</smbconfoption> 477 <smbconfoption name="printcap name">cups</smbconfoption>478 <smbconfoption name="disable spoolss">Yes</smbconfoption>479 475 <smbconfoption name="show add printer wizard">No</smbconfoption> 480 476 <smbconfoption name="printing">cups</smbconfoption> … … 496 492 <smbconfoption name="comment">All Printers</smbconfoption> 497 493 <smbconfoption name="path">/var/spool/samba</smbconfoption> 498 <smbconfoption name="printer admin">root, maryo</smbconfoption>499 494 <smbconfoption name="create mask">0600</smbconfoption> 500 495 <smbconfoption name="guest ok">Yes</smbconfoption> … … 730 725 <smbconfoption name="comment">All Printers</smbconfoption> 731 726 <smbconfoption name="path">/var/spool/samba</smbconfoption> 732 <smbconfoption name="printer admin">root, maryo</smbconfoption>733 727 <smbconfoption name="create mask">0600</smbconfoption> 734 728 <smbconfoption name="guest ok">Yes</smbconfoption> … … 882 876 <para> 883 877 A more scalable domain control authentication backend option might use 884 Microsoft Active Directory or an LDAP-based backend. Samba -3provides885 for both options as a domain member server. As a PDC, Samba -3is not able to provide878 Microsoft Active Directory or an LDAP-based backend. Samba provides 879 for both options as a domain member server. As a PDC, Samba is not able to provide 886 880 an exact alternative to the functionality that is available with Active Directory. 887 Samba -3can provide a scalable LDAP-based PDC/BDC solution.881 Samba can provide a scalable LDAP-based PDC/BDC solution. 888 882 </para> 889 883 … … 891 885 The tdbsam authentication backend provides no facility to replicate 892 886 the contents of the database, except by external means (i.e., there is no self-contained protocol 893 in Samba -3for Security Account Manager database [SAM] replication).887 in Samba for Security Account Manager database [SAM] replication). 894 888 </para> 895 889 … … 904 898 The engineering office network server we present here is designed to demonstrate use 905 899 of the new tdbsam password backend. The tdbsam 906 facility is new to Samba -3. It is designed to provide many user and machine account controls900 facility is new to Samba. It is designed to provide many user and machine account controls 907 901 that are possible with Microsoft Windows NT4. It is safe to use this in smaller networks. 908 902 </para> … … 962 956 <smbconfoption name="comment">All Printers</smbconfoption> 963 957 <smbconfoption name="path">/var/spool/samba</smbconfoption> 964 <smbconfoption name="printer admin">root, maryo</smbconfoption>965 958 <smbconfoption name="create mask">0600</smbconfoption> 966 959 <smbconfoption name="guest ok">Yes</smbconfoption> … … 972 965 <smbconfoption name="path">/var/lib/samba/drivers</smbconfoption> 973 966 <smbconfoption name="write list">maryo, root</smbconfoption> 974 <smbconfoption name="printer admin">maryo, root</smbconfoption>975 967 976 968 <smbconfcomment>Needed to support domain logons</smbconfcomment> … … 1056 1048 1057 1049 <para> 1058 In this section we finally get to review in brief a Samba -3configuration that1050 In this section we finally get to review in brief a Samba configuration that 1059 1051 uses a Lightweight Directory Access (LDAP)-based authentication backend. The 1060 1052 main reasons for this choice are to provide the ability to host primary … … 1067 1059 1068 1060 <para> 1069 This is an example of a minimal configuration to run a Samba -3PDC1061 This is an example of a minimal configuration to run a Samba PDC 1070 1062 using an LDAP authentication backend. It is assumed that the operating system 1071 1063 has been correctly configured.
Note:
See TracChangeset
for help on using the changeset viewer.