KSWITCH(SECTION) LOCAL KSWITCH(SECTION)
NAME
kswitch -- switch between default credential caches
SYNOPSIS
kswitch [-t type | --type=type] [-c cache | --cache=cache] [-p principal | --principal=principal] [-i | --interactive] [--version] [--help]
DESCRIPTION
Supported options:
-t type, --type=type
type of credential cache
-c cache, --cache=cache
name of credential cache to switch to
-p principal, --principal=principal
name of principal to switch to
-i, --interactive
interactive switching between credentials.
--version
print version
--help
OPERATING_SYSTEM Augusti 25, 2009 OPERATING_SYSTEM
Check Out this Related Man Page
KSWITCH(1) General Commands Manual KSWITCH(1)NAME
kswitch - switch primary credential cache
SYNOPSIS
kswitch {-c cachename | -p principal}
DESCRIPTION
kswitch makes the specified credential cache the primary cache for the collection, if a cache collection is available.
OPTIONS -c cachename directly specifies the credential cache to be made primary.
-p principal causes the cache collection to be searched for a cache containing credentials for principal. If one is found, that col-
lection is made primary.
ENVIRONMENT
kswitch uses the following environment variables:
KRB5CCNAME Location of the default Kerberos 5 credentials (ticket) cache, in the form type:residual. If no type prefix is present,
the FILE type is assumed. The type of the default cache may determine the availability of a cache collection; for
instance, a default cache of type DIR causes caches within the directory to be present in the collection.
FILES
/tmp/krb5cc_[uid] default location of Kerberos 5 credentials cache ([uid] is the decimal UID of the user).
SEE ALSO kinit(1), kdestroy(1), klist(1), kerberos(1)KSWITCH(1)
I guess the subject asks it all, but I am wondering (before I go and code a COBOL module) if conversion of regular ASCII data to COMP-3 is possible on a UNIX environment (AIX 5.1)? Any help would be appreciated! Thanks, Dave (13 Replies)
Hi all,
i am porting a system, that used to manipulate memory across processes using an interrupt handler - which means that upon return from the interrupt handler the memory change would be finished. I am trying to simulate this using signals on Linux 2.6.2x.
What i would like to know is... (1 Reply)
Hi,
in this forum I was able to find a logic written by perderabo to write packed decimals. the code works fine. However, I would want to convert it to a c program. so as to do that I am not able to understand the below mentioned logic. Can someone please help me understand that?
if... (0 Replies)
Upon opening Terminal I get the following message:
-bash: /usr/bin/manpath: No such file or directory
-bash: /usr/bin/perl: No such file or directory
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
I searched... (9 Replies)