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

Re: ldapsearch problem




if use ldapadd
ldapadd -x -D "cn=Manager,dc=example,dc=com" -W -f upn.ldif
the result is ok
but when trie use ldapsearch
ldapsearch -LLL "(sn=Ivan)" cn sn telephoneNumber
all fail dont find nothing

try for example to indicate in ldapsearch -b "dc=example,dc=com" -s sub and also -D and -w options (see man ldapsearch) maby it will work

Lise Didillon