[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap_search: Partial results and referral received (ITS#1350)
Hi,
I am running LDAP ver 3.3 on HP UX and have set the BASE and SRCH attributes
in the configuration file. However i am still getting the same error when i
use ldapsearch.
My slapd configuration file looks like this.
1 #
2 # master slapd config -- for testing
3 #
4 include ./data/slapd.at.conf
5 include ./data/slapd.oc.conf
6 schemacheck off
7
8
#######################################################################
9 # ldbm database definitions
10
#######################################################################
11
12 database ldbm
13 suffix "o=Hewlett Packard, c=IN"
14 directory ./test-db
15 rootdn "cn=Kumar Sridhar, o=Hewlett Packard, c=IN"
16 rootpw secret
17 index cn,sn,uid pres,eq,approx
18 index default none
19 lastmod on
20 BASE o=Hewlett Packard, c=IN
21 SRCH "o=Hewlett Packard,c=IN" 2 3 10 0 0
Is there anything i needed to add or change.
Rgds,
Prasad