diff --git a/doc/heimdal.texi b/doc/heimdal.texi index dfc0d7e41..bd4db868a 100644 --- a/doc/heimdal.texi +++ b/doc/heimdal.texi @@ -227,6 +227,7 @@ to the following restrictions: * Things in search for a better place:: * Kerberos 4 issues:: * Windows 2000 compatability:: +* Migration:: * Acknowledgments:: @end menu @@ -237,6 +238,7 @@ to the following restrictions: @include setup.texi @include misc.texi @include kerberos4.texi +@include migration.texi @include win2k.texi @include ack.texi diff --git a/doc/kerberos4.texi b/doc/kerberos4.texi index 2e4f92c73..3bfb04c75 100644 --- a/doc/kerberos4.texi +++ b/doc/kerberos4.texi @@ -1,4 +1,4 @@ -@node Kerberos 4 issues, Windows 2000 compatability, Things in search for a better place, Top +@node Kerberos 4 issues, Migration, Things in search for a better place, Top @comment node-name, next, previous, up @chapter Kerberos 4 issues @@ -153,13 +153,12 @@ the @samp{[libdefaults]} section. @subsection Converting a database -The database conversion is done with @samp{hprop}. Assuming that you -have the @samp{kadmin/hprop} key in the keytab @file{hprop.keytab}, you -can run this command to propagate the database to the machine called +The database conversion is done with @samp{hprop}. You can run this +command to propagate the database to the machine called @samp{slave-server} (which should be running a @samp{hpropd}). @example -hprop -4 -E -k hprop.keytab slave-server +hprop -4 -E slave-server @end example @section Version 4 Kadmin diff --git a/doc/migration.texi b/doc/migration.texi new file mode 100644 index 000000000..2ec598f23 --- /dev/null +++ b/doc/migration.texi @@ -0,0 +1,5 @@ +@c $Id$ + +@node Migration, Windows 2000 compatability, Kerberos 4 issues, Top +@chapter Migration + diff --git a/doc/win2k.texi b/doc/win2k.texi index a5f1dacf0..888ba47ad 100644 --- a/doc/win2k.texi +++ b/doc/win2k.texi @@ -1,4 +1,4 @@ -@node Windows 2000 compatability, Acknowledgments, Kerberos 4 issues, Top +@node Windows 2000 compatability, Acknowledgments, Migration, Top @comment node-name, next, previous, up @chapter Windows 2000 compatability @@ -216,7 +216,7 @@ required. Microsoft seems also to have forgotten to implement the checksum algorithms @samp{rsa-md4-des} and @samp{rsa-md5-des}. This can make Name -mapping @xref{Create account mappings} fail if a @code{des-cbc-md5} key +mapping (@pxref{Create account mappings}) fail if a @code{des-cbc-md5} key is used. To make the KDC return only @code{des-cbc-crc} you must delete the @code{des-cbc-md5} key from the kdc using the @code{kadmin del_enctype} command. @@ -271,6 +271,9 @@ Basicly it say that you can add a registry key with value DWORD equal to 1, and then you'll get logging in the Event Logger. +@item Access to the active directory through LDAP +@url{http://msdn.microsoft.com/library/techart/kerberossamp.htm} + @end itemize Other useful programs include these: