YaST2 Developers Documentation: Configuration of nisServer



functions
files
intro

Configuration of nisServer

include/nis_server/dialogs.ycp
Dialogs definitions

Imports

  • Label
  • NisServer
  • Popup
  • Require
  • Wizard

Includes

  • nis_server/details.ycp
  • nis_server/maps.ycp
  • nis_server/master.ycp
  • nis_server/securenets.ycp
  • nis_server/slave.ycp
  • nis_server/slaves.ycp
  • nis_server/what.ycp

Local Functions

local ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise

local WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise

local FinishPopup () -> symbol

Popup to confirm after finish is pressed

Return value:
`yes or `back

local ExitPopup () -> symbol

Popup to confirm vhen exitting without saving

Return value:
`exit or `back

local DetailsPopup () -> symbol

Popup with details error

Return value:
`ok

local ResultPopup () -> symbol

Popup displaying configuration result

Return value:
`ok or `details

local InstallServer () -> symbol

Checks if the YP server package is installed and calls installation if not

Return value:
`master or `slave

YaST2 Developers Documentation