Configuration of kerberos-client |
modules/Kerberos.ycp |
Data for configuration of kerberos-client, i/o functions. |
|
|
Representation of the configuration of kerberos-client.
Input and output routines.
Imports
- Label
- Mode
- PamSettings
- Popup
- Progress
- Require
- Runlevel
- Summary
Global Variables
Global Functions
|
|
|
global required_packages -> list<string>
|
|
Required packages for this module to operate
global Modified () -> boolean
|
|
Data was modified?
- Return value:
global Import (map settings) -> boolean
|
|
Get all the Kerberos configuration from a map.
- Parameters:
- Return value:
Dump the Kerberos settings to a map, for autoinstallation use.
- Return value:
global ReadFile (path path_to_value, string def_value) -> string
|
|
Reads the item value from the /etc/krb5.conf via ini agent
If the item doesn't exist, returns empty string (not nil)
- Parameters:
path_to_value |
path for agent (.etc.krb5_conf) |
def_value |
|
- Return value:
global FileExists (string path_to_file) -> boolean
|
|
Check for file existence
- Parameters:
- Return value:
global Read () -> boolean
|
|
Reads Kerberos settings from the SCR
- Return value:
global Write () -> boolean
|
|
Saves Kerberos configuration.
(No parameters because it is too short to abort)
- Return value:
global Summary () -> list
|
|
Create a textual summary
- Return value:
|
summary of the current configuration |
global ShortSummary () -> string
|
|
Create a short textual summary
- Return value:
|
summary of the current configuration |
global AutoPackages () -> map
|
|
Return required packages for auto-installation
- Return value:
|
of packages to be installed and to be removed |
|