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

Re: problem



hi faizal,

faizal wrote:
Hi...I have configure ldap but still having the "No such object " error

My configuration file are like this
1. Slapd.conf


#suffix         "o=My Organization Name,c=US"
suffix          "dc=ldap,dc=mmu.edu.my,dc=my"


2. My Ldap.conf

#BASE   dc=example, dc=com
BASE    dc=ldap, dc=mmu.edu.my , dc=my

Try ldapsearch -x -b "dc=ldap,dc=mmu.edu.my,dc=my" if that works
remove the spaces from your BASE string in ldap.conf, it should be the same as suffix in slapd.conf.


greez paul