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.

bye
Christian
-- 
Christian Marg                    mail  : mailto:[EMAIL PROTECTED]
Dezernat 2 TU Clausthal           web   : http://www.tu-clausthal.de
D-38678 Clausthal-Zellerfeld      fon   : 05323/72-2107
Germany                           jabber: [EMAIL PROTECTED]

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
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