IT 관련 이야기/Sharepoint2

사용자 및 그룹 선택 수정

종소리도깨비 2011. 1. 18. 18:06
반응형
쉐어포인트로 호스팅관련 프로젝트 진행하다보니 회사간에 사용자 조회가 되는 문제가 있어 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

반응형