480 likes | 662 Views
SharePoint 2010 User Profile Service #2. Kim Do Myoung. Introduce. 김도명 .Net & SharePoint Developer ㈜ 이피언스 SI 사업부 domyo21@epience.com SharePoint School ( http :// kdmsong.tistory.com ) 김도명. 도대체 사용자 정보 동기화가 뭐야 ?. User Profile Synchronization ?. User Profile Synchronization?.
E N D
SharePoint 2010User Profile Service #2 Kim Do Myoung
Introduce 김도명 .Net & SharePoint Developer ㈜이피언스SI사업부 domyo21@epience.com SharePoint School (http://kdmsong.tistory.com) 김도명
도대체 사용자 정보 동기화가 뭐야? User Profile Synchronization?
User Profile Synchronization? User Profile Synchronization이 뭔가요? Directory Service와 SharePoint 간의 사용자 정보 동기화 왜 필요한가요? 텅텅 비어있는 SharePoint에 다양한 사용자 정보를 가져오자! Directory Service와 SharePoint간의 사용자(Group)의 정보의 일치 *부서이동이나 인사발령 등 AD의 사용자 정보 변경 시 동일하게 반영되어야 한다.
User Profile Synchronization? Directory Service별동기화 가능여부 MOSS 2007과의 비교 2007 : SSP(Shared Services Provider) 2010 : Service Applications > User Profile Service Application *Service별로 응용프로그램 생성, 독립적으로 수행.
어떻게 동작하는 건가요? Mechanism
Mechanism sP 2010 (user profile service) Active Directory Forefront metaverse
동기화에는 어떤 것들이 있나요? type of synchronization
Type of synchronization 1. Full Synchronization (전체 동기화) 2. Incremental Synchronization (증분 동기화) 1. 수동 동기화 2. Timer Job을 통한 자동 동기화
Type of synchronization 수동 동기화
Type of synchronization 수동 동기화
Type of synchronization Timer Job을 통한 자동 동기화
User Profile을 구성하는 사용자 속성 User Property
사용자 동기화 구성 방법 configure
• Before Configure
Configure 01. Verify Account Permissions 02. Create a Web application to host My Sites 03. Create a managed path for My Sites 04. Create a My Site Host site collection 05. Create a Managed Metadata Service Application 06. Create a User Profile Service Application 07. Enable NetBIOS domain names 08. Start the User Profile service 09. Configure User Profile Connection 10. Configure a Synchronization Timer Job 11. Full Synchronization
Configure • User Profile Service구성이전에 Managed Metadata Service Application구성 • Application Management > Manage Service Applications > Managed Metadata Service • Central Administration > System Settings > Manage services on server
Configure • Application Management > Manage Service Applications > User Profile Service Application • 크게 나누어 Application Pool 설정과, Database 설정, My Site 설정으로 분류 • 응용프로그램의 이름 및 사용할 Application Pool 설정
Configure • Profile Database, Synchronization Database, Social Tagging Database 설정
Configure • My Site 설정 • UPS 구성 이전에 My Site Host 구성이 완료되어야 한다.
Configure • 동기화 프로세스가 수행될 서버 선택 • User Porfile Service Application 구성완료
Configure • System Settings > Manage services on server > Start the User Profile service • services.msc > FIM Service 확인
Configure sP 2010 (user profile service) Active Directory Forefront metaverse
Configure • Application Management > Manage Service Applications > USP > Manage
Configure • ConnectionAccount를 통하여 동기화할 항목을 설정
Configure • 생성된 Connection
• 최초 전체 동기화 수행 Configure
• After Configure
커스텀프로퍼티를 만들어 보자! CUSTOM User Property
• 동기화를 통해 AD로부터 정보를 가져온 후의 프로필 페이지 화면 >>> 부서정보를 표시해주는 Custom Property를 만들어보자. Custom User Property
• CA > Manage Profile Service > User Profile Service Application Custom User Property
• New Property를 클릭하여 새로운 User Property 생성 화면으로 이동한다. Custom User Property
• Add User Profile Property Custom User Property
• Edit Languages Custom User Property
• Add User Profile Property Custom User Property
• Property에 특정 AD 항목을 Mapping 시킨 후Add를 클릭한다. Custom User Property
• Property에 동기화 Mapping이 완료된 화면 Custom User Property
• Manage User Properies화면에 추가된 Custom Property 확인. Custom User Property
• 사용자의 Profile Page에서 Edit My Profile을 통해 추가된 Custom Property를 확인 Custom User Property
• 전체 동기화 수행 Custom User Property
• 동기화 완료 Custom User Property