]> sipb.mit.edu Git - snippets/.git/blob - kerberos/kdo/README
Added set volume script
[snippets/.git] / kerberos / kdo / README
1 kdo is a series of shell functions for dealing with multiple Kerberos
2 on Mac OS X.
3
4 Add the contents of bashrc to your .bashrc file. To run a command with
5 a different set of credentials from your default, run (e.g.)
6
7   kdo broder/root aklog
8
9 If you don't currently have credentials for the principal you specify,
10 you'll be prompted for the password.
11
12 kdo by default gets nonforwardable tickets with a 15 minute lifetime,
13 renewable for 60 minutes; you can change the kinit_args variable in
14 kdo if you want to change these defaults.
15
16 kdo doesn't behave well if you don't already have tickets of some
17 form.
18
19 This snippet also provides krootssh, which is a convenience function
20 for using your root instance tickets to ssh into another machine.