make it clear that _lrealm modifies the principal

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10947 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-04-22 16:05:25 +00:00
parent e773528681
commit e20a3066df

View File

@@ -43,7 +43,11 @@ The
function does the same, except that it ignores the realm in
.Fa principal
and tries all the local realms (see
.Xr krb5.conf 5 ) .
.Xr krb5.conf 5 ) .
After a successful return, the principal is set to the authenticated
realm. If the call fails, the principal will not be meaningful, and
should only be freed with
.Xr krb5_free_principal 3 .
.Sh EXAMPLE
Here is a example program that verifies a password. it uses the
.Ql host/`hostname`
@@ -80,6 +84,7 @@ main(int argc, char **argv)
.Ed
.Sh SEE ALSO
.Xr krb5_err 3 ,
.Xr krb5_free_principal 3 ,
.Xr krb5_init_context 3 ,
.Xr krb5_kt_default 3 ,
.Xr krb5.conf 5