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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
5
doc/migration.texi
Normal file
5
doc/migration.texi
Normal file
@@ -0,0 +1,5 @@
|
||||
@c $Id$
|
||||
|
||||
@node Migration, Windows 2000 compatability, Kerberos 4 issues, Top
|
||||
@chapter Migration
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user