Skip to content

Commit

Permalink
Document "first introduced version" in conf files
Browse files Browse the repository at this point in the history
For the config options that were introduced starting from release 1.9,
specify the release number.
  • Loading branch information
tsitkov committed Jan 7, 2013
1 parent a9ee4a0 commit c49259f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 5 additions & 4 deletions doc/admin/conf_files/kdc_conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ For each realm, the following tags may be specified:
(Delta time string.) Specifies the amount of time to wait for a
full propagation to complete. This is optional in configuration
files, and is used by slave KDCs only. The default value is 5
minutes (``5m``).
minutes (``5m``). First introduced in release 1.11.

**iprop_logfile**
(File name.) Specifies where the update log file for the realm
Expand Down Expand Up @@ -283,6 +283,7 @@ For each realm, the following tags may be specified:
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.
First introduced in release 1.11.

**reject_bad_transit**
(Boolean value.) If set to true, the KDC will check the list of
Expand Down Expand Up @@ -311,7 +312,7 @@ For each realm, the following tags may be specified:
than the realm's ticket-granting service. This option allows
anonymous PKINIT to be enabled for use as FAST armor tickets
without allowing anonymous authentication to services. The
default value is false.
default value is false. First introduced in release 1.9.

**supported_enctypes**
(List of *key*:*salt* strings.) Specifies the default key/salt
Expand Down Expand Up @@ -373,14 +374,14 @@ the subsection:
preauthentication. Setting this flag may improve performance.
(Principal entries which do not require preauthentication never
update the "Last successful authentication" field.). First
introduced in version 1.9.
introduced in release 1.9.

**disable_lockout**
If set to ``true``, suppresses KDC updates to the "Last failed
authentication" and "Failed password attempts" fields of principal
entries requiring preauthentication. Setting this flag may
improve performance, but also disables account lockout. First
introduced in version 1.9.
introduced in release 1.9.

**ldap_conns_per_server**
This LDAP-specific tag indicates the number of connections to be
Expand Down
7 changes: 5 additions & 2 deletions doc/admin/conf_files/krb5_conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,13 @@ The libdefaults section may contain any of the following relations:
**default_ccache_name**
This relation specifies the name of the default credential cache.
The default is |ccache|. This relation is subject to parameter
expansion (see below).
expansion (see below). First introduced in release 1.11.

**default_client_keytab_name**
This relation specifies the name of the default keytab for
obtaining client credentials. The default is |ckeytab|. This
relation is subject to parameter expansion (see below).
First introduced in release 1.11.

**default_keytab_name**
This relation specifies the default keytab name to be used by
Expand Down Expand Up @@ -219,7 +220,7 @@ The libdefaults section may contain any of the following relations:
(if given). This option can improve the administrative
flexibility of server applications on multihomed hosts, but could
compromise the security of virtual hosting environments. The
default value is false.
default value is false. First introduced in release 1.10.

**k5login_authoritative**
If this flag is true, principals must be listed in a local user's
Expand Down Expand Up @@ -635,6 +636,8 @@ modules and to turn modules on and off. Not every krb5 pluggable
interface uses the [plugins] section; the ones that do are documented
here.

First introduced in release 1.9.

Each pluggable interface corresponds to a subsection of [plugins].
All subsections support the same tags:

Expand Down

0 comments on commit c49259f

Please sign in to comment.