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