AFP548

Help needed extending OD schema

I am having some trouble extending the schema using the directions in the guide, following examples, and reading the OPENLDAP docs. I know I'm somewhere on the right track because WGM was not allowing the directory owner to authenticate until I stopped taking shortcuts on the syntax of attributes and objectclasses. However, I am getting these pesky ëError of type -14136 on line 428 of NimrodPluginView.mmí errors when attempting to add my custom objectclass to a user record with WGM's inspector. An even peskier side-effect is that once WGM errors out, the user record disppears from WGM, never to be seen again. This is also the error when I add a 'random' value to the objectclass list for any user, so I'm not sure if it's my schema addition, or some step I'm missing for OD to be able to see it and accept it. I have put the schema additions in a seperate .schema file in the /etc/openldap/schema folder and matched the ownership and permissions of the other files in there. I modified the slapd.conf file and added an include that points to my schema file. Can anyone help point me in the right direction? Any help would be greatly appreciated!!! John Cormier Here's my schema file contents... attributetype ( 1.3.6.1.4.1.42.2.27.1.2.6 NAME 'testattribute' DESC 'Test Attribute' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) objectClass ( 1.3.6.1.4.1.42.2.27.1.2.12 NAME 'testobjectclass' DESC 'Test ObjectClass' SUP top STRUCTURAL MAY testattribute )
Exit mobile version