Anyone got any solutions?
Thanks
Kevin
"K. Lester" <kle...@bellsouth.net> wrote in message
news:eQ565.165$4h2....@news.dbn.net...
$(ETCDIR)/ldif2ldbm -f myslapd.conf -i myldif
where myldif contains the top object in your directory tree.
does this help?
I am having an issue connection to it.... the ldapsearch works perfectly at
the console... but if I try it from another client in my domain I receive a
" resultcode 32 ( no such object ) " error...
Any clue?
Thanks.
Kevin
"brian" <leh...@tcd.ie> wrote in message news:8jd0mf$1nei$1...@web3.tcd.ie...
Look in your log and see if you're getting errors - without the -c option
ldapadd will bail on the first error it sees
> I am having an issue connection to it.... the ldapsearch works perfectly at
> the console... but if I try it from another client in my domain I receive a
> " resultcode 32 ( no such object ) " error...
It's a searchbase issue likely. Your client either isnt' providing one,
and you don't have a default, or they're providing the typical c=us,
and you don't have a referral from c=us down to your tree.
I just don't get why everything works while I am at the Linux/LDAP server
and does not work from another client.....
Thanks.
"Ron Jarrell" <jar...@babylon5.cc.vt.edu> wrote in message
news:8je0j2$goi$2...@solaris.cc.vt.edu...
Running slapd in debug mode (use slapd -d 1) can
be very helpful.Sounds like the suffix in your slapd.conf
file is not the same as the search base you use from your client.