From: Cox, T. (NCI) <tc...@ma...> - 2002-01-28 13:32:16
|
Good morning all, I have a CGI program that lets an administrator search for users using the Net::LDAP module. The psudeo code is: 1) Enter a string to search on (e.g. cox*) 2) Return the result in a pick box. 3) Re-draw the form with two tables; One with the current attribute values of the user selected, the other with text fields to change the values. 4) Foreach text field that has a new value change the value. The problem with my program is around step two. I can get the pick box to display the search results but I am having difficulty selecting the values for the one DN that was selected by the administrator and passing the current values to the first table. I have tried building a hash of hashes while processing my search results to store and pick later but I haven't had much luck. Does anyone have any thoughts on a multi-form CGI using Net::LDAP? Todd Cox National Cancer Institute Rockville, MD |