Data for configuration of kerberos-client, i/o functions.
List of Global Functions
AutoPackages - Return required packages for auto-installation
Export - Dump the Kerberos settings to a map, for autoinstallation use.
Import - Get all the Kerberos configuration from a map.
Modified - Data was modified?
Read - Reads Kerberos settings from the SCR
ReadFile - Reads the item value from the /etc/krb5.conf via ini agent If the item doesn't exist, returns empty string (not nil)
ShortSummary - Create a short textual summary
Summary - Create a textual summary
UpdatedArchPackages - Return list of architecture specific packages (derived from package list given as parameter) merged with the packages in parameter
Write - Saves Kerberos configuration. (No parameters because it is too short to abort)
WriteFile - Write the item value to /etc/krb5.conf Do not write anything for empty and nil values
List of Global Variables
required_packages - Required packages for this module to operate
Return required packages for auto-installation
Return value
map - of packages to be installed and to be removed
Dump the Kerberos settings to a map, for autoinstallation use.
Return value
map - with settings
Get all the Kerberos configuration from a map.
Function parameters
map settings
Return value
boolean - success
Reads the item value from the /etc/krb5.conf via ini agent If the item doesn't exist, returns empty string (not nil)
Function parameters
path path_to_value
string def_value
Return value
string - the value
Create a short textual summary
Return value
string - summary of the current configuration
Return list of architecture specific packages (derived from package list given as parameter) merged with the packages in parameter
Function parameters
list<string> packages
Return value
list<string>
Saves Kerberos configuration. (No parameters because it is too short to abort)
Return value
boolean - true on success