Hi,<br><br>a few thoughts from someone who is not a fedoraDS expert :<br>- you created a new attribute type, but did not add it to the inetorgperson class definition. So the class itself is not modified. The way the LDIF files are named does not imply you modify a given class. Only the number has a meaning, and this represents the order of the files analysing at the server startup
<br>- I am not sure, but I believe that 99users.ldif should not be modified, because it represents a view of the directory schema, and is not a configuration file. Again, I am really not sure, I don't have a fedora instance at home and can't check this
<br>- standard classes should not be modified. You should create an auxiliary objectClass containing you custom attribute types, and have your users implement both inetOrgPerson and your auxiliary class. This can also be a way to determine if a given user is configured for our application or not (if it implements your aux class or not) To achieve this, you should create a file named, for example, 
70kevin.ldif and put all your custom schema in it. Then start your server.<br><br><br>Regards,<br><br>François<br><br><br><br><div><span class="gmail_quote">2006/9/25, kevin james <<a href="mailto:kevinjj33@yahoo.com">
kevinjj33@yahoo.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Oops I pressed the enter key and the mail got sent, Yahoo Beta Mail is too Ajaxified :)</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">These were the lines I added to the bottom of the 99users.ldif</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">My custom attribute being called "policyNos"</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">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' )<br></div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">I was able to restart slapd with no problems, but it still doesnt show up in my list of attrbutes for inetOrgPerson.</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Again any suggestions would be greatly appreciated.</div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"> </div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Thanks,</div><span class="sg">
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">Kevin<br></div></span><div><span class="e" id="q_10de6847f5d3e417_2">
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">----- Original Message ----<br>From: kevin james <<a href="mailto:kevinjj33@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
kevinjj33@yahoo.com</a>><br>To: <a href="mailto:fedora-directory-users@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">fedora-directory-users@redhat.com</a><br>Sent: Monday, September 25, 2006 3:43:07 PM
<br>Subject: Extending inetOrgPerson's schema to support custom attributes<br><br>


<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">
<div>Hello All,</div>
<div><br>I'm trying to extend the inetOrgPerson's schema in order to better support our companie's </div>
<div>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.
</div>
<div> </div>
<div>Here's what I've done so far. Any help would be greatly appreciated.</div>
<div> </div>
<div>These are the lines I added to the bottom of the 99users.ldif file.</div>
<div> </div></div></div>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"><br></div></span></div></div></div>
<br>--<br>Fedora-directory-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://www.redhat.com/mailman/listinfo/fedora-directory-users" target="_blank">
https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br><br><br></blockquote></div><br>