반응형
쉐어포인트로 호스팅관련 프로젝트 진행하다보니 회사간에 사용자 조회가 되는 문제가 있어 peole picker 수정 관련해서
찾은것
찾은것
Sharepoint userpicker
-- layouts 아래 aclinv.aspx 수정
-- picker.aspx 수정 사용자 검색 및 추가
<wssawc:PeopleEditor
AllowEmpty=false
ValidatorEnabled="true"
id="userPicker"
runat="server"
ShowCreateButtonInActiveDirectoryAccountCreationMode=true
SelectionSet="User,SecGroup,SPGroup"
/>
Modify this property:
ValidatorEnabled [true, false]: Set to false to disable validation of user accounts
특정 OU 사용자만 검색 되게 하기
setsiteuseraccountdirectorypath 이용
http://technet.microsoft.com/en-us/library/cc263328(office.12).aspx
stsadm 명령을 통해 people picker AD 조회 범위 지정하기
http://technet.microsoft.com/en-us/library/cc263318(office.12).aspx
반응형
'IT 관련 이야기 > Sharepoint2' 카테고리의 다른 글
Sharepoint 2010 managed metadata 필드가 용어집합을 못가져 올때. (0) | 2011.02.11 |
---|---|
Sharepoint 2010 내사이트 새로운 소식 (0) | 2011.02.11 |
Sharepoint 2010 라이센스별 웹파트 비교. (0) | 2011.01.17 |
Sharepoint 2010 개발시 참조된 dll 배포 방법 (0) | 2011.01.12 |
Sharepoint 2010 site definition 관련 참고 (0) | 2010.12.21 |