1 Oracle ZFS Storage Appliance 개요
6 SAN(Storage Area Network) 구성
SMB Microsoft 독립형 DFS 이름 공간 관리 도구 지원 표
Active Directory Windows Server 2012 지원
Active Directory Windows Server 2008 지원
Active Directory Windows Server 2008 지원 섹션 A: Kerberos 문제(KB951191)
Active Directory Windows Server 2008 지원 섹션 B: NTLMv2 문제(KB957441)
Active Directory Windows Server 2008 지원 섹션 C: NTLMv2 정보
Windows 파일 공유의 경우 오토홈은 SMB 프로토콜을 사용하여 파일 시스템에 대한 액세스를 제공합니다. 오토홈은 SMB를 통해 시스템에 액세스하는 사용자에 대한 홈 디렉토리 공유를 정의 및 유지 관리합니다. 오토홈 규칙은 SMB 클라이언트를 홈 디렉토리에 매핑합니다.
그림 11-2 오토홈 규칙 설정
이름 서비스 스위치 사용 - NSS(이름 서비스 스위치)를 설정 또는 해제합니다. NSS 규칙과 모든 사용자에 대한 규칙을 동시에 만들 수는 없습니다.
AD 컨테이너 - Active Directory 컨테이너를 설정합니다. 예: dc=com,dc=fishworks, ou=Engineering,CN=myhome.
사용자 - 모든 사용자 또는 지정한 사용자에 대한 오토홈 규칙을 설정합니다. 사용자를 지정할 때 와일드카드 "&" 및 "?"는 사용자의 로그인 및 해당 첫번째 문자를 나타냅니다.
디렉토리 - 규칙에 대한 디렉토리를 설정합니다. 예: /export/wdp.
twofish:> configuration services smb twofish:configuration services smb> create twofish:configuration services rule (uncommitted)> set use_nss=false twofish:configuration services rule (uncommitted)> set user=Bill twofish:configuration services rule (uncommitted)> set directory=/export/wdp twofish:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks, ou=Engineering,CN=myhome" twofish:configuration services rule (uncommitted)> commit twofish:configuration services smb> list RULE NSS USER DIRECTORY CONTAINER rule-000 false Bill /export/wdp dc=com,dc=fishworks, ou=Engineering,CN=myhome
twofish:configuration services smb> create twofish:configuration services rule (uncommitted)> set use_nss=false twofish:configuration services rule (uncommitted)> set user=* twofish:configuration services rule (uncommitted)> set directory=/export/?/& twofish:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks, ou=Engineering,CN=myhome" twofish:configuration services rule (uncommitted)> commit twofish:configuration services smb> list RULE NSS USER DIRECTORY CONTAINER rule-000 false Bill /export/wdp dc=com,dc=fishworks, ou=Engineering,CN=myhome
twofish:configuration services smb> create twofish:configuration services rule (uncommitted)> set use_nss=true twofish:configuration services rule (uncommitted)> set container="dc=com,dc=fishworks, ou=Engineering,CN=myhome" twofish:configuration services rule (uncommitted)> commit twofish:configuration services smb> list RULE NSS USER DIRECTORY CONTAINER rule-000 true dc=com,dc=fishworks, ou=Engineering,CN=myhome