[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Question about search data
At 04:57 PM 1/6/01 +0800, Simon Yuen wrote:
>Dear Sir/ Madam,
>
>When I seach with filter "cn=John" under the base "ou=resident,dc=university", will the entities John be found?
In the example below, no. The second object is not
within any scope (base, one, subtree) of a search based
at the first. The fact that 2 is a member of 1 is not
relevant to the search.
>John is a member of the group "ou=resident,dc=university".
>
>1.
>"dn:ou=resident,dc=university"
>"objectclass: groupOfUniqueNames"
>"uniquemember: uid=93247893, ou=student, dc=university"
>
>2.
>"dn:uid=93247893, ou=student, dc=university"
>"objectclass: person"
>"cn=John"
>
>Thank you!