update for krb5_424_conv_principal

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2968 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-14 00:03:49 +00:00
parent c50c15a4a5
commit 11ae122556

View File

@@ -60,6 +60,11 @@ Maximum time differential (in seconds) allowed when comparing
times. Default is 300 seconds (five minutes). times. Default is 300 seconds (five minutes).
.It Li kdc_timeout = Va time .It Li kdc_timeout = Va time
Maximum time to wait for a reply from the kdc, default is 3 seconds. Maximum time to wait for a reply from the kdc, default is 3 seconds.
.It v4_name_convert
.It v4_instance_resolve
These are decribed in the
.Xr krb5_425_conv_principal
manual page.
.El .El
.It Li [domain_realm] .It Li [domain_realm]
This is a list of mappings from DNS domain to Kerberos realm. Each This is a list of mappings from DNS domain to Kerberos realm. Each
@@ -79,28 +84,11 @@ Specifies a kdc for this realm. If the optional port is absent, the
default value for the default value for the
.Dq kerberos/udp .Dq kerberos/udp
service will be used. service will be used.
.It Li v4_instance_convert = { .It Li v4_instance_convert
This specifies a list of version 4 instance to version 5 component .It Li v4_name_convert
conversions that should be made when converting a version 4 principal .It Li default_domain
to a version 5 ditto. Since version 4 host instances only contains the See
first part of the domain name, this section is sometimes .Xr krb5_425_conv_principal 3 .
necessary. See also
.Li default_domain .
.It }
.It Li v4_name_convert = {
Similar to
.Li v4_instance_convert ,
but converts the version 4 name, rather than the instance. Before
someone thinks up something better you will (to use version 4 support)
have to have a binding looking like:
.Pp
.Dl rcmd = host
.Pp
here.
.It }
.It Li default_domain = Va domain
The default domain to use when converting version 4 instances to
version 5 principals.
.El .El
.It Li } .It Li }
.El .El