ADAM은 AD와 달리 기본적으로 속성에 index를 거는 UI를 제공하지 않는다. 따라서 Schema를 직접 수정해야 하는데...
searchFlags 라는 속성에 값을 설정하면 index를 걸 수 있다.
1 = Index over attribute only
2 = Index over container and attribute
4 = Add this attribute to the ANR set (used in conjunction with bit 1)
8 = Preserve this attribute on logical deletion (make attribute available on tombstones)
즉, 일반적으로 인덱스를 걸 때는 1을 할당하면 된다.
GivenName
Surname
displayName
LegacyExchangeDN
msExchMailNickname
RDN
physicalDeliveryOfficeName
proxyAddress
sAMAccountName
위와 같은 속성들은 ANR(Ambiguous Name Resolution) 인덱스: 5를 가진다.
>> 참고: http://support.microsoft.com/default.aspx?scid=kb;en-us;243311
>> 참고: http://support.microsoft.com/default.aspx?scid=kb;en-us;230662
'Tech: > AD·ADAM' 카테고리의 다른 글
도메인에 소속된 ADAM에서 user 사용하기 (0) | 2008.06.26 |
---|---|
LDIFDE 사용법 (0) | 2008.06.26 |
Active Directory 그룹 (혼합모드) (0) | 2008.06.26 |
Active Directory 그룹 이해 (0) | 2008.06.26 |
Active Directory에 등록되지 않는 이름들 (0) | 2008.06.26 |