YaST2 Developers Documentation: Configuration of samba-server



functions
files
intro

Configuration of samba-server

modules/SambaServerWidgets.ycp
Widgets used by SAMBA server configuration

Imports

  • Label
  • Ldap
  • LogView
  • Popup
  • Report
  • SambaServer
  • SambaServerPassdb
  • TablePopup
  • URL

Includes

  • samba-server/helps.ycp
  • samba-server/routines.ycp
  • samba-server/samba-options-global.ycp
  • samba-server/samba-options-local.ycp

Global Variables

Global Functions

global shareToEdit -> string

A share name do be editted in the Edit share dialog

global widgets -> map

Map of widgets for CWM

global ShareEditContents (map descr) -> list

Function for getting contents of the default host table

Parameters:
descr map description map of the table
Return value:
of items for the table

global ShareEditEntryDelete (any opt_id, string opt_key) -> boolean

Delete function of the global table

Parameters:
opt_id any option id of selected option
opt_key any option key of selected option
Return value:
true if was really deleted

global ShareEditPopupInit (any opt_id, string opt_key) -> void

Fallback initialization function of a table entry / popup

Parameters:
opt_id any option id
opt_key any option key

global ShareEditPopupStore (any opt_id, string opt_key, map event) -> void

Fallback store function of a table entry / popup

Parameters:
opt_id any option id
opt_key any option key
event

global ShareEditSummary (any opt_id, string opt_key) -> string

Fallback summary function of a table entry / popup

Parameters:
opt_id any option id
opt_key any option key
Return value:
value of the option

global GlobalSettingsContents (map descr) -> list

Function for getting contents of the default host table

Parameters:
descr map description map of the table
Return value:
of items for the table

global GlobalSettingsEntryDelete (any opt_id, string opt_key) -> boolean

Delete function of the global table

Parameters:
opt_id any option id of selected option
opt_key any option key of selected option
Return value:
true if was really deleted

global GlobalSettingsPopupInit (any opt_id, string opt_key) -> void

Fallback initialization function of a table entry / popup

Parameters:
opt_id any option id
opt_key any option key

global GlobalSettingsPopupStore (any opt_id, string opt_key, map event) -> void

Fallback store function of a table entry / popup

Parameters:
opt_id any option id
opt_key any option key
event

global GlobalSettingsSummary (any opt_id, string opt_key) -> string

Fallback summary function of a table entry / popup

Parameters:
opt_id any option id
opt_key any option key
Return value:
value of the option

YaST2 Developers Documentation