YaST2 Developers Documentation: Configuration of samba-server

Configuration of samba-server

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

This module has an unstable interface.

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

Imports

  • CommandLine
  • Popup
  • Report
  • SambaBackend
  • SambaConfig
  • SambaRole
  • SambaServer
  • SambaService

Includes

  • samba-server/wizards.ycp

Local Functions

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

Command line "share" commands handler.

Parameters:
options map of options from command line
Return value:
true on success
local ListHandler (map <string,string> options) -> boolean

Command line "list" command handler.

Parameters:
options map of options from command line
Return value:
true on success
local BackendHandler (map<string,string> options) -> boolean

Command line "backend" command handler.

Parameters:
options map of options from command line
Return value:
true on success
local RoleHandler (map<string,string> options) -> boolean

Command line "role" command handler.

Parameters:
options map of options from command line
Return value:
true on success
local SambaServerEnableHandler (map<string,string> options) -> boolean

Command line "service" command handler.

Parameters:
options map of options from command line
Return value:
true on success
local ChangeConfiguration (map<string,string> options) -> boolean

Command line "configure" command handler.

Parameters:
options map of options from command line
Return value:
true on success