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

slapadd error : attribute description contains inappropriate char acters



heres a sample record entry

org_employer: Organization: Code 15L, Employer: JoeSchmoe


Heres the schema entry that this is dying on

attributetype ( 2.16.840.1.113730.3.1.2
        NAME 'org_employer'
        DESC 'org employer desc goes here'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )


>From other attributetypes I can guess that the problem is the mulitple
colons for org_employer.
Since this is the LDIFF output from the live database (version3) what do i
need to do to make it read the record?

Thanks!

Oh and im using 1.3.1.4.1.1466 just for testing while i read this stuff. Got
a registration already done but need to formalize its structure still.


Greg King