From 4ea9be5467b6274ec2074af8c6438d42415d8fb6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 7 Apr 2003 14:01:19 +0000 Subject: Regenerate docs (This used to be commit 3d61303ea9783e01796a90e74efb3457ef76497f) --- docs/htmldocs/install.html | 115 ++++++++++++++++++++++++++++----------------- 1 file changed, 73 insertions(+), 42 deletions(-) (limited to 'docs/htmldocs/install.html') diff --git a/docs/htmldocs/install.html b/docs/htmldocs/install.html index 41f69eb8d3..cc2674ea1c 100644 --- a/docs/htmldocs/install.html +++ b/docs/htmldocs/install.html @@ -90,18 +90,21 @@ NAME="AEN65" HREF="http://samba.org/" TARGET="_top" >the samba homepage +>.

If you need to compile samba from source, check the - appropriate appendix chapter.

appropriate appendix chapter.

1.2. Configuring samba

1.2.1. Editing the smb.conf file1.2.1. Editing the smb.conf file

There are sample configuration files in the examples @@ -136,31 +142,27 @@ NAME="AEN75" >

	[global]
-	   workgroup = MYGROUP
+>[global]
+	workgroup = MYGROUP
 
-	   [homes]
-	      guest ok = no
-	      read only = no
+[homes]
+	guest ok = no
+	read only = no
 	

which would allow connections by anyone with an account on the server, using either their login name or - "homes" as the service name. (Note that I also set the + "homes" as the service name. (Note that I also set the workgroup that Samba is part of. See BROWSING.txt for details)

Note that make install will not install - a Make sure you put the smb.conf file. You need to create it - yourself.

Make sure you put the smb.conf file in the same place +> file in the same place you specified in theMakefile).

For more information about security settings for the - [homes] share please refer to the document UNIX_SECURITY.txt.

[homes] share please refer to the chapter + Securing Samba.

1.2.1.1. Test your config file with smb.conf file using the testparm program. +> file using the testparm program. If testparm runs OK then it will list the loaded services. If not it will give an error message.

1.2.2. SWAT

1.3. Try listing the shares available on your server

1.4. Try connecting with the unix client

yourhostname - would be the name of the host where you installed smbd. The smbd. + The aservice is any service you have defined in the smb.conf - file. Try your user name if you just have a [homes] section +> + file. Try your user name if you just have a [homes] + section in smb.conf.

For example if your unix host is bambi and your login - name is fred you would type:

For example if your unix host is bambi + and your login name is fred you would type:

$ smbclient //bambi/fred +>smbclient //bambi/fred

1.5. Try connecting from a DOS, WfWg, Win9x, WinNT, Win2k, OS/2, etc... client

print filename

Celebrate, or send me a bug report!

1.6. What If Things Don't Work?

Then you might read the file HOWTO chapter Diagnosis and the +>Then you might read the file chapter + Diagnosis and the FAQ. If you are still stuck then try the mailing list or newsgroup (look in the README for details). Samba has been successfully installed at thousands of sites worldwide, so maybe @@ -395,7 +426,7 @@ CLASS="SECT2" >

1.6.1. Scope IDs

1.6.2. Locking