File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -326,3 +326,35 @@ delegation, for example with the option +ok_to_auth_as_delegate.
326326
327327- **Enable with:** GssapiImpersonate On
328328- **Default:** GssapiImpersonate Off
329+
330+
331+ ### GssapiDelegCcachePerms
332+
333+ This option is used to set alternative ownership and permission for delegated
334+ ccache files stored in the GssapiDelegCcacheDir location. It is a multivalue
335+ configuration directive that can accept the following three settings:
336+ - mode
337+ - uid
338+ - gid
339+ If a setting is not present the relative file property will not be modified and
340+ the default owners and/or mode will be retained.
341+
342+ #### mode
343+ This option allows to set the file mode, the format used is a numeric mode
344+ with the same semantics of the chmod unix command for mapping numbers to
345+ permissions.
346+
347+ #### uid
348+ A user id number or name, an attempt to change the user owner of the file
349+ to the uid number specified will be made. If a user name has been
350+ specified, it will be resolved at startup time and the user's id number
351+ stored internally for all subsequent operations.
352+
353+ #### gid
354+ A group id number or name, an attempt to change the group owner of the
355+ file to the gid number specified will be made. If a group name has been
356+ specified, it will be resolved at startup time and the group's id number
357+ stored internally for all subsequent operations.
358+
359+ #### Example
360+ GssapiDelegCcachePerms mode:0660 gid:webuiworkers
You can’t perform that action at this time.
0 commit comments