From: Robbie Harwood Date: Wed, 6 Mar 2019 23:01:50 +0000 (-0500) Subject: Document the double-colon behavior of DIR ccaches X-Git-Tag: krb5-1.18-beta1~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba6e02a7b96ddd15dde01db0f9aff3d65773a8e;p=thirdparty%2Fkrb5.git Document the double-colon behavior of DIR ccaches ticket: 8789 (new) tags: pullup target_version: 1.17-next --- diff --git a/doc/basic/ccache_def.rst b/doc/basic/ccache_def.rst index d147f0d7aa..53542adde9 100644 --- a/doc/basic/ccache_def.rst +++ b/doc/basic/ccache_def.rst @@ -51,6 +51,13 @@ library. requirement is for parent directory to exist and the current process must have permissions to create the directory if it does not exist. See :ref:`col_ccache` for details. New in release 1.10. + The following residual forms are supported: + + * DIR:dirname + * DIR::dirpath/filename - a single cache within the directory + + Switching to a ccache of the latter type causes it to become the + primary for the directory. #. **FILE** caches are the simplest and most portable. A simple flat file format is used to store one credential after another. This is