使用認證層級設定(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,如需轉載請自行聯系原作者