YaST2 Developers Documentation: Configuration of samba-client

Configuration of samba-client

clients/samba-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

  • Progress
  • Progress
  • Samba

Includes

  • samba-client/wizards.ycp

Info:

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

Return if configuration was changed return boolean

Info:

Set modified flag return boolean