update to reality

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5936 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-11 01:47:30 +00:00
parent aee3f6fca6
commit b04d5bb7ef
2 changed files with 53 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
.\" Copyright (c) 1997 Kungliga Tekniska H<>gskolan
.\" $Id$
.Dd August 8, 1997
.Dd April 11, 1999
.Dt KRB5_425_CONV_PRINCIPAL 3
.Os HEIMDAL
.Sh NAME
@@ -85,8 +85,23 @@ section, it is looked up in a
binding. If found here the name will be converted, but the instance
will be untouched.
.Pp
This list of default host-type conversions is compiled-in:
.Bd -literal -offset indent
v4_name_convert = {
host = {
ftp = ftp
hprop = hprop
pop = pop
rcmd = host
}
}
.Ed
.Pp
It will only be used if there isn't an entry for these names in the
config file, so you can override these defaults.
.Pp
.Fn krb5_425_conv_principal
will call
will call
.Fn krb5_425_conv_principal_ext
with
.Dv NULL
@@ -132,13 +147,6 @@ A
file that covers this case might look like:
.Bd -literal -offset indent
[libdefaults]
v4_name_convert = {
host = {
rcmd = host
ftp = ftp
pop = pop
}
}
v4_instance_resolve = yes
[realms]
FOO.COM = {
@@ -181,11 +189,6 @@ the second example will result in
(because of the default domain). And all of this is of course only
valid if you have working name resolving.
.Sh BUGS
You have to set up your
.Pa krb5.conf
correctly to have any of this work.
.Sh SEE ALSO
.Xr krb5_build_principal 3 ,
.Xr krb5_free_principal 3 ,