update procedure to set supported encryption types

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5447 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-02-27 21:41:53 +00:00
parent 5a84f6c1b7
commit 317eb84b71

View File

@@ -39,15 +39,15 @@ might have to turn on the @samp{encode_as_rep_as_tgs_rep} flag in the
KDC. You will also have to specify that the router can't handle anything KDC. You will also have to specify that the router can't handle anything
but @samp{des-cbc-crc}. There currently isn't an easy way to do but @samp{des-cbc-crc}. There currently isn't an easy way to do
this. The best you can do is to dump your database (with @samp{kadmin -l this. The best you can do is to dump your database (with @samp{kadmin -l
dump}), and change the final dash for your router entry to a one, and dump}), remove all entries for keys other than @samp{des-cbc-crc}, and
then reloading the database (@samp{kadmin -l load}). An example should then reloading the database (@samp{kadmin -l load}). An example should
clarify this. You should have something like (again, truncated): clarify this. You should have something like (again, truncated):
@example @example
host/router.foo.se@@FOO.SE 4:0:1:... - - - - - 126 - host/router.foo.se@@FOO.SE 4:0:1:...:-:... - - - - - - - 126
@end example @end example
Change this to: Change this to:
@example @example
host/router.foo.se@@FOO.SE 4:0:1:... - - - - - 126 1 host/router.foo.se@@FOO.SE 4:0:1:...:- - - - - - - - 126
@end example @end example
This all fine and so, but unless you have an IOS version with encryption This all fine and so, but unless you have an IOS version with encryption