ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
KSWITCH(1) KSWITCH(1) NAME kswitch - set the Kerberos system default credentials cache SYNOPSIS kswitch [-c cache_name | -p principal_name] DESCRIPTION The kswitch utility sets the user's system default credentials cache either from a credentials cache name or a principal name. kswitch will set the system default cache for both Kerberos 4 and Kerberos 5. OPTIONS -c cache_name set cache_name to the system default cache. This option cannot be combined with -p. -p principal_name set the first cache containing tickets for principal principal_name to the system default cache. principal_name should be in the Kerberos 5 principal format. This option cannot be combined with -c. SEE ALSO kinit(1), klist(1), kpasswd(1), kdestroy(1) KSWITCH(1) |
|