Configuration of kerberos-client |
modules/Kerberos.ycp |
Data for configuration of kerberos-client, i/o functions. | |
|
|
This module has an unstable interface. |
Representation of the configuration of kerberos-client.
Input and output routines.
Imports
Global VariablesGlobal Functions |
Required packages for this module to operate
Data was modified?
- Return value:
-
true if modified
Get all the Kerberos configuration from a map.
- Parameters:
-
settings imported map
- Return value:
-
success
Dump the Kerberos settings to a map, for autoinstallation use.
- Return value:
-
with settings
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:
-
the value
Write the item value to /etc/krb5.conf Do not write anything for empty and nil values
- Parameters:
-
path_to_value path for agent (.etc.krb5_conf) value
- Return value:
-
false when nothing was written, success of write otherwise
Reads Kerberos settings from the SCR
- Return value:
-
success
Saves Kerberos configuration. (No parameters because it is too short to abort)
- Return value:
-
true on success
Create a textual summary
- Return value:
-
summary of the current configuration
Create a short textual summary
- Return value:
-
summary of the current configuration
Return list of architecture specific packages (derived from package list given as parameter) merged with the packages in parameter
- Parameters:
-
packages
Return required packages for auto-installation
- Return value:
-
of packages to be installed and to be removed