1 | \input texinfo @c -*- texinfo -*-
|
---|
2 | @c %**start of header
|
---|
3 | @c $Id$
|
---|
4 | @setfilename heimdal.info
|
---|
5 | @settitle HEIMDAL
|
---|
6 | @iftex
|
---|
7 | @afourpaper
|
---|
8 | @end iftex
|
---|
9 | @c some sensible characters, please?
|
---|
10 | @tex
|
---|
11 | \input latin1.tex
|
---|
12 | @end tex
|
---|
13 | @setchapternewpage on
|
---|
14 | @syncodeindex pg cp
|
---|
15 | @c %**end of header
|
---|
16 |
|
---|
17 | @include vars.texi
|
---|
18 |
|
---|
19 | @set VERSION @value{PACKAGE_VERSION}
|
---|
20 | @set EDITION 1.0
|
---|
21 |
|
---|
22 | @ifinfo
|
---|
23 | @dircategory Security
|
---|
24 | @direntry
|
---|
25 | * Heimdal: (heimdal). The Kerberos 5 distribution from KTH
|
---|
26 | @end direntry
|
---|
27 | @end ifinfo
|
---|
28 |
|
---|
29 | @c title page
|
---|
30 | @titlepage
|
---|
31 | @title Heimdal
|
---|
32 | @subtitle Kerberos 5 from KTH
|
---|
33 | @subtitle Edition @value{EDITION}, for version @value{VERSION}
|
---|
34 | @subtitle 2008
|
---|
35 | @author Johan Danielsson
|
---|
36 | @author Love Hörnquist Ã
|
---|
37 | strand
|
---|
38 | @author Assar Westerlund
|
---|
39 |
|
---|
40 | @end titlepage
|
---|
41 |
|
---|
42 | @macro manpage{man, section}
|
---|
43 | @cite{\man\(\section\)}
|
---|
44 | @end macro
|
---|
45 |
|
---|
46 | @c Less filling! Tastes great!
|
---|
47 | @iftex
|
---|
48 | @parindent=0pt
|
---|
49 | @global@parskip 6pt plus 1pt
|
---|
50 | @global@chapheadingskip = 15pt plus 4pt minus 2pt
|
---|
51 | @global@secheadingskip = 12pt plus 3pt minus 2pt
|
---|
52 | @global@subsecheadingskip = 9pt plus 2pt minus 2pt
|
---|
53 | @end iftex
|
---|
54 | @ifinfo
|
---|
55 | @paragraphindent 0
|
---|
56 | @end ifinfo
|
---|
57 |
|
---|
58 | @ifnottex
|
---|
59 | @node Top, Introduction, (dir), (dir)
|
---|
60 | @top Heimdal
|
---|
61 | @end ifnottex
|
---|
62 |
|
---|
63 | This manual for version @value{VERSION} of Heimdal.
|
---|
64 |
|
---|
65 | @menu
|
---|
66 | * Introduction::
|
---|
67 | * What is Kerberos?::
|
---|
68 | * Building and Installing::
|
---|
69 | * Setting up a realm::
|
---|
70 | * Applications::
|
---|
71 | * Things in search for a better place::
|
---|
72 | * Kerberos 4 issues::
|
---|
73 | * Windows compatibility::
|
---|
74 | * Programming with Kerberos::
|
---|
75 | * Migration::
|
---|
76 | * Acknowledgments::
|
---|
77 | * Copyrights and Licenses::
|
---|
78 |
|
---|
79 | @detailmenu
|
---|
80 | --- The Detailed Node Listing ---
|
---|
81 |
|
---|
82 | Setting up a realm
|
---|
83 |
|
---|
84 | * Configuration file::
|
---|
85 | * Creating the database::
|
---|
86 | * Modifying the database::
|
---|
87 | * keytabs::
|
---|
88 | * Remote administration::
|
---|
89 | * Password changing::
|
---|
90 | * Testing clients and servers::
|
---|
91 | * Slave Servers::
|
---|
92 | * Incremental propagation::
|
---|
93 | * Encryption types and salting::
|
---|
94 | * Credential cache server - KCM::
|
---|
95 | * Cross realm::
|
---|
96 | * Transit policy::
|
---|
97 | * Setting up DNS::
|
---|
98 | * Using LDAP to store the database::
|
---|
99 | * Providing Kerberos credentials to servers and programs::
|
---|
100 | * Setting up PK-INIT::
|
---|
101 | * Debugging Kerberos problems::
|
---|
102 |
|
---|
103 | Applications
|
---|
104 |
|
---|
105 | * Authentication modules::
|
---|
106 | * AFS::
|
---|
107 |
|
---|
108 | Authentication modules
|
---|
109 |
|
---|
110 | * Digital SIA::
|
---|
111 | * IRIX::
|
---|
112 |
|
---|
113 | Kerberos 4 issues
|
---|
114 |
|
---|
115 | * Principal conversion issues::
|
---|
116 | * Converting a version 4 database::
|
---|
117 |
|
---|
118 | Windows compatibility
|
---|
119 |
|
---|
120 | * Configuring Windows to use a Heimdal KDC::
|
---|
121 | * Inter-Realm keys (trust) between Windows and a Heimdal KDC::
|
---|
122 | * Create account mappings::
|
---|
123 | * Encryption types::
|
---|
124 | * Authorisation data::
|
---|
125 | * Quirks of Windows 2000 KDC::
|
---|
126 | * Useful links when reading about the Windows::
|
---|
127 |
|
---|
128 | Programming with Kerberos
|
---|
129 |
|
---|
130 | @end detailmenu
|
---|
131 | @end menu
|
---|
132 |
|
---|
133 | @include intro.texi
|
---|
134 | @include whatis.texi
|
---|
135 | @include install.texi
|
---|
136 | @include setup.texi
|
---|
137 | @include apps.texi
|
---|
138 | @include misc.texi
|
---|
139 | @include kerberos4.texi
|
---|
140 | @include win2k.texi
|
---|
141 | @include programming.texi
|
---|
142 | @include migration.texi
|
---|
143 | @include ack.texi
|
---|
144 | @include copyright.texi
|
---|
145 |
|
---|
146 | @c @shortcontents
|
---|
147 | @contents
|
---|
148 |
|
---|
149 | @bye
|
---|