From: Mark P. <mr...@ia...> - 2002-05-22 00:00:55
|
At 10:41 AM -0400 21/5/02, Cox, Todd (NCI) wrote: >I have a CGI script that does just what you want to do. I have a few cutom >attributes that I have put in our NDS tree that are a pain to modify with >the current too set. What I did to get around that (if I understand >correctly) is a hash map that has what I want to display on the form. The >key is the name I want to display and the value is the real LDAP value or >attribute. > It's not really what I want since I wanted to use the schema to tell the script what attributes were possible. Basically I am reading in the object I want to modify and then I am querying the schema for each of the objectClass's of the object and grabbing their attributes. This comes unstuck when the attribute names returned by the schema routine are different to the ones returned by search. Mark. |