From: Michael <mi...@st...> - 2001-03-05 08:05:17
|
oop...@ne... wrote: > > i have pone more question here > when i search an entry with a filter as uid=1111 i get all the atrribute and > value list > i dont want that i only want to get the dn of entry formed from the search > result Set attrslist=[] and attrsonly=1 when calling search or search_s. Read the fine docs. Ciao, Michael. |