
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
- SambaBackend
- SambaConfig
- SambaRole
- SambaServer
- SambaService
Includes
Local Functions
|
|
|
|
local ShareHandler (map<string,string> options) -> boolean
|
|
Command line "share" commands handler.
- Parameters:
|
options |
map of options from command line |
- Return value:
|
local ListHandler (map <string,string> options) -> boolean
|
|
Command line "list" command handler.
- Parameters:
|
options |
map of options from command line |
- Return value:
|
local BackendHandler (map<string,string> options) -> boolean
|
|
Command line "backend" command handler.
- Parameters:
|
options |
map of options from command line |
- Return value:
|
local RoleHandler (map<string,string> options) -> boolean
|
|
Command line "role" command handler.
- Parameters:
|
options |
map of options from command line |
- Return value:
|
local SambaServerEnableHandler (map<string,string> options) -> boolean
|
|
Command line "service" command handler.
- Parameters:
|
options |
map of options from command line |
- Return value:
|
local ChangeConfiguration (map<string,string> options) -> boolean
|
|
Command line "configure" command handler.
- Parameters:
|
options |
map of options from command line |
- Return value:
|