View | Details | Raw Unified | Return to bug 99768
Collapse All | Expand All

(-)network-servers/chapter.sgml (-5 / +6 lines)
Lines 4455-4469 Link Here
4455
	  backend is used, the
4455
	  backend is used, the
4456
	  <filename>/usr/local/private/smbpasswd</filename> file must
4456
	  <filename>/usr/local/private/smbpasswd</filename> file must
4457
	  be created to allow <application>Samba</application> to
4457
	  be created to allow <application>Samba</application> to
4458
	  authenticate clients.  If you would like to give all of
4458
	  authenticate clients.  If you would like to give 
4459
	  your &unix; user accounts access from &windows; clients, use the
4459
	  your &unix; user accounts access from &windows; clients, use the
4460
	  following command:</para>
4460
	  following command:</para>
4461
4461
4462
	<screen>&prompt.root; <userinput>grep -v "^#" /etc/passwd | make_smbpasswd &gt; /usr/local/private/smbpasswd</userinput>
4462
	<screen>&prompt.root; <userinput>smbpasswd -a username</userinput></screen>
4463
&prompt.root; <userinput>chmod 600 /usr/local/private/smbpasswd</userinput></screen>
4464
4463
4465
	<para>Please see the <application>Samba</application>
4464
	<para>Please see the
4466
	  documentation for additional information about configuration
4465
	  <ulink 
4466
	  url="http://us2.samba.org/samba/docs/man/Samba-HOWTO-Collection/">Official Samba HOWTO</ulink> 
4467
	  for additional information about configuration
4467
	  options.  With the basics outlined here, you should have
4468
	  options.  With the basics outlined here, you should have
4468
	  everything you need to start running
4469
	  everything you need to start running
4469
	  <application>Samba</application>.</para>
4470
	  <application>Samba</application>.</para>

Return to bug 99768