~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to doc/krb425/Upgrading-Application-Servers.html

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html lang="en">
2
 
<head>
3
 
<title>Upgrading to Kerberos V5 from Kerberos V4</title>
4
 
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="Upgrading to Kerberos V5 from Kerberos V4">
6
 
<meta name="generator" content="makeinfo 4.5">
7
 
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8
 
</head>
9
 
<body>
10
 
<div class="node">
11
 
<p>
12
 
Node:<a name="Upgrading%20Application%20Servers">Upgrading Application Servers</a>,
13
 
Next:<a rel="next" accesskey="n" href="Upgrading-Client-machines.html#Upgrading%20Client%20machines">Upgrading Client machines</a>,
14
 
Previous:<a rel="previous" accesskey="p" href="Upgrading-KDCs.html#Upgrading%20KDCs">Upgrading KDCs</a>,
15
 
Up:<a rel="up" accesskey="u" href="index.html#Top">Top</a>
16
 
<hr><br>
17
 
</div>
18
 
 
19
 
<h2 class="chapter">Upgrading Application Servers</h2>
20
 
 
21
 
<p>Install Kerberos V5 on each application server, according to the
22
 
instructions in the Kerberos V5 Installation Guide, with the
23
 
following exceptions:
24
 
 
25
 
     <ul>
26
 
<li>In the file <code>/etc/services</code>, add or edit the lines described in the
27
 
Kerberos V5 Installation Guide, with the following exception:
28
 
 
29
 
     <p>in place of:
30
 
 
31
 
     <pre class="smallexample">          kerberos      88/udp    kdc    # Kerberos V5 KDC
32
 
          kerberos      88/tcp    kdc    # Kerberos V5 KDC
33
 
          </pre>
34
 
 
35
 
     <p>add instead:
36
 
 
37
 
     <pre class="smallexample">          kerberos-sec  88/udp    kdc    # Kerberos V5 KDC
38
 
          kerberos-sec  88/tcp    kdc    # Kerberos V5 KDC
39
 
          </pre>
40
 
 
41
 
     </p><li>Convert your Kerberos V4 srvtab file to Kerberos V5 keytab file as
42
 
follows:
43
 
 
44
 
     <pre class="smallexample">          <b>#</b> /usr/local/sbin/ktutil
45
 
          <b>ktutil:</b>  rst /etc/krb-srvtab
46
 
          <b>ktutil:</b>  wkt /etc/krb5.keytab
47
 
          <b>ktutil:</b>  q
48
 
          <b>#</b>
49
 
          </pre>
50
 
     </ul>
51
 
 
52
 
</body></html>
53