YaST2 Developers Documentation: Configuration of samba-client

Configuration of samba-client

clients/samba-client.ycp
Main file
  • Stanislav Visnovsky

This module has an unstable interface.

Main file for samba-client configuration. Uses all other files.

Imports

  • CommandLine
  • Popup
  • Report
  • Samba
  • SambaAD
  • SambaNetJoin

Includes

  • samba-client/wizards.ycp

Local Functions

local WinbindEnableHandler (map<string,string> options) -> boolean

Enable or disable winbind service (high-level)

Parameters:
options a list of parameters passed as args
Return value:
true on success
local DomainMemberHandler (map<string, any> options) -> boolean

Check domain membership.

Parameters:
options a list of parameters passed as args
Return value:
true on success
local JoinDomainHandler (map <string, any> options) -> boolean

Join a domain.

Parameters:
options a list of parameters passed as args
Return value:
true on success
local ChangeConfiguration (map<string, any> options) -> boolean

Change workgroup name.

Parameters:
options a list of parameters passed as args
Return value:
true on success