天天看点

redhat 5.4 samba配置

使用认证层级设定(security)为user

用户密码档案使用TDB数据格式,默认档案在/var/lib/samba/private/内;

密码必须加密;

每个可使用samba的使用者君拥有自己的家目录;

设定三个用户,名称smb1、smb2、smb3.均加入users为次要群组。

此用户linux密码为1234,samba密码则为4321;

分享/home/project这个目录,且资源名称取名为:project;

加入users这个群组的使用者可以使用//ip/project资源,且在该目录下users这个群组的使用者具有写入的权限。

安装samba:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/101958786.png"></a>

修改配置文件(我是把元配置文件重命名后,重新写的)/etc/samba/smb.conf:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/102524424.png"></a>

检查语法错误:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/102645448.png"></a>

创建目录:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/102756176.png"></a>

创建用户设置用户密码:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/102854968.png"></a>

设置samba密码:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103056489.png"></a>

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103059724.png"></a>

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103101893.png"></a>

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103103583.png"></a>

查询samba用户:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103743323.png"></a>

修改samba密码:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103831735.png"></a>

删除samba账户并查看:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/103942171.png"></a>

启动samba设置开机启动:

<a target="_blank" href="http://blog.51cto.com/attachment/201307/104034812.png"></a>

本文转自 zhuxtqw 51CTO博客,原文链接:http://blog.51cto.com/1054054/1253607,如需转载请自行联系原作者

继续阅读