add reference to ldap+win2k. new (empty) chapter

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8871 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-28 15:43:37 +00:00
parent 4c700db1b7
commit c1af602c6b
4 changed files with 16 additions and 7 deletions

View File

@@ -227,6 +227,7 @@ to the following restrictions:
* Things in search for a better place:: * Things in search for a better place::
* Kerberos 4 issues:: * Kerberos 4 issues::
* Windows 2000 compatability:: * Windows 2000 compatability::
* Migration::
* Acknowledgments:: * Acknowledgments::
@end menu @end menu
@@ -237,6 +238,7 @@ to the following restrictions:
@include setup.texi @include setup.texi
@include misc.texi @include misc.texi
@include kerberos4.texi @include kerberos4.texi
@include migration.texi
@include win2k.texi @include win2k.texi
@include ack.texi @include ack.texi

View File

@@ -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 @comment node-name, next, previous, up
@chapter Kerberos 4 issues @chapter Kerberos 4 issues
@@ -153,13 +153,12 @@ the @samp{[libdefaults]} section.
@subsection Converting a database @subsection Converting a database
The database conversion is done with @samp{hprop}. Assuming that you The database conversion is done with @samp{hprop}. You can run this
have the @samp{kadmin/hprop} key in the keytab @file{hprop.keytab}, you command to propagate the database to the machine called
can run this command to propagate the database to the machine called
@samp{slave-server} (which should be running a @samp{hpropd}). @samp{slave-server} (which should be running a @samp{hpropd}).
@example @example
hprop -4 -E -k hprop.keytab slave-server hprop -4 -E slave-server
@end example @end example
@section Version 4 Kadmin @section Version 4 Kadmin

5
doc/migration.texi Normal file
View File

@@ -0,0 +1,5 @@
@c $Id$
@node Migration, Windows 2000 compatability, Kerberos 4 issues, Top
@chapter Migration

View File

@@ -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 @comment node-name, next, previous, up
@chapter Windows 2000 compatability @chapter Windows 2000 compatability
@@ -216,7 +216,7 @@ required.
Microsoft seems also to have forgotten to implement the checksum Microsoft seems also to have forgotten to implement the checksum
algorithms @samp{rsa-md4-des} and @samp{rsa-md5-des}. This can make Name 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 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 the @code{des-cbc-md5} key from the kdc using the @code{kadmin
del_enctype} command. 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 with value DWORD equal to 1, and then you'll get logging in the Event
Logger. Logger.
@item Access to the active directory through LDAP
@url{http://msdn.microsoft.com/library/techart/kerberossamp.htm}
@end itemize @end itemize
Other useful programs include these: Other useful programs include these: