Results 1 to 2 of 2
hi,
im still new with OpenLDAP, i'm face a problem with this kind of error when i want start the slapd daemon.
root@ldap:~# /usr/local/libexec/slapd
/usr/local/etc/openldap/schema/nis.schema: line 203: AttributeType not found: ...
- 03-14-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 1
OpenLDAP AttributeType
hi,
im still new with OpenLDAP, i'm face a problem with this kind of error when i want start the slapd daemon.
here the line in nis.schemaroot@ldap:~# /usr/local/libexec/slapd
/usr/local/etc/openldap/schema/nis.schema: line 203: AttributeType not found: "manager"
root@ldap:~#
Can anyone help me how solve it out ?objectclass ( 1.3.6.1.1.1.2.6 NAME 'ipHost'
DESC 'Abstraction of a host, an IP device'
SUP top AUXILIARY
MUST ( cn $ ipHostNumber )
MAY ( l $ description $ manager ) )
im using openldap-2.3.32.
Thanks
- 01-06-2012 #2Just Joined!
- Join Date
- Jan 2012
- Posts
- 1
Re: OpenLDAP AttributeType
Was also facing the same issue. You need to put nis.schema after core and cosine and everything will be fine. Edit your slapd.conf and put nis.schema as follows :
include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/nis.schema


