1\input texinfo @c -*- texinfo -*- 2@c $NetBSD: heimdal.texi,v 1.1.1.2 2011/04/14 14:08:08 elric Exp $ 3@c %**start of header 4@c Id 5@setfilename heimdal.info 6@settitle HEIMDAL 7@iftex 8@afourpaper 9@end iftex 10@c some sensible characters, please? 11@tex 12\input latin1.tex 13@end tex 14@setchapternewpage on 15@syncodeindex pg cp 16@c %**end of header 17 18@include vars.texi 19 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 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 63This 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 82Setting up a realm 83 84* Configuration file:: 85* Creating the database:: 86* Modifying the database:: 87* keytabs:: 88* Serving Kerberos 4/524/kaserver:: 89* Remote administration:: 90* Password changing:: 91* Testing clients and servers:: 92* Slave Servers:: 93* Incremental propagation:: 94* Encryption types and salting:: 95* Credential cache server - KCM:: 96* Cross realm:: 97* Transit policy:: 98* Setting up DNS:: 99* Using LDAP to store the database:: 100* Providing Kerberos credentials to servers and programs:: 101* Setting up PK-INIT:: 102 103Applications 104 105* Authentication modules:: 106* AFS:: 107 108Authentication modules 109 110* Digital SIA:: 111* IRIX:: 112 113Kerberos 4 issues 114 115* Principal conversion issues:: 116* Converting a version 4 database:: 117* kaserver:: 118 119Windows compatibility 120 121* Configuring Windows to use a Heimdal KDC:: 122* Inter-Realm keys (trust) between Windows and a Heimdal KDC:: 123* Create account mappings:: 124* Encryption types:: 125* Authorisation data:: 126* Quirks of Windows 2000 KDC:: 127* Useful links when reading about the Windows:: 128 129Programming with Kerberos 130 131@end detailmenu 132@end menu 133 134@include intro.texi 135@include whatis.texi 136@include install.texi 137@include setup.texi 138@include apps.texi 139@include misc.texi 140@include kerberos4.texi 141@include win2k.texi 142@include programming.texi 143@include migration.texi 144@include ack.texi 145@include copyright.texi 146 147@c @shortcontents 148@contents 149 150@bye 151