YaST2 Developers Documentation: Configuration of samba-server



functions
files
intro

Configuration of samba-server

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

Imports

  • CommandLine
  • Popup
  • Report
  • Require
  • Samba
  • SambaServer
  • SambaServerPassdb

Includes

  • samba-server/routines.ycp
  • samba-server/wizards.ycp

Info:

Command line "share" commands handler.

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

Info:

Command line "list" command handler.

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

Info:

Command line "backend" command handler.

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

Info:

Command line "role" command handler.

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

Info:

Command line "service" command handler.

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

Info:

Command line "configure" command handler.

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

YaST2 Developers Documentation