On Thu, 06 Dec 2007, Christian Marg might have said:

> Mike Eggleston wrote:
> > On Thu, 06 Dec 2007, Christian Marg might have said:
> > 
> >> Hello,
> >>
> >> Mike Eggleston wrote:
> >>> When I added the custom schema the first time to the objectClass
> >>> attribute using phpLdapAdmin I was asked for the initial/required
> >>> values. That's fine. Now that I've updated the custom schema and
> >>> want to add values for the new attributes, phpLdapAdmin does
> >>> not display the attribute fields.
> >> use the "purge caches" button.
> > 
> > I have tried that button/link and I've also booted the box.
> > What to try next?
> 
> Check if the Attributes appear in the phpldapadmin Schema viewer - then
> they're successfully loaded into the server. You can then edit an entry
> and add one of your new attributes to it.
> 
> If it doesn't appear in the Schema viewer try
> 
> ldapsearch -b "cn=subschema" -s base -x + | grep -i <new attribute name>
> 
> that lists the schema your LDAP server uses. Adjust the command to
> connect to your LDAP server (-H ldap://server).
> 
> If the new Attributes don't even show up in cn=subschema, something is
> wrong and you need to check your LDAP server configuration.

Thank you very much. The attributes do not show up in the schema viewer,
but do appear in the ldapsearch you mention. What I found, and what I
think my mistake is, is that I created the attributes but did not add
the attributes to the objectClass in the MUST section. I'm going to
add the attributes to the MUST section and cycle my slapd.

Mike

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to