Skip to content

Commit

Permalink
Document param expansion for keytab/ccache names
Browse files Browse the repository at this point in the history
The DEFCCNAME, DEFCKTNAME and DEFKTNAME configuration options are
subjects to parameter expansion.  Also note that this feature
was first introduced in release 1.11.

ticket: 7472
tags: pullup
target_version: 1.11
  • Loading branch information
tsitkov committed Nov 29, 2012
1 parent 4a33485 commit 59be40c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/admin/conf_files/krb5_conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,9 @@ PKINIT krb5.conf options
Parameter expansion
-------------------

Several variables, such as **default_keytab_name**, allow parameters
to be expanded. Valid parameters are:
Starting with release 1.11, several variables, such as
**default_keytab_name**, allow parameters to be expanded.
Valid parameters are:

================= ===================================================
%{TEMP} Temporary directory
Expand Down
8 changes: 6 additions & 2 deletions doc/build/options2configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ Most commonly used options
**-**\ **-enable-dns-for-realm**
Enable the use of DNS to look up a host's Kerberos realm,
if the information is not provided in
:ref:`krb5.conf(5)`. See
:ref:`mapping_hostnames`
:ref:`krb5.conf(5)`. See :ref:`mapping_hostnames`
for information about using DNS to determine the default realm.
DNS lookups for realm names are disabled by default.

Expand Down Expand Up @@ -120,12 +119,17 @@ Environment variables

**DEFCCNAME=**\ *ccachename*
Override the built-in default credential cache name.
For example, ``DEFCCNAME=DIR:/var/run/user/%{USERID}/ccache``
See :ref:`parameter_expansion` for information about supported
parameter expansions.

**DEFCKTNAME=**\ *keytabname*
Override the built-in default client keytab name.
The format is the same as for *DEFCCNAME*.

**DEFKTNAME=**\ *keytabname*
Override the built-in default keytab name.
The format is the same as for *DEFCCNAME*.

**LD=**\ *LINKER*
Use *LINKER* as the default loader if it should be different from
Expand Down

0 comments on commit 59be40c

Please sign in to comment.