source: trunk/packs/glue/ksrvutil.sh @ 20273

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
4cat >&2 <<'EOM'
5
6ksrvutil has been replaced with the command 'k5srvutil'.  k5srvutil
7supports many of the same command line options as ksrvutil, including
8the 'change' command.  For more information on using k5srvutil, type
9'man k5srvutil'.
10
11In order to use k5srvutil, you must convert your srvtab into a
12Kerberos 5 keytab.  To do this, run the command 'ktconvert' while
13logged in as root.  This will convert /etc/athena/srvtab into a
14Kerberos 5 keytab located at /etc/krb5.keytab.  /etc/athena/srvtab
15will be removed if the conversion is successful.
16
17If you need assistance, contact Athena On-Line Consulting by running
18the command 'olc'.
19
20EOM
21
22exit 0
Note: See TracBrowser for help on using the repository browser.