Spelling, from Björn Sandell
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15292 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.\" Copyright (c) 2003 Kungliga Tekniska H<>gskolan
|
.\" Copyright (c) 2003 - 2005 Kungliga Tekniska H<>gskolan
|
||||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd October 3, 2003
|
.Dd May 29, 2005
|
||||||
.Dt KRB5_PRINCIPAL 3
|
.Dt KRB5_PRINCIPAL 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -192,7 +192,7 @@ The copy needs to be freed with
|
|||||||
.Fn krb5_free_principal .
|
.Fn krb5_free_principal .
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_principal_compare
|
.Fn krb5_principal_compare
|
||||||
compares the two principals, including realm of the principal and returns
|
compares the two principals, including realm of the principals and returns
|
||||||
.Dv TRUE
|
.Dv TRUE
|
||||||
if they are the same and
|
if they are the same and
|
||||||
.Dv FALSE
|
.Dv FALSE
|
||||||
@@ -269,7 +269,7 @@ The caller must not free realm unless
|
|||||||
.Fn krb5_princ_set_realm
|
.Fn krb5_princ_set_realm
|
||||||
is called to set a new realm after freeing the realm.
|
is called to set a new realm after freeing the realm.
|
||||||
.Fn krb5_princ_set_realm
|
.Fn krb5_princ_set_realm
|
||||||
sets the realm component of a principal. Old realm is not freed.
|
sets the realm component of a principal. The old realm is not freed.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_sname_to_principal
|
.Fn krb5_sname_to_principal
|
||||||
and
|
and
|
||||||
@@ -291,12 +291,15 @@ will be used instead.
|
|||||||
will use the passed
|
will use the passed
|
||||||
.Fa hostname
|
.Fa hostname
|
||||||
for the second component.
|
for the second component.
|
||||||
If type
|
If
|
||||||
|
.Fa type
|
||||||
|
is
|
||||||
.Dv KRB5_NT_SRV_HST
|
.Dv KRB5_NT_SRV_HST
|
||||||
this name will be looked up with
|
this name will be looked up with
|
||||||
.Fn gethostbyname .
|
.Fn gethostbyname .
|
||||||
If
|
If
|
||||||
.Fa hostname is
|
.Fa hostname
|
||||||
|
is
|
||||||
.Dv NULL ,
|
.Dv NULL ,
|
||||||
the local hostname will be used.
|
the local hostname will be used.
|
||||||
.Pp
|
.Pp
|
||||||
@@ -311,12 +314,12 @@ or
|
|||||||
.Dv AF_INET6
|
.Dv AF_INET6
|
||||||
socket.
|
socket.
|
||||||
There must be a mapping between the address and
|
There must be a mapping between the address and
|
||||||
.Fq sockname .
|
.Dq sockname .
|
||||||
The function may try to resolve the name in DNS.
|
The function may try to resolve the name in DNS.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_get_default_principal
|
.Fn krb5_get_default_principal
|
||||||
tries to find out what's a reasonable default principal by looking at
|
tries to find out what's a reasonable default principal by looking at
|
||||||
the enviroment its run in.
|
the enviroment it is running in.
|
||||||
.\" .Sh EXAMPLES
|
.\" .Sh EXAMPLES
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5_425_conv_principal 3 ,
|
.Xr krb5_425_conv_principal 3 ,
|
||||||
|
Reference in New Issue
Block a user