[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Attrib type undefined?
I belive it is telling you the none of the objectClasses listed claim
the State attribute. However, be minful of proper case, it may (or may
not) make a difference.
Martin Smith wrote:
>
> I'm adding records via the JNDI API and I get this:
>
> javax.naming.directory.InvalidAttributeIdentifierException: [LDAP: error
> code 17 - state: attribute type undefined]; remaining name 'cn=Adam A.
> Adams, ou=REGION 2, ou=TempAgency'
>
> It apparently doesn't like an attribute named "state" that's in the input.
>
> But slapd.conf says schema checking if off.
>
> Why is it checking attribute names?
>
> Thanks!
>
> martin