ksu -D does not work in the default build, so we should not document
it. Remove any mention of it from the usage message and from ksu.rst.
[ghudson@mit.edu: edited commit message; omit change to generated man
page]
(cherry picked from commit
f4e3e096af73254f208d0fc0632db12fc559e1ad)
ticket: 8318 (new)
version_fixed: 1.12.5
status: resolved
[ **-n** *target_principal_name* ]
[ **-c** *source_cache_name* ]
[ **-k** ]
-[ **-D** ]
[ **-r** time ]
[ **-pf** ]
[ **-l** *lifetime* ]
shell or a command (**-e** command). Without **-k**, ksu deletes
the target cache.
-**-D**
- Turn on debug mode.
-
**-z**
Restrict the copy of tickets from the source cache to the target
cache to only the tickets where client == the target principal
void usage (){
fprintf(stderr,
_("Usage: %s [target user] [-n principal] [-c source cachename] "
- "[-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] "
+ "[-k] [-r time] [-pf] [-l lifetime] [-zZ] [-q] "
"[-e command [args... ] ] [-a [args... ] ]\n"), prog_name);
}