Revision 20273,
724 bytes
checked in by zacheiss, 21 years ago
(diff) |
Add ksrvutil script describing its replacement.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # $Id: ksrvutil.sh,v 1.1 2004-03-14 22:37:29 zacheiss Exp $ |
---|
3 | |
---|
4 | cat >&2 <<'EOM' |
---|
5 | |
---|
6 | ksrvutil has been replaced with the command 'k5srvutil'. k5srvutil |
---|
7 | supports many of the same command line options as ksrvutil, including |
---|
8 | the 'change' command. For more information on using k5srvutil, type |
---|
9 | 'man k5srvutil'. |
---|
10 | |
---|
11 | In order to use k5srvutil, you must convert your srvtab into a |
---|
12 | Kerberos 5 keytab. To do this, run the command 'ktconvert' while |
---|
13 | logged in as root. This will convert /etc/athena/srvtab into a |
---|
14 | Kerberos 5 keytab located at /etc/krb5.keytab. /etc/athena/srvtab |
---|
15 | will be removed if the conversion is successful. |
---|
16 | |
---|
17 | If you need assistance, contact Athena On-Line Consulting by running |
---|
18 | the command 'olc'. |
---|
19 | |
---|
20 | EOM |
---|
21 | |
---|
22 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.