summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-11-30 06:27:34 -0500
committerSimo Sorce <simo@redhat.com>2016-12-01 05:46:15 -0500
commit64b4fcf525abc4c1b08e67cb054a6b4ccdef8a08 (patch)
tree1288ef05171382a356301e0c1eb8b453cf3df45e
parent33ba08354e2637ef0f3d76f285f07f44783709ac (diff)
downloadmod_auth_gssapi-64b4fcf525abc4c1b08e67cb054a6b4ccdef8a08.tar.gz
mod_auth_gssapi-64b4fcf525abc4c1b08e67cb054a6b4ccdef8a08.tar.xz
mod_auth_gssapi-64b4fcf525abc4c1b08e67cb054a6b4ccdef8a08.zip
Add docs for new GssapiDelegCcachePerms option
Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Isaac Boukris <iboukris@gmail.com> Closes #113
-rw-r--r--README32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
index 755015e..e06f2f0 100644
--- a/README
+++ b/README
@@ -326,3 +326,35 @@ delegation, for example with the option +ok_to_auth_as_delegate.
- **Enable with:** GssapiImpersonate On
- **Default:** GssapiImpersonate Off
+
+
+### GssapiDelegCcachePerms
+
+This option is used to set alternative ownership and permission for delegated
+ccache files stored in the GssapiDelegCcacheDir location. It is a multivalue
+configuration directive that can accept the following three settings:
+- mode
+- uid
+- gid
+If a setting is not present the relative file property will not be modified and
+the default owners and/or mode will be retained.
+
+#### mode
+ This option allows to set the file mode, the format used is a numeric mode
+ with the same semantics of the chmod unix command for mapping numbers to
+ permissions.
+
+#### uid
+ A user id number or name, an attempt to change the user owner of the file
+ to the uid number specified will be made. If a user name has been
+ specified, it will be resolved at startup time and the user's id number
+ stored internally for all subsequent operations.
+
+#### gid
+ A group id number or name, an attempt to change the group owner of the
+ file to the gid number specified will be made. If a group name has been
+ specified, it will be resolved at startup time and the group's id number
+ stored internally for all subsequent operations.
+
+#### Example
+ GssapiDelegCcachePerms mode:0660 gid:webuiworkers