Oops I pressed the enter key and the mail got sent, Yahoo Beta Mail is too Ajaxified :)
 
These were the lines I added to the bottom of the 99users.ldif
My custom attribute being called "policyNos"
 
attributeTypes: ( 1.3.6.1.4.1.5923.1.1.1.2 NAME 'policyNos' DESC 'Policy Numbers for Insured' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'user defined' )
I was able to restart slapd with no problems, but it still doesnt show up in my list of attrbutes for inetOrgPerson.
 
Again any suggestions would be greatly appreciated.
 
Thanks,
Kevin
----- Original Message ----
From: kevin james <kevinjj33@yahoo.com>
To: fedora-directory-users@redhat.com
Sent: Monday, September 25, 2006 3:43:07 PM
Subject: Extending inetOrgPerson's schema to support custom attributes

Hello All,

I'm trying to extend the inetOrgPerson's schema in order to better support our companie's
user profile. I 've been doing some googling and I understand that modifications need to be done to the 99users.ldif file, I've tried a couple of settings but I'm unable to see my custom attributes show up in the list of schema attributes for the inetOrgPerson class.
 
Here's what I've done so far. Any help would be greatly appreciated.
 
These are the lines I added to the bottom of the 99users.ldif file.