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