
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:
local KerberosSummaryHandler (map options) -> boolean
|
|
Print summary of basic options
- Parameters:
- Return value:
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:
|