Small fixes, from David Love.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20259 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2003 Kungliga Tekniska H<>gskolan
|
||||
.\" Copyright (c) 2003 - 2007 Kungliga Tekniska H<>gskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@@ -31,7 +31,7 @@
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd April 24, 2005
|
||||
.Dd February 18, 2006
|
||||
.Dt KRB5_ANAME_TO_LOCALNAME 3
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
@@ -63,16 +63,16 @@ If the size
|
||||
.Fa ( lnsize )
|
||||
of the local name
|
||||
.Fa ( lname )
|
||||
is to small, an error is returned.
|
||||
is too small, an error is returned.
|
||||
.Pp
|
||||
.Fn krb5_aname_to_localname
|
||||
should only be use by application that implements protocols that
|
||||
doesn't transport the login name and thus needs to convert a principal
|
||||
should only be use by an application that implements protocols that
|
||||
don't transport the login name and thus needs to convert a principal
|
||||
to a local name.
|
||||
.Pp
|
||||
Protocols should be designed so that the it autheticates using
|
||||
Kerberos, send over the login name and then verifies in the principal
|
||||
that authenticated is allowed to login and the login name.
|
||||
Protocols should be designed so that they authenticate using
|
||||
Kerberos, send over the login name and then verify the principal
|
||||
that is authenticated is allowed to login and the login name.
|
||||
A way to check if a user is allowed to login is using the function
|
||||
.Fn krb5_kuserok .
|
||||
.Sh SEE ALSO
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.\" Copyright (c) 2006 Kungliga Tekniska H<>gskolan
|
||||
.\" Copyright (c) 2006 - 2007 Kungliga Tekniska H<>gskolan
|
||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@@ -31,7 +31,7 @@
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd October 3, 2006
|
||||
.Dd February 18, 2007
|
||||
.Dt KRB5_DIGEST 3
|
||||
.Os HEIMDAL
|
||||
.Sh NAME
|
||||
@@ -73,7 +73,7 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Li "typedef struct krb5_digest *krb5_digest;"
|
||||
.Pp
|
||||
.Ft krb5_error_code
|
||||
.Fa krb5_digest_alloc
|
||||
.Fo krb5_digest_alloc
|
||||
.Fa "krb5_context context"
|
||||
.Fa "krb5_digest *digest"
|
||||
.Fc
|
||||
|
Reference in New Issue
Block a user