[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
openldap-release install
I am successfully running a openldap server in one of our Linux machine,
although I have not figured out how to make the access control part work
yet (if someone is expert in access control, please help me!!). Then one
week ago, I download the new release from OpenLDAP.org and installed
according to the instruction, and compiled without any problem. Then I did
the following,
/usr/local/sbin/ldif2ldbm -f slapd.conf myldif to creat the database;
/usr/local/libexec/slapd -f slapd.conf to activate the slapd;
then I tried to search the database with command
/usr/local/src/ldap/client/tools/ldapsearch -h 127.0.0.1 'cn=Weber'
gave me the message "Can't contact LDAP server".
If I followed the instruction to use
ldapsearch -b 'o=company, c=US' cn='Weber',
then the message was "No such object".
Any idea??
Thanks for your help in advance.
Weber.
wwung@grci.com