YaST2 Developers Documentation: Configuration of kerberos-client

Configuration of kerberos-client

clients/kerberos-client_auto.ycp
Client for autoinstallation

This module has an unstable interface.

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

  • Kerberos
  • Progress

Includes

  • kerberos-client/wizards.ycp

Info:

Parameters:
first a map of kerberos-client settings
Return value:
edited settings or an empty map if canceled
Example
 map mm = $[ "FAIL_DELAY" : "77" ];
 map ret = WFM::CallModule ("kerberos-client_auto", [ mm ]);
Info:

Return if configuration was changed return boolean

Info:

Set modified flag return boolean