texinfo-multiple-files-update
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16772 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -186,6 +186,62 @@ to the following restrictions:
|
|||||||
* Migration::
|
* Migration::
|
||||||
* Acknowledgments::
|
* Acknowledgments::
|
||||||
|
|
||||||
|
@detailmenu
|
||||||
|
--- The Detailed Node Listing ---
|
||||||
|
|
||||||
|
Setting up a realm
|
||||||
|
|
||||||
|
* Configuration file::
|
||||||
|
* Creating the database::
|
||||||
|
* Modifying the database::
|
||||||
|
* keytabs::
|
||||||
|
* Serving Kerberos 4/524/kaserver::
|
||||||
|
* Remote administration::
|
||||||
|
* Password changing::
|
||||||
|
* Testing clients and servers::
|
||||||
|
* Slave Servers::
|
||||||
|
* Incremental propagation::
|
||||||
|
* Salting::
|
||||||
|
* Cross realm::
|
||||||
|
* Transit policy::
|
||||||
|
* Setting up DNS::
|
||||||
|
* Using LDAP to store the database::
|
||||||
|
* Providing Kerberos credentials to servers and programs::
|
||||||
|
|
||||||
|
Applications
|
||||||
|
|
||||||
|
* Authentication modules::
|
||||||
|
* AFS::
|
||||||
|
|
||||||
|
Authentication modules
|
||||||
|
|
||||||
|
* Digital SIA::
|
||||||
|
* IRIX::
|
||||||
|
|
||||||
|
Kerberos 4 issues
|
||||||
|
|
||||||
|
* Principal conversion issues::
|
||||||
|
* Converting a version 4 database::
|
||||||
|
* kaserver::
|
||||||
|
|
||||||
|
Windows 2000 compatability
|
||||||
|
|
||||||
|
* Configuring Windows 2000 to use a Heimdal KDC::
|
||||||
|
* Inter-Realm keys (trust) between Windows 2000 and a Heimdal KDC::
|
||||||
|
* Create account mappings::
|
||||||
|
* Encryption types::
|
||||||
|
* Authorisation data::
|
||||||
|
* Quirks of Windows 2000 KDC::
|
||||||
|
* Useful links when reading about the Windows 2000::
|
||||||
|
|
||||||
|
Programming with Kerberos
|
||||||
|
|
||||||
|
* Kerberos 5 API Overview::
|
||||||
|
* Walkthrough of a sample Kerberos 5 client::
|
||||||
|
* Validating a password in a server application::
|
||||||
|
* API differences to MIT Kerberos::
|
||||||
|
|
||||||
|
@end detailmenu
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@include intro.texi
|
@include intro.texi
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
@c $Id$
|
@c $Id$
|
||||||
|
|
||||||
@node Programming with Kerberos
|
@node Programming with Kerberos, Migration, Windows 2000 compatability, Top
|
||||||
@chapter Programming with Kerberos
|
@chapter Programming with Kerberos
|
||||||
|
|
||||||
First you need to know how the Kerberos model works, go read the
|
First you need to know how the Kerberos model works, go read the
|
||||||
|
@@ -4,6 +4,13 @@
|
|||||||
|
|
||||||
@chapter Setting up a realm
|
@chapter Setting up a realm
|
||||||
|
|
||||||
|
A
|
||||||
|
@cindex realm
|
||||||
|
realm is an administrative domain. The name of a Kerberos realm is
|
||||||
|
usually the Internet domain name in uppercase. Call your realm the same
|
||||||
|
as your Internet domain name if you do not have strong reasons for not
|
||||||
|
doing so. It will make life easier for you and everyone else.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Configuration file::
|
* Configuration file::
|
||||||
* Creating the database::
|
* Creating the database::
|
||||||
@@ -23,13 +30,6 @@
|
|||||||
* Providing Kerberos credentials to servers and programs::
|
* Providing Kerberos credentials to servers and programs::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
A
|
|
||||||
@cindex realm
|
|
||||||
realm is an administrative domain. The name of a Kerberos realm is
|
|
||||||
usually the Internet domain name in uppercase. Call your realm the same
|
|
||||||
as your Internet domain name if you do not have strong reasons for not
|
|
||||||
doing so. It will make life easier for you and everyone else.
|
|
||||||
|
|
||||||
@node Configuration file, Creating the database, Setting up a realm, Setting up a realm
|
@node Configuration file, Creating the database, Setting up a realm, Setting up a realm
|
||||||
@section Configuration file
|
@section Configuration file
|
||||||
|
|
||||||
@@ -529,7 +529,7 @@ automate this you will want to start
|
|||||||
Starting the propagation once an hour from @command{cron} is probably a
|
Starting the propagation once an hour from @command{cron} is probably a
|
||||||
good idea.
|
good idea.
|
||||||
|
|
||||||
@node Incremental propagation, Salting , Slave Servers, Setting up a realm
|
@node Incremental propagation, Salting, Slave Servers, Setting up a realm
|
||||||
@section Incremental propagation
|
@section Incremental propagation
|
||||||
|
|
||||||
There is also a newer, and still somewhat experimental, mechanism for
|
There is also a newer, and still somewhat experimental, mechanism for
|
||||||
@@ -640,7 +640,7 @@ the cell name appended to the password.
|
|||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@node Cross realm, Transit policy , Salting, Setting up a realm
|
@node Cross realm, Transit policy, Salting, Setting up a realm
|
||||||
@section Cross realm
|
@section Cross realm
|
||||||
@cindex Cross realm
|
@cindex Cross realm
|
||||||
|
|
||||||
@@ -703,7 +703,7 @@ May 3 14:10:54 May 3 23:55:54 host/hummel.it.su.se@@SU.SE
|
|||||||
|
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@node Transit policy, Setting up DNS , Cross realm, Setting up a realm
|
@node Transit policy, Setting up DNS, Cross realm, Setting up a realm
|
||||||
@section Transit policy
|
@section Transit policy
|
||||||
@cindex Transit policy
|
@cindex Transit policy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user