8.5.2.2. ID 보기의 도메인 확인 순서 설정
특정 도메인의 클라이언트에 설정을 적용하려면 이 옵션을 선택합니다.
예를 들어 하위 도메인 서버에서 server.idm.example.com.com .idm.example.com . subdomain1.ad.example.com 하위 도메인에서 더 많은 로그인 정보를 확인합니다. 그러나 글로벌 확인 순서는 사용자 이름을 확인할 때 subdomain1.ad.example.com 하위 도메인 사용자 데이터베이스가 subdomain2.ad.example.com 이전에 시도됨을 나타냅니다. 특정 서버에 대해 다른 순서를 설정하려면 특정 보기에 대한 도메인 확인 순서를 설정합니다.
도메인 확인 순서
옵션이 설정된 ID 보기를 생성합니다.$ ipa idview-add example_view --desc "ID view for custom shortname resolution on server.idm.example.com" --domain-resolution-order subdomain2.ad.example.com:subdomain1.ad.example.com --------------------------------- Added ID View "example_view" --------------------------------- ID View Name: example_view Description: ID view for custom shortname resolution on server.idm.example.com Domain Resolution Order: subdomain2.ad.example.com:subdomain1.ad.example.com
- 클라이언트에 뷰를 적용합니다. 예를 들면 다음과 같습니다.
$ ipa idview-apply example_view --hosts server.idm.example.com ----------------------------------- Applied ID View "example_view" ----------------------------------- hosts: server.idm.example.com --------------------------------------------- Number of hosts the ID View was applied to: 1 ---------------------------------------------
ID 뷰에 대한 자세한 내용은 8장. Active Directory 환경에서 ID 뷰 사용 을 참조하십시오.