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




Posted by 떼르미
,


자바스크립트를 허용해주세요!
Please Enable JavaScript![ Enable JavaScript ]