summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/krb5/krb5_build_principal.3
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/krb5/krb5_build_principal.3')
-rw-r--r--crypto/heimdal/lib/krb5/krb5_build_principal.318
1 files changed, 10 insertions, 8 deletions
diff --git a/crypto/heimdal/lib/krb5/krb5_build_principal.3 b/crypto/heimdal/lib/krb5/krb5_build_principal.3
index 80ac5e1..6ff2cf3 100644
--- a/crypto/heimdal/lib/krb5/krb5_build_principal.3
+++ b/crypto/heimdal/lib/krb5/krb5_build_principal.3
@@ -1,5 +1,5 @@
.\" Copyright (c) 1997 Kungliga Tekniska Högskolan
-.\" $Id: krb5_build_principal.3,v 1.3 2001/05/02 08:59:23 assar Exp $
+.\" $Id: krb5_build_principal.3,v 1.5 2002/08/28 15:30:47 joda Exp $
.Dd August 8, 1997
.Dt KRB5_BUILD_PRINCIPAL 3
.Os HEIMDAL
@@ -10,6 +10,8 @@
.Nm krb5_build_principal_va_ext ,
.Nm krb5_make_principal
.Nd principal creation functions
+.Sh LIBRARY
+Kerberos 5 Library (libkrb5, -lkrb5)
.Sh SYNOPSIS
.Fd #include <krb5.h>
.Ft krb5_error_code
@@ -25,7 +27,7 @@
.Sh DESCRIPTION
These functions create a Kerberos 5 principal from a realm and a list
of components.
-All of these functions return an allocated principal in the
+All of these functions return an allocated principal in the
.Fa principal
parameter, this should be freed with
.Fn krb5_free_principal
@@ -36,22 +38,22 @@ The
functions take a
.Fa realm
and the length of the realm. The
-.Fn krb5_build_principal
+.Fn krb5_build_principal
and
.Fn krb5_build_principal_va
also takes a list of components (zero-terminated strings), terminated
with
.Dv NULL .
The
-.Fn krb5_build_principal_ext
-and
-.Fn krb5_build_principal_va_ext
+.Fn krb5_build_principal_ext
+and
+.Fn krb5_build_principal_va_ext
takes a list of length-value pairs, the list is terminated with a zero
length.
.Pp
-The
+The
.Fn krb5_make_principal
-is a wrapper around
+is a wrapper around
.Fn krb5_build_principal .
If the realm is
.Dv NULL ,
OpenPOWER on IntegriCloud