diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/rst_source/krb_admins/admin_commands/kadmin_local.rst | 13 | ||||
| -rw-r--r-- | doc/rst_source/krb_admins/conf_files/kdc_conf.rst | 7 |
2 files changed, 17 insertions, 3 deletions
diff --git a/doc/rst_source/krb_admins/admin_commands/kadmin_local.rst b/doc/rst_source/krb_admins/admin_commands/kadmin_local.rst index ec90cff39..c8a08eba0 100644 --- a/doc/rst_source/krb_admins/admin_commands/kadmin_local.rst +++ b/doc/rst_source/krb_admins/admin_commands/kadmin_local.rst @@ -584,8 +584,7 @@ get_strings **get_strings** *principal* -Displays string attributes on *principal*. String attributes are used -to supply per-principal configuration to some KDC plugin modules. +Displays string attributes on *principal*. This command requires the **inquire** privilege. @@ -600,7 +599,15 @@ set_string **set_string** *principal* *key* *value* -Sets a string attribute on *principal*. +Sets a string attribute on *principal*. String attributes are used to +supply per-principal configuration to the KDC and some KDC plugin +modules. The following string attributes are recognized by the KDC: + +**session_enctypes** + Specifies the encryption types supported for session keys when the + principal is authenticated to as a server. See + :ref:`Encryption_and_salt_types` in :ref:`kdc.conf(5)` for a list + of the accepted values. This command requires the **modify** privilege. diff --git a/doc/rst_source/krb_admins/conf_files/kdc_conf.rst b/doc/rst_source/krb_admins/conf_files/kdc_conf.rst index a84c702f0..66f51dc75 100644 --- a/doc/rst_source/krb_admins/conf_files/kdc_conf.rst +++ b/doc/rst_source/krb_admins/conf_files/kdc_conf.rst @@ -269,6 +269,13 @@ subsection: listed in **host_based_services**. ``no_host_referral = *`` will disable referral processing altogether. +**des_crc_session_supported** + (Boolean value). If set to true, the KDC will assume that service + principals support des-cbc-crc for session key enctype negotiation + purposes. If **allow_weak_crypto** in :ref:`libdefaults` is + false, or if des-cbc-crc is not a permitted enctype, then this + variable has no effect. Defaults to true. + **reject_bad_transit** (Boolean value.) If set to true, the KDC will check the list of transited realms for cross-realm tickets against the transit path |
