Operating System - Linux
1829013 Members
2288 Online
109986 Solutions
New Discussion

i also can not run openldap tarball installation in RH,too

 

i also can not run openldap tarball installation in RH,too

tarball download from www.openldap.org,after tar -zxvf XXX.tgz???
./configure
make depend
make
make install
then edit the items in slapd.conf as below???
suffix "dc=mydomain,dc=com"
rootdn "cn=Manager,dc=mydomain,dc=com"
rootpw secret
run slapd
ps -A slapd is ok???response in 389,
but every thing blocked right here???
when i run a search:
ldapsearch -x -b '' -base "dc=mydomain,dc=com" '(objectclass=*)' namingconectexts
echo:
version: 2
#
# filter: dc=mydomain,dc=com
# requesting: (objectClass=*) namingContexts
#
# search result
search: 2
result: 0 Success

# numResponses: 1

it can not output the dc=mydomain,dc=com as in normal. both version i tried, it is the same.

could somebody tell me what is wrong?
thanks
fredireck

frederick