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

Re: Do DN's have to be rooted at country



On Thu, 15 Oct 1998 16:49:16 +0800 (CST), Yusuf Goolambbas wrote:

> ...
>include		/usr/local/site/etc/ldap/slapd.at.conf
>include		/usr/local/site/etc/ldap/slapd.oc.conf
>schemacheck	off
>#referral	ldap://ldap.itd.umich.edu
> ...

    Your description indicates there might be a problem with your schema. Try these 
things:
- Turn "schemacheck" on
- Use the verbose switch on ldapsearch and ldapmodify/ldapadd
- run slapd with debug switch "-d 1"

    Now (re-)load the database using your LDIF file and ldapmodify. Between the 
messages you get from the verbose switch and slapd's debug output you should be able 
to trace your problem(s).
    ldif2ldbm does not do schema checking when it load the database regardless of the 
"schemacheck" setting. Any problems in the structure just flow in giving bizarre 
search and modify results.

Jim Moe