YaST2 Developers Documentation: Configuration of kerberos-client



functions
files
intro

Configuration of kerberos-client

include/kerberos-client/dialogs.ycp
Dialogs definitions

Imports

  • IP
  • Kerberos
  • Label
  • Mode
  • Popup
  • Report
  • Require
  • Wizard

Local Functions

local ReallyAbort () -> symbol

The dialog that appears when the [Abort] button is pressed.

Return value:
`abort if user really wants to abort, `back otherwise

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 ConfigureDialog () -> symbol

Dialog for configuring Kerberos client (values in /etc/krb5.conf)

Return value:
dialog result

local AdvancedDialog () -> symbol

Kerberos advanced configuration

Return value:
dialog result

YaST2 Developers Documentation