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

Re: slapd.conf on NT



At 10:38 AM 9/14/00 -0400, Narasimhan Venkateswaran wrote:
>I managed to compile 2.0 on NT 2000/VC++ without SASL and the gnu regexp.
>But slapd wouldnt start with whatever combination of slapd.conf i provide.
>The following is an output from a minimalist configuration.
>
>$ ./slapd -f slapd.conf -d 399
>slapd.conf: line 18: extra cruft after <dn> in "suffix o=ecal, c=US" line
>(ignor
>ed)

Your suffix line needs quotes.

suffix "o=ecal, c=US"

>No objectClass "top" defined in schema
>schema prep error

Likely you didn't include core.schema in your slapd.conf file.