From: Michael <mic...@in...> - 2000-02-29 10:57:22
|
David Leonard wrote: > > l = _ldap.open(...) > id = l.search(...blah..blah..) > for num in range(10): > res = l.result(id, 0) > print "Got one result", `res` Does this always return exactly one result? Or might there be more than one entries in the result res? Ciao, Michael. |