diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-14 22:30:06 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-17 22:06:14 +0200 |
commit | 4de371818504c522613845a1ae4fa97a69bcf412 (patch) | |
tree | fd947bad4208e4748095cc49fded64b82f7e1bbc | |
parent | a5084a3077b0fecde0772e99302e0e7353c59da3 (diff) | |
download | samba-4de371818504c522613845a1ae4fa97a69bcf412.tar.gz samba-4de371818504c522613845a1ae4fa97a69bcf412.tar.xz samba-4de371818504c522613845a1ae4fa97a69bcf412.zip |
docs: Remove referenece to old Red Hat Linux habits on winbindd
-rw-r--r-- | docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml index 7236dc7d7cf..ffedeb3d1d4 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml @@ -379,26 +379,6 @@ netbios-ns dgram udp wait root /usr/local/samba/sbin/nmbd nmbd <sect3> <title>Starting Samba for Red Hat Linux</title> - - <para> - Red Hat Linux has not always included all Samba components in the standard installation. - So versions of Red Hat Linux do not install the winbind utility, even though it is present - on the installation CDROM media. Check to see if the <command>winbindd</command> is present - on the system: -<screen> -&rootprompt; ls /usr/sbin/winbindd -/usr/sbin/winbindd -</screen> - This means that the appropriate RPM package was installed. The following response means - that it is not installed: -<screen> -/bin/ls: /usr/sbin/winbind: No such file or directory -</screen> - In this case, it should be installed if you intend to use <command>winbindd</command>. Search - the CDROM installation media for the samba-winbind RPM and install it following Red Hat - guidelines. - </para> - <para> The process for starting Samba will now be outlined. Be sure to configure Samba's &smb.conf; file before starting Samba. When configured, start Samba by executing: |