本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
啟用或停用本機使用者驗證
貢獻者
建議變更
您可以在儲存虛擬機器(SVM)上啟用或停用SMB存取的本機使用者驗證。預設為允許本機使用者驗證、這在SVM無法連絡網域控制器或您選擇不使用網域層級存取控制時非常有用。
開始之前
必須在CIFS伺服器上啟用本機使用者和群組功能。
關於這項工作
您可以隨時啟用或停用本機使用者驗證。如果您想要在建立SMB連線時使用本機使用者進行驗證、也必須啟用CIFS伺服器的本機使用者和群組選項。
步驟
-
將權限層級設為進階:
set -privilege advanced
-
執行下列其中一項動作:
如果您希望本機驗證… 輸入命令… 已啟用
vserver cifs options modify -vserver vserver_name -is-local-auth-enabled true
已停用
vserver cifs options modify -vserver vserver_name -is-local-auth-enabled false
-
返回管理權限層級:
set -privilege admin
範例
下列範例可在SVM VS1上啟用本機使用者驗證:
cluster1::>set -privilege advanced Warning: These advanced commands are potentially dangerous; use them only when directed to do so by technical support personnel. Do you wish to continue? (y or n): y cluster1::*> vserver cifs options modify -vserver vs1 -is-local-auth-enabled true cluster1::*> set -privilege admin
相關資訊