YaST2 Developers Documentation: Configuration of ca-management



functions
files
intro

Configuration of ca-management

clients/ca-management_auto.ycp
Client for autoinstallation
This is a client for autoinstallation. It takes its arguments, goes through the configuration and return the setting. Does not do any changes to the configuration.

Imports

  • CaMgm
  • CaMgm
  • Progress
  • Progress
  • Report
  • Users

Includes

  • ca-management/new_cert_read_write.ycp
  • ca-management/wizards.ycp

Info:

Parameters:
function to execute @param map/list of ca-management settings
Return value:
edited settings, Summary or boolean on success depending on called function
Example:
  map mm = $[ "FAIL_DELAY" : "77" ];
  map ret = WFM::CallFunction ("ca-management_auto", [ "Summary", mm ]);

Info:

Autoyast configuration of ca-management For use with autoinstallation.

Return value:
sequence result

Info:

Get all ca-management settings from the first parameter (For use by autoinstallation.)

Parameters:
settings The YCP structure to be imported.
Return value:
True on success

Info:

Dump the ca-management settings to a single map (For use by autoinstallation.)

Return value:
Dumped settings (later acceptable by Import ())

Info:

Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

Return value:
with 2 lists.

Info:

Create a textual summary and a list of unconfigured cards

Return value:
summary of the current configuration

Info:

Write all ca-management settings

Return value:
true on success

YaST2 Developers Documentation