Change the S3 fileserver over to se_file_access_check().
[Samba/gebeck_regimport.git] / docs-xml / Samba3-HOWTO / TOSHARG-FastStart.xml
blob08f6e493b2638132ee2052ac1ba97c6e095d256e
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <chapter id="FastStart">
4 <chapterinfo>
5         &author.jht;
6 </chapterinfo>
8 <title>Fast Start: Cure for Impatience</title>
10 <para>
11 When we first asked for suggestions for inclusion in the Samba HOWTO documentation,
12 someone wrote asking for example configurations &smbmdash; and lots of them. That is remarkably
13 difficult to do without losing a lot of value that can be derived from presenting
14 many extracts from working systems. That is what the rest of this document does.
15 It does so with extensive descriptions of the configuration possibilities within the
16 context of the chapter that covers it. We hope that this chapter is the medicine 
17 that has been requested.
18 </para>
20 <para>
21 The information in this chapter is very sparse compared with the book <quote>Samba-3 by Example</quote>
22 that was written after the original version of this book was nearly complete. <quote>Samba-3 by Example</quote>
23 was the result of feedback from reviewers during the final copy editing of the first edition. It
24 was interesting to see that reader feedback mirrored that given by the original reviewers.
25 In any case, a month and a half was spent in doing basic research to better understand what
26 new as well as experienced network administrators would best benefit from. The book <quote>Samba-3 by Example</quote>
27 is the result of that research. What is presented in the few pages of this book is covered
28 far more comprehensively in the second edition of <quote>Samba-3 by Example</quote>. The second edition
29 of both books will be released at the same time.
30 </para>
32 <para>
33 So in summary, the book <quote>The Official Samba-3 HOWTO &amp; Reference Guide</quote> is intended
34 as the equivalent of an auto mechanic's repair guide. The book <quote>Samba-3 by Example</quote> is the
35 equivalent of the driver's guide that explains how to drive the car. If you want complete network
36 configuration examples, go to <ulink url="http://www.samba.org/samba/docs/Samba3-ByExample.pdf">Samba-3 by
37 Example</ulink>.
38 </para>
40 <sect1>
41 <title>Features and Benefits</title>
43 <para>
44 Samba needs very little configuration to create a basic working system.
45 In this chapter we progress from the simple to the complex, for each providing
46 all steps and configuration file changes needed to make each work. Please note
47 that a comprehensively configured system will likely employ additional smart
48 features. These additional features are covered in the remainder of this document.
49 </para>
51 <para>
52 The examples used here have been obtained from a number of people who made
53 requests for example configurations. All identities have been obscured to protect
54 the guilty, and any resemblance to unreal nonexistent sites is deliberate.
55 </para>
57 </sect1>
59 <sect1>
60 <title>Description of Example Sites</title>
62 <para>
63 In the first set of configuration examples we consider the case of exceptionally simple system requirements.
64 There is a real temptation to make something that should require little effort much too complex.
65 </para>
67 <para>
68 <link linkend="anon-ro"></link> documents the type of server that might be sufficient to serve CD-ROM images,
69 or reference document files for network client use. This configuration is also discussed in <link
70 linkend="StandAloneServer"></link>, <link linkend="RefDocServer"></link>.  The purpose for this configuration
71 is to provide a shared volume that is read-only that anyone, even guests, can access.
72 </para>
74 <para>
75 The second example shows a minimal configuration for a print server that anyone can print to as long as they
76 have the correct printer drivers installed on their computer. This is a mirror of the system described in
77 <link linkend="StandAloneServer"></link>, <link linkend="SimplePrintServer"></link>.
78 </para>
80 <para>
81 The next example is of a secure office file and print server that will be accessible only to users who have an
82 account on the system. This server is meant to closely resemble a workgroup file and print server, but has to
83 be more secure than an anonymous access machine.  This type of system will typically suit the needs of a small
84 office. The server provides no network logon facilities, offers no domain control; instead it is just a
85 network-attached storage (NAS) device and a print server.
86 </para>
88 <para>
89 The later example consider more complex systems that will either integrate into existing MS Windows networks
90 or replace them entirely. These cover domain member servers as well as Samba domain control (PDC/BDC) and
91 finally describes in detail a large distributed network with branch offices in remote locations.
92 </para>
94 </sect1>
96 <sect1>
97 <title>Worked Examples</title>
99 <para>
100 The configuration examples are designed to cover everything necessary to get Samba 
101 running. They do not cover basic operating system platform configuration, which is
102 clearly beyond the scope of this text.
103 </para>
105 <para>
106 It is also assumed that Samba has been correctly installed, either by way of installation
107 of the packages that are provided by the operating system vendor or through other means.
108 </para>
110         <sect2>
111         <title>Standalone Server</title>
113         <para>
114         <indexterm><primary>Server Type</primary><secondary>Stand-alone</secondary></indexterm>
115         A standalone server implies no more than the fact that it is not a domain controller
116         and it does not participate in domain control. It can be a simple, workgroup-like
117         server, or it can be a complex server that is a member of a domain security context.
118         </para>
120         <para>
121         As the examples are developed, every attempt is made to progress the system toward greater capability, just as
122         one might expect would happen in a real business office as that office grows in size and its needs change.
123         </para>
125                 <sect3 id="anon-ro">
126                 <title>Anonymous Read-Only Document Server</title>
128                 <para>
129                 <indexterm><primary>read only</primary><secondary>server</secondary></indexterm>
130                 The purpose of this type of server is to make available to any user
131                 any documents or files that are placed on the shared resource. The
132                 shared resource could be a CD-ROM drive, a CD-ROM image, or a file
133                 storage area.
134                 </para>
136                 <itemizedlist>
137                         <listitem><para>
138                         The file system share point will be <filename>/export</filename>.
139                         </para></listitem>
141                         <listitem><para>
142                         All files will be owned by a user called Jack Baumbach.
143                         Jack's login name will be <emphasis>jackb</emphasis>. His password will be
144                         <emphasis>m0r3pa1n</emphasis> &smbmdash; of course, that's just the example we are
145                         using; do not use this in a production environment because
146                         all readers of this document will know it.
147                         </para></listitem>
148                 </itemizedlist>
150                 <procedure>
151                 <title>Installation Procedure: Read-Only Server</title>
152                         <step><para>
153                         Add user to system (with creation of the user's home directory):
154 <screen>
155 &rootprompt;<userinput>useradd -c "Jack Baumbach" -m -g users -p m0r3pa1n jackb</userinput>
156 </screen>
157                         </para></step>
159                         <step><para>
160                         Create directory, and set permissions and ownership:
161 <screen>
162 &rootprompt;<userinput>mkdir /export</userinput>
163 &rootprompt;<userinput>chmod u+rwx,g+rx,o+rx /export</userinput>
164 &rootprompt;<userinput>chown jackb.users /export</userinput>
165 </screen>
166                         </para></step>
168                         <step><para>
169                         Copy the files that should be shared to the <filename>/export</filename>
170                         directory.
171                         </para></step>
173                         <step><para>
174                         Install the Samba configuration file (<filename>/etc/samba/smb.conf</filename>)
175                         as shown in <link linkend="anon-example">Anonymous Read-Only Server Configuration</link>.
176                         </para></step>
178 <example id="anon-example">
179 <title>Anonymous Read-Only Server Configuration</title>
180 <smbconfblock>
181 <smbconfcomment>Global parameters</smbconfcomment>
182 <smbconfsection name="[global]"/>
183 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
184 <smbconfoption name="netbios name">HOBBIT</smbconfoption>
185 <smbconfoption name="security">share</smbconfoption>
187 <smbconfsection name="[data]"/>
188 <smbconfoption name="comment">Data</smbconfoption>
189 <smbconfoption name="path">/export</smbconfoption>
190 <smbconfoption name="read only">Yes</smbconfoption>
191 <smbconfoption name="guest ok">Yes</smbconfoption>
192 </smbconfblock>
193 </example>
195                         <step><para>
196                         Test the configuration file by executing the following command:
197 <screen>
198 &rootprompt;<userinput>testparm</userinput>
199 </screen>
200                         Alternatively, where you are operating from a master configuration file called
201                         <filename>smb.conf.master</filename>, the following sequence of commands might prove
202                         more appropriate:
203 <screen>
204 &rootprompt; cd /etc/samba
205 &rootprompt; testparm -s smb.conf.master > smb.conf
206 &rootprompt; testparm
207 </screen>
208                         Note any error messages that might be produced. Proceed only if error-free output has been
209                         obtained. An example of typical output that should be generated from the above configuration
210                         file is shown here:
211 <screen>
212 Load smb config files from /etc/samba/smb.conf
213 Processing section "[data]"
214 Loaded services file OK.
215 Server role: ROLE_STANDALONE
216 Press enter to see a dump of your service definitions
217 <userinput>[Press enter]</userinput>
219 # Global parameters
220 [global]
221         workgroup = MIDEARTH
222         netbios name = HOBBIT
223         security = share
225 [data]
226         comment = Data
227         path = /export
228         read only = Yes
229         guest only = Yes
230 </screen>
231                         </para></step>
233                         <step><para>
234                         Start Samba using the method applicable to your operating system platform. The method that
235                         should be used is platform dependent. Refer to <link linkend="startingSamba">Starting Samba</link>
236                         for further information regarding the starting of Samba.
237                         </para></step>
239                         <step><para>
240                         Configure your MS Windows client for workgroup <emphasis>MIDEARTH</emphasis>,
241                         set the machine name to ROBBINS, reboot, wait a few (2 - 5) minutes,
242                         then open Windows Explorer and visit the Network Neighborhood.
243                         The machine HOBBIT should be visible. When you click this machine
244                         icon, it should open up to reveal the <emphasis>data</emphasis> share. After
245                         you click the share, it should open up to reveal the files previously
246                         placed in the <filename>/export</filename> directory.
247                         </para></step>
248                 </procedure>
250                 <para>
251                 The information above (following # Global parameters) provides the complete
252                 contents of the <filename>/etc/samba/smb.conf</filename> file.
253                 </para>
255                 </sect3>
257                 <sect3>
258                 <title>Anonymous Read-Write Document Server</title>
260                 <para>
261                 <indexterm><primary>anonymous</primary><secondary>read-write server</secondary></indexterm>
262                 We should view this configuration as a progression from the previous example.
263                 The difference is that shared access is now forced to the user identity of jackb
264                 and to the primary group jackb belongs to. One other refinement we can make is to
265                 add the user <emphasis>jackb</emphasis> to the <filename>smbpasswd</filename> file.
266                 To do this, execute:
267 <screen>
268 &rootprompt;<userinput>smbpasswd -a jackb</userinput>
269 New SMB password: <userinput>m0r3pa1n</userinput>
270 Retype new SMB password: <userinput>m0r3pa1n</userinput>
271 Added user jackb.
272 </screen>
273                 Addition of this user to the <filename>smbpasswd</filename> file allows all files
274                 to be displayed in the Explorer Properties boxes as belonging to <emphasis>jackb</emphasis>
275                 instead of to <emphasis>User Unknown</emphasis>.
276                 </para>
278                 <para>
279                 The complete, modified &smb.conf; file is as shown in <link linkend="anon-rw"/>.
280                 </para>
282 <example id="anon-rw">
283 <title>Modified Anonymous Read-Write smb.conf</title>
284 <smbconfblock>
285 <smbconfcomment>Global parameters</smbconfcomment>
286 <smbconfsection name="[global]"/>
287 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
288 <smbconfoption name="netbios name">HOBBIT</smbconfoption>
289 <smbconfoption name="security">SHARE</smbconfoption>
291 <smbconfsection name="[data]"/>
292 <smbconfoption name="comment">Data</smbconfoption>
293 <smbconfoption name="path">/export</smbconfoption>
294 <smbconfoption name="force user">jackb</smbconfoption>
295 <smbconfoption name="force group">users</smbconfoption>
296 <smbconfoption name="read only">No</smbconfoption>
297 <smbconfoption name="guest ok">Yes</smbconfoption>
298 </smbconfblock>
299 </example>
301                 </sect3>
303                 <sect3>
304                 <title>Anonymous Print Server</title>
306                 <para>
307                 <indexterm><primary>anonymous</primary><secondary>print server</secondary></indexterm>
308                 An anonymous print server serves two purposes:
309                 </para>
311                 <itemizedlist>
312                         <listitem><para>
313                         It allows printing to all printers from a single location.
314                         </para></listitem>
316                         <listitem><para>
317                         It reduces network traffic congestion due to many users trying
318                         to access a limited number of printers.
319                         </para></listitem>
320                 </itemizedlist>
322                 <para>
323                 In the simplest of anonymous print servers, it is common to require the installation
324                 of the correct printer drivers on the Windows workstation. In this case the print
325                 server will be designed to just pass print jobs through to the spooler, and the spooler
326                 should be configured to do raw pass-through to the printer. In other words, the print
327                 spooler should not filter or process the data stream being passed to the printer.
328                 </para>
330                 <para>
331                 In this configuration, it is undesirable to present the Add Printer Wizard, and we do
332                 not want to have automatic driver download, so we disable it in the following
333                 configuration. <link linkend="anon-print"></link> is the resulting &smb.conf; file.
334                 </para>
336 <example id="anon-print">
337 <title>Anonymous Print Server smb.conf</title>
338 <smbconfblock>
339 <smbconfcomment>Global parameters</smbconfcomment>
340 <smbconfsection name="[global]"/>
341 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
342 <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>
347 <smbconfoption name="printing">cups</smbconfoption>
349 <smbconfsection name="[printers]"/>
350 <smbconfoption name="comment">All Printers</smbconfoption>
351 <smbconfoption name="path">/var/spool/samba</smbconfoption>
352 <smbconfoption name="guest ok">Yes</smbconfoption>
353 <smbconfoption name="printable">Yes</smbconfoption>
354 <smbconfoption name="use client driver">Yes</smbconfoption>
355 <smbconfoption name="browseable">No</smbconfoption>
356 </smbconfblock>
357 </example>
359                 <para>
360                 The above configuration is not ideal. It uses no smart features, and it deliberately
361                 presents a less than elegant solution. But it is basic, and it does print. Samba makes
362                 use of the direct printing application program interface that is provided by CUPS.
363                 When Samba has been compiled and linked with the CUPS libraries, the default printing
364                 system will be CUPS. By specifying that the printcap name is CUPS, Samba will use
365                 the CUPS library API to communicate directly with CUPS for all printer functions.
366                 It is possible to force the use of external printing commands by setting the value
367                 of the <parameter>printing</parameter> to either SYSV or BSD, and thus the value of
368                 the parameter <parameter>printcap name</parameter> must be set to something other than
369                 CUPS. In such case, it could be set to the name of any file that contains a list
370                 of printers that should be made available to Windows clients.
371                 </para>
373                 <note><para>
374                 Windows users will need to install a local printer and then change the print
375                 to device after installation of the drivers. The print to device can then be set to
376                 the network printer on this machine.
377                 </para></note>
379                 <para>
380                 Make sure that the directory <filename>/var/spool/samba</filename> is capable of being used
381                 as intended. The following steps must be taken to achieve this:
382                 </para>
384                 <itemizedlist>
385                         <listitem><para>
386                         The directory must be owned by the superuser (root) user and group:
387 <screen>
388 &rootprompt;<userinput>chown root.root /var/spool/samba</userinput>
389 </screen>
390                         </para></listitem>
392                         <listitem><para>
393                         Directory permissions should be set for public read-write with the
394                         sticky bit set as shown:
395 <screen>
396 &rootprompt;<userinput>chmod a+twrx /var/spool/samba</userinput>
397 </screen>
398                 The purpose of setting the sticky bit is to prevent who does not own the temporary print file
399                 from being able to take control of it with the potential for devious misuse.
400                         </para></listitem>
401                 </itemizedlist>
404                 <note><para>
405                 <indexterm><primary>MIME</primary><secondary>raw</secondary></indexterm>
406                 <indexterm><primary>raw printing</primary></indexterm>
407                 On CUPS-enabled systems there is a facility to pass raw data directly to the printer without
408                 intermediate processing via CUPS print filters. Where use of this mode of operation is desired,
409                 it is necessary to configure a raw printing device. It is also necessary to enable the raw mime
410                 handler in the <filename>/etc/mime.conv</filename> and <filename>/etc/mime.types</filename>
411                 files. Refer to <link linkend="cups-raw"></link>.
412                 </para></note>
414                 </sect3>
416                 <sect3>
418                 <title>Secure Read-Write File and Print Server</title>
420                 <para>
421                 We progress now from simple systems to a server that is slightly more complex.
422                 </para>
424                 <para>
425                 Our new server will require a public data storage area in which only authenticated
426                 users (i.e., those with a local account) can store files, as well as a home directory.
427                 There will be one printer that should be available for everyone to use.
428                 </para>
430                 <para>
431                 In this hypothetical environment (no espionage was conducted to obtain this data),
432                 the site is demanding a simple environment that is <emphasis>secure enough</emphasis>
433                 but not too difficult to use. 
434                 </para>
436                 <para>
437                 Site users will be Jack Baumbach, Mary Orville, and Amed Sehkah. Each will have
438                 a password (not shown in further examples). Mary will be the printer administrator and will
439                 own all files in the public share.
440                 </para>
442                 <para>
443                 This configuration will be based on <emphasis>user-level security</emphasis> that
444                 is the default, and for which the default is to store Microsoft Windows-compatible
445                 encrypted passwords in a file called <filename>/etc/samba/smbpasswd</filename>.
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.
451                 </para>
454                 <procedure>
455                 <title>Installing the Secure Office Server</title>
456                         <step><para>
457                 <indexterm><primary>office server</primary></indexterm>
458                         Add all users to the operating system:
459 <screen>
460 &rootprompt;<userinput>useradd -c "Jack Baumbach" -m -g users -p m0r3pa1n jackb</userinput>
461 &rootprompt;<userinput>useradd -c "Mary Orville" -m -g users -p secret maryo</userinput>
462 &rootprompt;<userinput>useradd -c "Amed Sehkah" -m -g users -p secret ameds</userinput>
463 </screen>
464                         </para></step>
466                         <step><para>
467                         Configure the Samba &smb.conf; file as shown in <link linkend="OfficeServer"/>.
468                         </para></step>
470 <example id="OfficeServer">
471 <title>Secure Office Server smb.conf</title>
472 <smbconfblock>
473 <smbconfcomment>Global parameters</smbconfcomment>
474 <smbconfsection name="[global]"/>
475 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
476 <smbconfoption name="netbios name">OLORIN</smbconfoption>
477 <smbconfoption name="printcap name">cups</smbconfoption>
478 <smbconfoption name="disable spoolss">Yes</smbconfoption>
479 <smbconfoption name="show add printer wizard">No</smbconfoption>
480 <smbconfoption name="printing">cups</smbconfoption>
482 <smbconfsection name="[homes]"/>
483 <smbconfoption name="comment">Home Directories</smbconfoption>
484 <smbconfoption name="valid users">%S</smbconfoption>
485 <smbconfoption name="read only">No</smbconfoption>
486 <smbconfoption name="browseable">No</smbconfoption>
488 <smbconfsection name="[public]"/>
489 <smbconfoption name="comment">Data</smbconfoption>
490 <smbconfoption name="path">/export</smbconfoption>
491 <smbconfoption name="force user">maryo</smbconfoption>
492 <smbconfoption name="force group">users</smbconfoption>
493 <smbconfoption name="read only">No</smbconfoption>
495 <smbconfsection name="[printers]"/>
496 <smbconfoption name="comment">All Printers</smbconfoption>
497 <smbconfoption name="path">/var/spool/samba</smbconfoption>
498 <smbconfoption name="create mask">0600</smbconfoption>
499 <smbconfoption name="guest ok">Yes</smbconfoption>
500 <smbconfoption name="printable">Yes</smbconfoption>
501 <smbconfoption name="use client driver">Yes</smbconfoption>
502 <smbconfoption name="browseable">No</smbconfoption>
503 </smbconfblock>
504 </example>
506                         <step><para>
507                         Initialize the Microsoft Windows password database with the new users:
508 <screen>
509 &rootprompt;<userinput>smbpasswd -a root</userinput>
510 New SMB password: <userinput>bigsecret</userinput>
511 Reenter smb password: <userinput>bigsecret</userinput>
512 Added user root.
514 &rootprompt;<userinput>smbpasswd -a jackb</userinput>
515 New SMB password: <userinput>m0r3pa1n</userinput>
516 Retype new SMB password: <userinput>m0r3pa1n</userinput>
517 Added user jackb.
519 &rootprompt;<userinput>smbpasswd -a maryo</userinput>
520 New SMB password: <userinput>secret</userinput>
521 Reenter smb password: <userinput>secret</userinput>
522 Added user maryo.
524 &rootprompt;<userinput>smbpasswd -a ameds</userinput>
525 New SMB password: <userinput>mysecret</userinput>
526 Reenter smb password: <userinput>mysecret</userinput>
527 Added user ameds.
528 </screen>
529                         </para></step>
531                         <step><para>
532                         Install printer using the CUPS Web interface. Make certain that all
533                         printers that will be shared with Microsoft Windows clients are installed
534                         as raw printing devices.
535                         </para></step>
537                         <step><para>
538                         Start Samba using the operating system administrative interface.
539                         Alternately, this can be done manually by executing:
540                         <indexterm><primary>smbd</primary></indexterm>
541                         <indexterm><primary>nmbd</primary></indexterm>
542                         <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm>
543                         <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm>
544 <screen>
545 &rootprompt;<userinput> nmbd; smbd;</userinput>
546 </screen>
547                         Both applications automatically execute as daemons. Those who are paranoid about
548                         maintaining control can add the <constant>-D</constant> flag to coerce them to start
549                         up in daemon mode.
550                         </para></step>
552                         <step><para>
553                         Configure the <filename>/export</filename> directory:
554 <screen>
555 &rootprompt;<userinput>mkdir /export</userinput>
556 &rootprompt;<userinput>chown maryo.users /export</userinput>
557 &rootprompt;<userinput>chmod u=rwx,g=rwx,o-rwx /export</userinput>
558 </screen>
559                         </para></step>
561                         <step><para>
562                         Check that Samba is running correctly:
563 <screen>
564 &rootprompt;<userinput>smbclient -L localhost -U%</userinput>
565 Domain=[MIDEARTH] OS=[UNIX] Server=[Samba-3.0.20]
567 Sharename      Type      Comment
568 ---------      ----      -------
569 public         Disk      Data
570 IPC$           IPC       IPC Service (Samba-3.0.20)
571 ADMIN$         IPC       IPC Service (Samba-3.0.20)
572 hplj4          Printer   hplj4
574 Server               Comment
575 ---------            -------
576 OLORIN               Samba-3.0.20
578 Workgroup            Master
579 ---------            -------
580 MIDEARTH             OLORIN
581 </screen>
582                         The following error message indicates that Samba was not running:
583 <screen>
584 &rootprompt; smbclient -L olorin -U%
585 Error connecting to 192.168.1.40 (Connection refused)
586 Connection to olorin failed
587 </screen>
588                         </para></step>
590                         <step><para>
591                         Connect to OLORIN as maryo:
592 <screen>
593 &rootprompt;<userinput>smbclient //olorin/maryo -Umaryo%secret</userinput>
594 OS=[UNIX] Server=[Samba-3.0.20]
595 smb: \> <userinput>dir</userinput>
596 .                              D        0  Sat Jun 21 10:58:16 2003
597 ..                             D        0  Sat Jun 21 10:54:32 2003
598 Documents                      D        0  Fri Apr 25 13:23:58 2003
599 DOCWORK                        D        0  Sat Jun 14 15:40:34 2003
600 OpenOffice.org                 D        0  Fri Apr 25 13:55:16 2003
601 .bashrc                        H     1286  Fri Apr 25 13:23:58 2003
602 .netscape6                    DH        0  Fri Apr 25 13:55:13 2003
603 .mozilla                      DH        0  Wed Mar  5 11:50:50 2003
604 .kermrc                        H      164  Fri Apr 25 13:23:58 2003
605 .acrobat                      DH        0  Fri Apr 25 15:41:02 2003
607                 55817 blocks of size 524288. 34725 blocks available
608 smb: \> <userinput>q</userinput>
609 </screen>
610                         </para></step>
611                 </procedure>
613                         <para>
614                         By now you should be getting the hang of configuration basics. Clearly, it is time to
615                         explore slightly more complex examples. For the remainder of this chapter we abbreviate
616                         instructions, since there are previous examples.
617                         </para>
619                 </sect3>
621         </sect2>
623         <sect2>
624         <title>Domain Member Server</title>
626         <para>
627         <indexterm><primary>Server Type</primary><secondary>Domain Member</secondary></indexterm>
628         In this instance we consider the simplest server configuration we can get away with
629         to make an accounting department happy. Let's be warned, the users are accountants and they
630         do have some nasty demands. There is a budget for only one server for this department.
631         </para>
633         <para>
634         The network is managed by an internal Information Services Group (ISG), to which we belong.
635         Internal politics are typical of a medium-sized organization; Human Resources is of the
636         opinion that they run the ISG because they are always adding and disabling users. Also,
637         departmental managers have to fight tooth and nail to gain basic network resources access for
638         their staff. Accounting is different, though, they get exactly what they want. So this should
639         set the scene.
640         </para>
642         <para>
643         We use the users from the last example. The accounting department
644         has a general printer that all departmental users may use. There is also a check printer
645         that may be used only by the person who has authority to print checks. The chief financial
646         officer (CFO) wants that printer to be completely restricted and for it to be located in the
647         private storage area in her office. It therefore must be a network printer.
648         </para>
650         <para>
651         The accounting department uses an accounting application called <emphasis>SpytFull</emphasis>
652         that must be run from a central application server. The software is licensed to run only off
653         one server, there are no workstation components, and it is run off a mapped share. The data
654         store is in a UNIX-based SQL backend. The UNIX gurus look after that, so this is not our
655         problem.
656         </para>
658         <para>
659         The accounting department manager (maryo) wants a general filing system as well as a separate
660         file storage area for form letters (nastygrams). The form letter area should be read-only to
661         all accounting staff except the manager. The general filing system has to have a structured
662         layout with a general area for all staff to store general documents as well as a separate
663         file area for each member of her team that is private to that person, but she wants full
664         access to all areas. Users must have a private home share for personal work-related files
665         and for materials not related to departmental operations.
666         </para>
667         
668                 <sect3>
669                 <title>Example Configuration</title>
670                 
671                 <para>
672                 The server <emphasis>valinor</emphasis> will be a member server of the company domain.
673                 Accounting will have only a local server. User accounts will be on the domain controllers,
674                 as will desktop profiles and all network policy files.
675                 </para>
677                 <procedure>
678                         <step><para>
679                         Do not add users to the UNIX/Linux server; all of this will run off the
680                         central domain.
681                         </para></step>
683                         <step><para>
684                         Configure &smb.conf; according to <link linkend="fast-member-server">Member server smb.conf
685                         (globals)</link> and <link linkend="fast-memberserver-shares">Member server smb.conf (shares
686                         and services)</link>.
687                         </para></step>
689 <example id="fast-member-server">
690 <title>Member Server smb.conf (Globals)</title>
691 <smbconfblock>
692 <smbconfcomment>Global parameters</smbconfcomment>
693 <smbconfsection name="[global]"/>
694 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
695 <smbconfoption name="netbios name">VALINOR</smbconfoption>
696 <smbconfoption name="security">DOMAIN</smbconfoption>
697 <smbconfoption name="printcap name">cups</smbconfoption>
698 <smbconfoption name="disable spoolss">Yes</smbconfoption>
699 <smbconfoption name="show add printer wizard">No</smbconfoption>
700 <smbconfoption name="idmap uid">15000-20000</smbconfoption>
701 <smbconfoption name="idmap gid">15000-20000</smbconfoption>
702 <smbconfoption name="winbind use default domain">Yes</smbconfoption>
703 <smbconfoption name="printing">cups</smbconfoption>
704 </smbconfblock>
705 </example>
707 <example id="fast-memberserver-shares">
708 <title>Member Server smb.conf (Shares and Services)</title>
709 <smbconfblock>
710 <smbconfsection name="[homes]"/>
711 <smbconfoption name="comment">Home Directories</smbconfoption>
712 <smbconfoption name="valid users">%S</smbconfoption>
713 <smbconfoption name="read only">No</smbconfoption>
714 <smbconfoption name="browseable">No</smbconfoption>
716 <smbconfsection name="[spytfull]"/>
717 <smbconfoption name="comment">Accounting Application Only</smbconfoption>
718 <smbconfoption name="path">/export/spytfull</smbconfoption>
719 <smbconfoption name="valid users">@Accounts</smbconfoption>
720 <smbconfoption name="admin users">maryo</smbconfoption>
721 <smbconfoption name="read only">Yes</smbconfoption>
723 <smbconfsection name="[public]"/>
724 <smbconfoption name="comment">Data</smbconfoption>
725 <smbconfoption name="path">/export/public</smbconfoption>
726 <smbconfoption name="read only">No</smbconfoption>
728 <smbconfsection name="[printers]"/>
729 <smbconfoption name="comment">All Printers</smbconfoption>
730 <smbconfoption name="path">/var/spool/samba</smbconfoption>
731 <smbconfoption name="create mask">0600</smbconfoption>
732 <smbconfoption name="guest ok">Yes</smbconfoption>
733 <smbconfoption name="printable">Yes</smbconfoption>
734 <smbconfoption name="use client driver">Yes</smbconfoption>
735 <smbconfoption name="browseable">No</smbconfoption>
736 </smbconfblock>
737 </example>
739                         <step><para>
740                         <indexterm><primary>net</primary><secondary>rpc</secondary></indexterm>
741                         Join the domain. Note: Do not start Samba until this step has been completed!
742 <screen>
743 &rootprompt;<userinput>net rpc join -Uroot%'bigsecret'</userinput>
744 Joined domain MIDEARTH.
745 </screen>
746                         </para></step>
748                         <step><para>
749                         Make absolutely certain that you disable (shut down) the <command>nscd</command>
750                         daemon on any system on which <command>winbind</command> is configured to run.
751                         </para></step>
753                         <step><para>
754                         Start Samba following the normal method for your operating system platform.
755                         If you wish to do this manually, execute as root:
756                         <indexterm><primary>smbd</primary></indexterm>
757                         <indexterm><primary>nmbd</primary></indexterm>
758                         <indexterm><primary>winbindd</primary></indexterm>
759                         <indexterm><primary>starting samba</primary><secondary>smbd</secondary></indexterm>
760                         <indexterm><primary>starting samba</primary><secondary>nmbd</secondary></indexterm>
761                         <indexterm><primary>starting samba</primary><secondary>winbindd</secondary></indexterm>
762 <screen>
763 &rootprompt;<userinput>nmbd; smbd; winbindd;</userinput>
764 </screen>
765                         </para></step>
767                         <step><para>
768                         Configure the name service switch (NSS) control file on your system to resolve user and group names
769                         via winbind. Edit the following lines in <filename>/etc/nsswitch.conf</filename>:
770 <programlisting>
771 passwd: files winbind
772 group:  files winbind
773 hosts:  files dns winbind
774 </programlisting>
775                         </para></step>
777                         <step><para>
778                         Set the password for <command>wbinfo</command> to use:
779 <screen>
780 &rootprompt;<userinput>wbinfo --set-auth-user=root%'bigsecret'</userinput>
781 </screen>
782                         </para></step>
784                         <step><para>
785                         Validate that domain user and group credentials can be correctly resolved by executing:
786 <screen>
787 &rootprompt;<userinput>wbinfo -u</userinput>
788 MIDEARTH\maryo
789 MIDEARTH\jackb
790 MIDEARTH\ameds
792 MIDEARTH\root
794 &rootprompt;<userinput>wbinfo -g</userinput>
795 MIDEARTH\Domain Users
796 MIDEARTH\Domain Admins
797 MIDEARTH\Domain Guests
799 MIDEARTH\Accounts
800 </screen>
801                         </para></step>
803                         <step><para>
804                         Check that <command>winbind</command> is working. The following demonstrates correct
805                         username resolution via the <command>getent</command> system utility:
806 <screen>
807 &rootprompt;<userinput>getent passwd maryo</userinput>
808 maryo:x:15000:15003:Mary Orville:/home/MIDEARTH/maryo:/bin/false
809 </screen>
810                         </para></step>
812                         <step><para>
813                         A final test that we have this under control might be reassuring:
814 <screen>
815 &rootprompt;<userinput>touch /export/a_file</userinput>
816 &rootprompt;<userinput>chown maryo /export/a_file</userinput>
817 &rootprompt;<userinput>ls -al /export/a_file</userinput>
819 -rw-r--r--    1 maryo    users       11234 Jun 21 15:32 a_file
822 &rootprompt;<userinput>rm /export/a_file</userinput>
823 </screen>
824                         </para></step>
826                         <step><para>
827                         Configuration is now mostly complete, so this is an opportune time
828                         to configure the directory structure for this site:
829 <screen>
830 &rootprompt;<userinput>mkdir -p /export/{spytfull,public}</userinput>
831 &rootprompt;<userinput>chmod ug=rwxS,o=x /export/{spytfull,public}</userinput>
832 &rootprompt;<userinput>chown maryo.Accounts /export/{spytfull,public}</userinput>
833 </screen>
834                         </para></step>
835                 </procedure>
837                 </sect3>
839         </sect2>
841         <sect2>
842         <title>Domain Controller</title>
845         <para>
846         <indexterm><primary>Server Type</primary><secondary>Domain Controller</secondary></indexterm>
847         For the remainder of this chapter the focus is on the configuration of domain control.
848         The examples that follow are for two implementation strategies. Remember, our objective is
849         to create a simple but working solution. The remainder of this book should help to highlight
850         opportunity for greater functionality and the complexity that goes with it.
851         </para>
853         <para>
854         A domain controller configuration can be achieved with a simple configuration using the new
855         tdbsam password backend. This type of configuration is good for small
856         offices, but has limited scalability (cannot be replicated), and performance can be expected
857         to fall as the size and complexity of the domain increases.
858         </para>
860         <para>
861         The use of tdbsam is best limited to sites that do not need
862         more than a Primary Domain Controller (PDC). As the size of a domain grows the need
863         for additional domain controllers becomes apparent. Do not attempt to under-resource
864         a Microsoft Windows network environment; domain controllers provide essential
865         authentication services. The following are symptoms of an under-resourced domain control
866         environment:
867         </para>
869         <itemizedlist>  
870                 <listitem><para>
871                  Domain logons intermittently fail.
872                 </para></listitem>
874                 <listitem><para>
875                 File access on a domain member server intermittently fails, giving a permission denied
876                 error message.
877                 </para></listitem>
878         </itemizedlist>
880         <para>
881         A more scalable domain control authentication backend option might use
882         Microsoft Active Directory or an LDAP-based backend. Samba-3 provides
883         for both options as a domain member server. As a PDC, Samba-3 is not able to provide
884         an exact alternative to the functionality that is available with Active Directory.
885         Samba-3 can provide a scalable LDAP-based PDC/BDC solution.
886         </para>
888         <para>
889         The tdbsam authentication backend provides no facility to replicate
890         the contents of the database, except by external means (i.e., there is no self-contained protocol
891         in Samba-3 for Security Account Manager database [SAM] replication).
892         </para>
894         <note><para>
895         If you need more than one domain controller, do not use a tdbsam authentication backend.
896         </para></note>
898                 <sect3>
899                 <title>Example: Engineering Office</title>
901                 <para>
902                 The engineering office network server we present here is designed to demonstrate use
903                 of the new tdbsam password backend. The tdbsam
904                 facility is new to Samba-3. It is designed to provide many user and machine account controls
905                 that are possible with Microsoft Windows NT4. It is safe to use this in smaller networks.
906                 </para>
908                 <procedure>
909                         <step><para>
910                         A working PDC configuration using the tdbsam
911                         password backend can be found in <link linkend="fast-engoffice-global">Engineering Office smb.conf
912                         (globals)</link> together with <link linkend="fast-engoffice-shares">Engineering Office smb.conf
913                         (shares and services)</link>:
914                         <indexterm><primary>pdbedit</primary></indexterm>
915                         </para></step>
917 <example id="fast-engoffice-global">
918 <title>Engineering Office smb.conf (globals)</title>
919 <smbconfblock>
920 <smbconfsection name="[global]"/>
921 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
922 <smbconfoption name="netbios name">FRODO</smbconfoption>
923 <smbconfoption name="passdb backend">tdbsam</smbconfoption>
924 <smbconfoption name="printcap name">cups</smbconfoption>
925 <smbconfoption name="add user script">/usr/sbin/useradd -m %u</smbconfoption>
926 <smbconfoption name="delete user script">/usr/sbin/userdel -r %u</smbconfoption>
927 <smbconfoption name="add group script">/usr/sbin/groupadd %g</smbconfoption>
928 <smbconfoption name="delete group script">/usr/sbin/groupdel %g</smbconfoption>
929 <smbconfoption name="add user to group script">/usr/sbin/groupmod -A %u %g</smbconfoption>
930 <smbconfoption name="delete user from group script">/usr/sbin/groupmod -R %u %g</smbconfoption>
931 <smbconfoption name="add machine script">/usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u</smbconfoption>
932 <smbconfcomment>Note: The following specifies the default logon script.</smbconfcomment>
933 <smbconfcomment>Per user logon scripts can be specified in the user account using pdbedit </smbconfcomment>
934 <smbconfoption name="logon script">scripts\logon.bat</smbconfoption>
935 <smbconfcomment>This sets the default profile path. Set per user paths with pdbedit</smbconfcomment>
936 <smbconfoption name="logon path">\\%L\Profiles\%U</smbconfoption>
937 <smbconfoption name="logon drive">H:</smbconfoption>
938 <smbconfoption name="logon home">\\%L\%U</smbconfoption>
939 <smbconfoption name="domain logons">Yes</smbconfoption>
940 <smbconfoption name="os level">35</smbconfoption>
941 <smbconfoption name="preferred master">Yes</smbconfoption>
942 <smbconfoption name="domain master">Yes</smbconfoption>
943 <smbconfoption name="idmap uid">15000-20000</smbconfoption>
944 <smbconfoption name="idmap gid">15000-20000</smbconfoption>
945 <smbconfoption name="printing">cups</smbconfoption>
946 </smbconfblock>
947 </example>
949 <example id="fast-engoffice-shares">
950 <title>Engineering Office smb.conf (shares and services)</title>
951 <smbconfblock>
952 <smbconfsection name="[homes]"/>
953 <smbconfoption name="comment">Home Directories</smbconfoption>
954 <smbconfoption name="valid users">%S</smbconfoption>
955 <smbconfoption name="read only">No</smbconfoption>
956 <smbconfoption name="browseable">No</smbconfoption>
958 <smbconfcomment>Printing auto-share (makes printers available thru CUPS)</smbconfcomment>
959 <smbconfsection name="[printers]"/>
960 <smbconfoption name="comment">All Printers</smbconfoption>
961 <smbconfoption name="path">/var/spool/samba</smbconfoption>
962 <smbconfoption name="create mask">0600</smbconfoption>
963 <smbconfoption name="guest ok">Yes</smbconfoption>
964 <smbconfoption name="printable">Yes</smbconfoption>
965 <smbconfoption name="browseable">No</smbconfoption>
967 <smbconfsection name="[print$]"/>
968 <smbconfoption name="comment">Printer Drivers Share</smbconfoption>
969 <smbconfoption name="path">/var/lib/samba/drivers</smbconfoption>
970 <smbconfoption name="write list">maryo, root</smbconfoption>
972 <smbconfcomment>Needed to support domain logons</smbconfcomment>
973 <smbconfsection name="[netlogon]"/>
974 <smbconfoption name="comment">Network Logon Service</smbconfoption>
975 <smbconfoption name="path">/var/lib/samba/netlogon</smbconfoption>
976 <smbconfoption name="admin users">root, maryo</smbconfoption>
977 <smbconfoption name="guest ok">Yes</smbconfoption>
978 <smbconfoption name="browseable">No</smbconfoption>
980 <smbconfcomment>For profiles to work, create a user directory under the path</smbconfcomment>
981 <smbconfcomment> shown. i.e., mkdir -p /var/lib/samba/profiles/maryo</smbconfcomment>
982 <smbconfsection name="[Profiles]"/>
983 <smbconfoption name="comment">Roaming Profile Share</smbconfoption>
984 <smbconfoption name="path">/var/lib/samba/profiles</smbconfoption>
985 <smbconfoption name="read only">No</smbconfoption>
986 <smbconfoption name="profile acls">Yes</smbconfoption>
988 <smbconfcomment>Other resource (share/printer) definitions would follow below.</smbconfcomment>
989 </smbconfblock>
990 </example>
992                         <step><para>
993                         Create UNIX group accounts as needed using a suitable operating system tool:
994 <screen>
995 &rootprompt;<userinput>groupadd ntadmins</userinput>
996 &rootprompt;<userinput>groupadd designers</userinput>
997 &rootprompt;<userinput>groupadd engineers</userinput>
998 &rootprompt;<userinput>groupadd qateam</userinput>
999 </screen>
1000                         </para></step>
1002                         <step><para>
1003                         Create user accounts on the system using the appropriate tool
1004                         provided with the operating system. Make sure all user home directories
1005                         are created also. Add users to groups as required for access control
1006                         on files, directories, printers, and as required for use in the Samba
1007                         environment.
1008                         </para></step>
1011                         <step><para>
1012                         <indexterm><primary>net</primary><secondary>groupmap</secondary></indexterm>
1013                         <indexterm><primary>initGroups.sh</primary></indexterm>
1014                         Assign each of the UNIX groups to NT groups by executing this shell script
1015                         (You could name the script <filename>initGroups.sh</filename>):
1016 <screen>
1017 #!/bin/bash
1018 #### Keep this as a shell script for future re-use
1019                         
1020 # First assign well known groups
1021 net groupmap add ntgroup="Domain Admins" unixgroup=ntadmins rid=512 type=d
1022 net groupmap add ntgroup="Domain Users"  unixgroup=users rid=513 type=
1023 net groupmap add ntgroup="Domain Guests" unixgroup=nobody rid=514 type=d
1025 # Now for our added Domain Groups
1026 net groupmap add ntgroup="Designers" unixgroup=designers type=d
1027 net groupmap add ntgroup="Engineers" unixgroup=engineers type=d
1028 net groupmap add ntgroup="QA Team"   unixgroup=qateam    type=d
1029 </screen>
1030                         </para></step>
1032                         <step><para>
1033                         Create the <filename>scripts</filename> directory for use in the 
1034                         <smbconfsection name="[NETLOGON]"/> share:
1035 <screen>
1036 &rootprompt;<userinput>mkdir -p /var/lib/samba/netlogon/scripts</userinput>
1037 </screen>
1038                         Place the logon scripts that will be used (batch or cmd scripts)
1039                         in this directory.
1040                         </para></step>
1041                 </procedure>
1043                 <para>
1044                 The above configuration provides a functional PDC
1045                 system to which must be added file shares and printers as required.
1046                 </para>
1048                 </sect3>
1050                 <sect3>
1051                 <title>A Big Organization</title>
1053                 <para>
1054                 In this section we finally get to review in brief a Samba-3 configuration that
1055                 uses a Lightweight Directory Access (LDAP)-based authentication backend. The
1056                 main reasons for this choice are to provide the ability to host primary
1057                 and Backup Domain Control (BDC), as well as to enable a higher degree of
1058                 scalability to meet the needs of a very distributed environment.
1059                 </para>
1061                         <sect4>
1062                         <title>The Primary Domain Controller</title>
1064                         <para>
1065                         This is an example of a minimal configuration to run a Samba-3 PDC
1066                         using an LDAP authentication backend. It is assumed that the operating system
1067                         has been correctly configured.
1068                         </para>
1070                         <para>
1071                         The Idealx scripts (or equivalent) are needed to manage LDAP-based POSIX and/or
1072                         SambaSamAccounts. The Idealx scripts may be downloaded from the <ulink url="http://www.idealx.org">
1073                         Idealx</ulink> Web site. They may also be obtained from the Samba tarball. Linux
1074                         distributions tend to install the Idealx scripts in the 
1075                         <filename>/usr/share/doc/packages/sambaXXXXXX/examples/LDAP/smbldap-tools</filename> directory.
1076                         Idealx scripts version <constant>smbldap-tools-0.9.1</constant> are known to work well.
1077                         </para>
1079                         <procedure>
1080                                 <step><para>
1081                                 Obtain from the Samba sources <filename>~/examples/LDAP/samba.schema</filename>
1082                                 and copy it to the <filename>/etc/openldap/schema/</filename> directory.
1083                                 </para></step>
1085                                 <step><para>
1086                                 Set up the LDAP server. This example is suitable for OpenLDAP 2.1.x.
1087                                 The <filename>/etc/openldap/slapd.conf</filename> file.
1088                                 <indexterm><primary>/etc/openldap/slapd.conf</primary></indexterm>
1089 <title>Example slapd.conf File</title>
1090 <screen>
1091 # Note commented out lines have been removed
1092 include         /etc/openldap/schema/core.schema
1093 include         /etc/openldap/schema/cosine.schema
1094 include         /etc/openldap/schema/inetorgperson.schema
1095 include         /etc/openldap/schema/nis.schema
1096 include         /etc/openldap/schema/samba.schema
1098 pidfile         /var/run/slapd/slapd.pid
1099 argsfile        /var/run/slapd/slapd.args
1101 database        bdb
1102 suffix          "dc=quenya,dc=org"
1103 rootdn          "cn=Manager,dc=quenya,dc=org"
1104 rootpw          {SSHA}06qDkonA8hk6W6SSnRzWj0/pBcU3m0/P
1105 # The password for the above is 'nastyon3'
1107 directory     /var/lib/ldap
1109 index   objectClass     eq
1110 index cn                      pres,sub,eq
1111 index sn                      pres,sub,eq
1112 index uid                     pres,sub,eq
1113 index displayName             pres,sub,eq
1114 index uidNumber               eq
1115 index gidNumber               eq
1116 index memberUid               eq
1117 index   sambaSID              eq
1118 index   sambaPrimaryGroupSID  eq
1119 index   sambaDomainName       eq
1120 index   default               sub
1121 </screen>
1122                                 </para></step>
1124                                 <step><para>
1125                                 Create the following file <filename>initdb.ldif</filename>:
1126                                 <indexterm><primary>initdb.ldif</primary></indexterm>
1127 <programlisting>
1128 # Organization for SambaXP Demo
1129 dn: dc=quenya,dc=org
1130 objectclass: dcObject
1131 objectclass: organization
1132 dc: quenya
1133 o: SambaXP Demo
1134 description: The SambaXP Demo LDAP Tree
1136 # Organizational Role for Directory Management
1137 dn: cn=Manager,dc=quenya,dc=org
1138 objectclass: organizationalRole
1139 cn: Manager
1140 description: Directory Manager
1142 # Setting up the container for users
1143 dn: ou=People, dc=quenya, dc=org
1144 objectclass: top
1145 objectclass: organizationalUnit
1146 ou: People
1148 # Set up an admin handle for People OU
1149 dn: cn=admin, ou=People, dc=quenya, dc=org
1150 cn: admin
1151 objectclass: top
1152 objectclass: organizationalRole
1153 objectclass: simpleSecurityObject
1154 userPassword: {SSHA}0jBHgQ1vp4EDX2rEMMfIudvRMJoGwjVb
1155 # The password for above is 'mordonL8'
1156 </programlisting>
1157                                 </para></step>
1159                                 <step><para>
1160                                 Load the initial data above into the LDAP database:
1161 <screen>
1162 &rootprompt;<userinput>slapadd -v -l initdb.ldif</userinput>
1163 </screen>
1164                                 </para></step>
1166                                 <step><para>
1167                                 Start the LDAP server using the appropriate tool or method for
1168                                 the operating system platform on which it is installed.
1169                                 </para></step>
1171                                 <step><para>
1172                                 Install the Idealx script files in the <filename>/usr/local/sbin</filename> directory,
1173                                 then configure the smbldap_conf.pm file to match your system configuration.
1174                                 </para></step>
1176                                 <step><para>
1177                                 The &smb.conf; file that drives this backend can be found in example <link
1178                                 linkend="fast-ldap">LDAP backend smb.conf for PDC</link>. Add additional stanzas
1179                                 as required.
1180                                 </para></step>
1182 <example id="fast-ldap">
1183 <title>LDAP backend smb.conf for PDC</title>
1184 <smbconfblock>
1185 <smbconfcomment>Global parameters</smbconfcomment>
1186 <smbconfsection name="[global]"/>
1187 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
1188 <smbconfoption name="netbios name">FRODO</smbconfoption>
1189 <smbconfoption name="passdb backend">ldapsam:ldap://localhost</smbconfoption>
1190 <smbconfoption name="username map">/etc/samba/smbusers</smbconfoption>
1191 <smbconfoption name="printcap name">cups</smbconfoption>
1192 <smbconfoption name="add user script">/usr/local/sbin/smbldap-useradd -m '%u'</smbconfoption>
1193 <smbconfoption name="delete user script">/usr/local/sbin/smbldap-userdel %u</smbconfoption>
1194 <smbconfoption name="add group script">/usr/local/sbin/smbldap-groupadd -p '%g'</smbconfoption>
1195 <smbconfoption name="delete group script">/usr/local/sbin/smbldap-groupdel '%g'</smbconfoption>
1196 <smbconfoption name="add user to group script">/usr/local/sbin/smbldap-groupmod -m '%u' '%g'</smbconfoption>
1197 <smbconfoption name="delete user from group script">/usr/local/sbin/smbldap-groupmod -x '%u' '%g'</smbconfoption>
1198 <smbconfoption name="set primary group script">/usr/local/sbin/smbldap-usermod -g '%g' '%u'</smbconfoption>
1199 <smbconfoption name="add machine script">/usr/local/sbin/smbldap-useradd -w '%u'</smbconfoption>
1200 <smbconfoption name="logon script">scripts\logon.bat</smbconfoption>
1201 <smbconfoption name="logon path">\\%L\Profiles\%U</smbconfoption>
1202 <smbconfoption name="logon drive">H:</smbconfoption>
1203 <smbconfoption name="logon home">\\%L\%U</smbconfoption>
1204 <smbconfoption name="domain logons">Yes</smbconfoption>
1205 <smbconfoption name="os level">35</smbconfoption>
1206 <smbconfoption name="preferred master">Yes</smbconfoption>
1207 <smbconfoption name="domain master">Yes</smbconfoption>
1208 <smbconfoption name="ldap suffix">dc=quenya,dc=org</smbconfoption>
1209 <smbconfoption name="ldap machine suffix">ou=People</smbconfoption>
1210 <smbconfoption name="ldap user suffix">ou=People</smbconfoption>
1211 <smbconfoption name="ldap group suffix">ou=People</smbconfoption>
1212 <smbconfoption name="ldap idmap suffix">ou=People</smbconfoption>
1213 <smbconfoption name="ldap admin dn">cn=Manager,dc=quenya,dc=org</smbconfoption>
1214 <smbconfoption name="ldap ssl">no</smbconfoption>
1215 <smbconfoption name="ldap passwd sync">Yes</smbconfoption>
1216 <smbconfoption name="idmap uid">15000-20000</smbconfoption>
1217 <smbconfoption name="idmap gid">15000-20000</smbconfoption>
1218 <smbconfoption name="printing">cups</smbconfoption>
1219 </smbconfblock>
1220 </example>
1222                                 <step><para>
1223                                 Add the LDAP password to the <filename>secrets.tdb</filename> file so Samba can update
1224                                 the LDAP database:
1225 <screen>
1226 &rootprompt;<userinput>smbpasswd -w mordonL8</userinput>
1227 </screen>
1228                                 </para></step>
1230                                 <step><para>
1231                                 Add users and groups as required. Users and groups added using Samba tools
1232                                 will automatically be added to both the LDAP backend and the operating
1233                                 system as required.
1234                                 </para></step>
1236                         </procedure>
1238                         </sect4>
1240                         <sect4>
1241                         <title>Backup Domain Controller</title>
1243                         <para>
1244                         <link linkend="fast-bdc"/> shows the example configuration for the BDC. Note that
1245                         the &smb.conf; file does not specify the smbldap-tools scripts &smbmdash; they are
1246                         not needed on a BDC. Add additional stanzas for shares and printers as required.
1247                         </para>
1249                         <procedure>
1250                                 <step><para>
1251                                 Decide if the BDC should have its own LDAP server or not. If the BDC is to be
1252                                 the LDAP server, change the following &smb.conf; as indicated. The default
1253                                 configuration in <link linkend="fast-bdc">Remote LDAP BDC smb.conf</link>
1254                                 uses a central LDAP server.
1255                                 </para></step>
1257 <example id="fast-bdc">
1258 <title>Remote LDAP BDC smb.conf</title>
1259 <smbconfblock>
1260 <smbconfcomment>Global parameters</smbconfcomment>
1261 <smbconfsection name="[global]"/>
1262 <smbconfoption name="workgroup">MIDEARTH</smbconfoption>
1263 <smbconfoption name="netbios name">GANDALF</smbconfoption>
1264 <smbconfoption name="passdb backend">ldapsam:ldap://frodo.quenya.org</smbconfoption>
1265 <smbconfoption name="username map">/etc/samba/smbusers</smbconfoption>
1266 <smbconfoption name="printcap name">cups</smbconfoption>
1267 <smbconfoption name="logon script">scripts\logon.bat</smbconfoption>
1268 <smbconfoption name="logon path">\\%L\Profiles\%U</smbconfoption>
1269 <smbconfoption name="logon drive">H:</smbconfoption>
1270 <smbconfoption name="logon home">\\%L\%U</smbconfoption>
1271 <smbconfoption name="domain logons">Yes</smbconfoption>
1272 <smbconfoption name="os level">33</smbconfoption>
1273 <smbconfoption name="preferred master">Yes</smbconfoption>
1274 <smbconfoption name="domain master">No</smbconfoption>
1275 <smbconfoption name="ldap suffix">dc=quenya,dc=org</smbconfoption>
1276 <smbconfoption name="ldap machine suffix">ou=People</smbconfoption>
1277 <smbconfoption name="ldap user suffix">ou=People</smbconfoption>
1278 <smbconfoption name="ldap group suffix">ou=People</smbconfoption>
1279 <smbconfoption name="ldap idmap suffix">ou=People</smbconfoption>
1280 <smbconfoption name="ldap admin dn">cn=Manager,dc=quenya,dc=org</smbconfoption>
1281 <smbconfoption name="ldap ssl">no</smbconfoption>
1282 <smbconfoption name="ldap passwd sync">Yes</smbconfoption>
1283 <smbconfoption name="idmap uid">15000-20000</smbconfoption>
1284 <smbconfoption name="idmap gid">15000-20000</smbconfoption>
1285 <smbconfoption name="printing">cups</smbconfoption>
1286 </smbconfblock>
1287 </example>
1289                                 <step><para>
1290                                 Configure the NETLOGON and PROFILES directory as for the PDC in <link linkend="fast-bdc"/>.
1291                                 </para></step>
1292                         </procedure>
1294                         </sect4>
1296                 </sect3>
1298         </sect2>
1300 </sect1>
1302 </chapter>