Configuration of nis
|
nis.ycp
|
Main file
|
|
|
Configure ypclient via running SuSEconfig
Modify: /etc/rc.config
Imports
- CommandLine
- Nis
- PackageSystem
- RichText
Includes
Local Functions
|
|
|
- Parameters:
flag |
"screenshots"
- uses faked data (see Nis::Fake), enables running the module
as non-root. (Uses Mode::screen_shot().)
|
local NisChangeConfiguration (map options) -> boolean
|
|
Change basic configuration of NIS client
- Parameters:
options |
a list of parameters passed as args |
- Return value:
local NisEnableHandler (map options) -> boolean
|
|
Enable the NIS client
- Parameters:
options |
a list of parameters passed as args |
- Return value:
local NisDisableHandler (map options) -> boolean
|
|
Disable the NIS client
- Parameters:
options |
a list of parameters passed as args |
- Return value:
local NisFindServers (map options) -> boolean
|
|
Look for NIS servers in given domain and print them on stdout
- Parameters:
options |
a list of parameters passed as args |
- Return value:
local NisSummaryHandler (map options) -> boolean
|
|
Print summary of basic options
- Parameters:
- Return value:
|