Need a way to expose creation of RHNFREE slots to www.redhat.com. This will be called to enable the RH Desktop Evaluation program (rather than the current manual RHEL eval program). The call should provide the following fields: - username - product - start date - end date
on dev. Actual API is: procedure rhn.rhn_external_api.create_rhnfree_entitlement( login_in in varchar2, item_code_in in varchar2, quantity_in in number, start_date_active_in in date, end_date_active_in in date, return_flag out varchar2, return_msg out varchar2 ); return_flag will be 'S' or 'F' (success or failure). If it's 'F', an error message will be in return_msg.
Assume this is fixed. Closing this one out. Cliff.