
February 2nd, 2007, 01:51 AM
|
|
Contributing User
|
|
Join Date: May 2003
Location: Los Angeles
Posts: 128
Time spent in forums: 1 Day 2 h 41 m 38 sec
Reputation Power: 6
|
|
|
Cannot populate base. ObjectClass: value #3 invalid per syntax
I'm trying to get a directory up and running. I'm trying to use http://sapiens.wustl.edu/~sysmain/i.../ldif/base.ldif (modified to fit my suffix) as my base, but I'm recieving the following output:
Code:
adding new entry "dc=digital-traffic,dc=net"
ldap_add: Invalid syntax (21)
additional info: objectClass: value #3 invalid per syntax
The only thing I can think of is that maybe I'm missing a schema, but I can't find any that I'm missing... Here are my includes:
Code:
# Schema and objectClass definitions
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/samba.schema
Compared to the slapd.conf listed on that site, I'm missing:
locking.schema, solaris.schema, DUAConfig.schema and amd.schema
I've looked and I can't find these anywhere... Are they supposed to come with a package that I haven't installed? I'm very lost at this point, so if anyone would be kind enough to point me in the right direction I'd appreciate it very much.
Thanks,
Brian
|