s4:torture: Adapt KDC canon test to Heimdal upstream changes
[samba.git] / source4 / heimdal / 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 VERSION @value{PACKAGE_VERSION}
20 @set EDITION 1.0
21
22 @ifinfo
23 @dircategory Security
24 @direntry
25 * Heimdal: (heimdal).           The Kerberos 5 and PKIX distribution from KTH
26 @end direntry
27 @end ifinfo
28
29 @c title page
30 @titlepage
31 @title Heimdal
32 @subtitle Kerberos 5 and PKIX from KTH
33 @subtitle Edition @value{EDITION}, for version @value{VERSION}
34 @subtitle 2008
35 @author Johan Danielsson
36 @author Love Hörnquist Ã…strand
37 @author Assar Westerlund
38 @author et al
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 * What is PKIX?::           
69 * What is a Certification Authority (CA)?::           
70 * What is kx509?::           
71 * What is bx509?::           
72 * Building and Installing::     
73 * Setting up a realm::          
74 * Applications::                
75 * Things in search for a better place::  
76 * Kerberos 4 issues::           
77 * Windows compatibility::  
78 * Programming with Kerberos::   
79 * Migration::                   
80 * Acknowledgments::             
81 * Copyrights and Licenses::
82
83 @detailmenu
84  --- The Detailed Node Listing ---
85
86 Setting up a realm
87
88 * Configuration file::          
89 * Creating the database::       
90 * Modifying the database::      
91 * keytabs::                     
92 * Remote administration::       
93 * Password changing::           
94 * Testing clients and servers::  
95 * Slave Servers::               
96 * Incremental propagation::     
97 * Encryption types and salting::                     
98 * Credential cache server - KCM::
99 * Cross realm::                 
100 * Transit policy::              
101 * Setting up DNS::              
102 * Using LDAP to store the database::  
103 * Providing Kerberos credentials to servers and programs::  
104 * Setting up PK-INIT::
105 * Debugging Kerberos problems::
106
107 Applications
108
109 * Authentication modules::      
110 * AFS::                         
111
112 Authentication modules
113
114 * Digital SIA::                 
115 * IRIX::                        
116
117 Kerberos 4 issues
118
119 * Principal conversion issues::  
120 * Converting a version 4 database::  
121
122 Windows compatibility
123
124 * Configuring Windows to use a Heimdal KDC::  
125 * Inter-Realm keys (trust) between Windows and a Heimdal KDC::  
126 * Create account mappings::     
127 * Encryption types::            
128 * Authorisation data::          
129 * Quirks of Windows 2000 KDC::  
130 * Useful links when reading about the Windows::  
131
132 Programming with Kerberos
133
134 @end detailmenu
135 @end menu
136
137 @include intro.texi
138 @include whatis.texi
139 @include install.texi
140 @include setup.texi
141 @include apps.texi
142 @include misc.texi
143 @include kerberos4.texi
144 @include win2k.texi
145 @include programming.texi
146 @include migration.texi
147 @include ack.texi
148 @include copyright.texi
149
150 @c @shortcontents
151 @contents
152
153 @bye