YaST2 Developers Documentation: Configuration of kerberos-client



functions
files
intro

Configuration of kerberos-client

clients/kerberos.ycp
Main file
Main file for kerberos-client configuration. Uses all other files.

Imports

  • CommandLine
  • Kerberos
  • Report
  • Require
  • RichText
  • Wizard

Includes

  • kerberos-client/wizards.ycp

Local Functions

local KerberosEnableHandler (map<string,string> options) -> boolean

Enable or disable Kerberos authentication

Parameters:
options a list of parameters passed as args
Return value:
true on success

local KerberosSummaryHandler (map options) -> boolean

Print summary of basic options

Parameters:
options
Return value:
false

local KerberosChangeConfiguration (map options) -> boolean

Change basic configuration of Kerberos client (server, realm, domain)

Parameters:
options a list of parameters passed as args
Return value:
true on success

YaST2 Developers Documentation