[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Resolving groups (neophyte question)
Jeff Clowser wrote:
> Try this:
> ldapsearch -v -L -s sub -b 'o=mirapoint.com' -h ugh
> 'dn=uid=bryan,ou=People, o=mirapoint.com'
>
> (Note the dn=uid=...)
>
> Probably a more efficient way would be to make the scope
> same (-s same?) and the base dn be your members dn
> (i.e. -b 'uid=bryan,ou=People, o=mirapoint.com') and
> your filter (objectclass=*) or (objectclass=inetorgperson) or
> whatever is appropriate).
>
> -Jeff
Well, the dn= stuff didn't work, however the second suggestion did.
-Philip