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
map with the settings configurable in the expert tabs
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 values from the /etc/krb5.conf via ini agent If the item doesn't exist, returns the default value
- Parameters:
-
path_to_value path for agent (.etc.krb5_conf) def_value default value for the key (path)
- Return value:
-
string the values for given key
Reads the item value from the /etc/krb5.conf via ini agent If the item doesn't exist, returns the default value
- Parameters:
-
path_to_value path for agent (.etc.krb5_conf) def_value default value for the key (path)
- Return value:
-
the value
This function is deprecated.
Deprecated variant to ReadKrb5ConfValue
- Parameters:
-
path_to_value def_value
Write list of values for given key to /etc/krb5.conf Do not write anything for empty and nil values
- Parameters:
-
path_to_value path for agent (.etc.krb5_conf) values
- Return value:
-
false when nothing was written, success of write otherwise
Write (possible) multiple values of given key to /etc/krb5.conf
- Parameters:
-
path_to_value values values separated by spaces
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
This function is deprecated.
Deprecated variant to WriteKrb5ConfValue
- Parameters:
-
path_to_value value
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 the list of packages for kerberos configuration
Return required packages for auto-installation
- Return value:
-
of packages to be installed and to be removed
Validation function for time-related values
- Parameters:
-
key val