From 4ea9be5467b6274ec2074af8c6438d42415d8fb6 Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij
If you need to compile samba from source, check the - appropriate appendix chapter.
appropriate appendix chapter.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.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
Celebrate, or send me a bug report!
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" >