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 - Deprecated variant to ReadKrb5ConfValue
ReadKrb5ConfValue - Reads the item value from the /etc/krb5.conf via ini agent If the item doesn't exist, returns the default value
ReadKrb5ConfValues - Reads the item values from the /etc/krb5.conf via ini agent If the item doesn't exist, returns the default value
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
ValidateTimeEntries - Validation function for time-related values
Write - Saves Kerberos configuration. (No parameters because it is too short to abort)
WriteFile - Deprecated variant to WriteKrb5ConfValue
WriteKrb5ConfValue - Write the item value to /etc/krb5.conf Do not write anything for empty and nil values
WriteKrb5ConfValues - Write list of values for given key to /etc/krb5.conf Do not write anything for empty and nil values
WriteKrb5ConfValuesAsString - Write (possible) multiple values of given key to /etc/krb5.conf
List of Global Variables
ExpertSettings - map with the settings configurable in the expert tabs
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
Deprecated variant to ReadKrb5ConfValue
Function parameters
path path_to_value
string def_value
Return value
string
Reads the item value from the /etc/krb5.conf via ini agent If the item doesn't exist, returns the default value
Function parameters
path path_to_value
string def_value
Return value
string - the value
Reads the item values from the /etc/krb5.conf via ini agent If the item doesn't exist, returns the default value
Function parameters
path path_to_value
string def_value
Return value
list<string> - string the values for given key
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>
Validation function for time-related values
Function parameters
string key
string val
Return value
boolean
Saves Kerberos configuration. (No parameters because it is too short to abort)
Return value
boolean - true on success
Deprecated variant to WriteKrb5ConfValue
Function parameters
path path_to_value
string value
Return value
boolean
Write the item value to /etc/krb5.conf Do not write anything for empty and nil values
Function parameters
path path_to_value
string value
Return value
boolean - false when nothing was written, success of write otherwise
Write list of values for given key to /etc/krb5.conf Do not write anything for empty and nil values
Function parameters
path path_to_value
list<string> values
Return value
boolean - false when nothing was written, success of write otherwise