YaST2 Developers Documentation: Network/YPServer



functions
files
intro

Network/YPServer

slaves.ycp
YPServer module.
YPServer module part.

Imports

  • Address
  • Label
  • NisServer
  • Popup
  • Wizard

Includes

  • nis_server/routines.ycp

Local Functions

local ChooseHostName (list<string> hosts) -> string

Give me one name from the list of hosts

Parameters:
hosts list of hosts
Return value:
hostname or nil

local YPSlavePopup (string slave) -> string

Popup for editing a slaver server hostname

Parameters:
slave hostname
Return value:
hostname or nil if canceled

local MastersSlavesDialog () -> symbol

Slaves dialog

Return value:
`back, `abort or `next

YaST2 Developers Documentation