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

Attribute type undefined, why?



Hello.

I, sorry if this isn't the right place to post a question like this, but
i dont know where to start digging.

I have read all the RFC's related to extension of schema's, and i cant
get slapd to accept my schema.

Why do i keep getting Attribute type undefined, when i try to bulk load
my directory with ldapadd?

I have double check my schema def's and they apears to be right ( take a
look below ).

Is slapd checking for errors on schema's?

----------------------
my schema:

im including the nis.default and the core.chema files.


attributetype ( 1.1.2.1.1 NAME 'prjidtuser_user_real_name' EQUALITY
caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX
1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.1.2.1.2 NAME 'prjidtuser_login' SUP name )

attributetype ( 1.1.2.1.3 NAME 'prjidtuser_password' EQUALITY
caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

attributetype (  1.1.2.4 NAME 'prjidtuser_user_group' EQUALITY
caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )

objectclass ( 1.1.2.2.1 NAME 'prjIdtUser' DESC 'A user that participates
in a IDT-CORE project' SUP top AUXILIARY MUST ( cn ) MAY
(prjidtuser_user_real_name $ prjidtuser_login $ prjidtuser_password $
prjidtuser_user_group) )

------

Thank's for the help.

Miguel