歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux管理 >> Linux問題解決 >> 新手學堂:將Linux加入Windows域的方法

新手學堂:將Linux加入Windows域的方法

日期:2017/3/6 10:18:32   编辑:Linux問題解決

Samba3.0以上的版本提供了加入WindowsPDC域的命令net join,現在用它把Samba Server加入WindowsPDC,例如snoopy.echo是WindowsPDC域:

net rpc join -S snoopy.echo -U Administrator,然後輸入域管理員密碼,也就是windowsPDC中Administrator的密碼。

系統會有一個加入正確的提示,如:joined ECHO domain.

配置好之後重啟一下Samba服務即可。

Copyright © Linux教程網 All Rights Reserved