[Date Prev][Date Next] [Chronological] [Thread] [Top]

help (ITS#115)



Hi:


I download OpenLDAP release 1.2 on HP unix.
In its test programs, the ldapsearch must use -b option.
e.g.

ldapsearch -L -S "" -b "o=University of Michigan, c=US" -h localhost \
           -p 9009 'objectclass=*'

without -b option it would show "ldap_search: No such object"

-b option use searchbase as the starting point for the search instead of
the default.

How we can use the default option instead of typing -b option every time
when using ldapsearch.

Thanks,

Joe