Sort sections.
This commit is contained in:
parent
a366ee7021
commit
0f34826bec
@ -1,6 +1,6 @@
|
|||||||
.\" Copyright (c) 1997 Kungliga Tekniska Högskolan
|
.\" Copyright (c) 1997 Kungliga Tekniska Högskolan
|
||||||
.\" $Heimdal: krb5_build_principal.3,v 1.5 2002/08/28 15:30:47 joda Exp $
|
.\" $Heimdal: krb5_build_principal.3,v 1.5 2002/08/28 15:30:47 joda Exp $
|
||||||
.\" $NetBSD: krb5_build_principal.3,v 1.5 2002/09/12 13:19:15 joda Exp $
|
.\" $NetBSD: krb5_build_principal.3,v 1.6 2003/01/02 12:58:56 wiz Exp $
|
||||||
.Dd August 8, 1997
|
.Dd August 8, 1997
|
||||||
.Dt KRB5_BUILD_PRINCIPAL 3
|
.Dt KRB5_BUILD_PRINCIPAL 3
|
||||||
.Os
|
.Os
|
||||||
@ -59,13 +59,13 @@ is a wrapper around
|
|||||||
If the realm is
|
If the realm is
|
||||||
.Dv NULL ,
|
.Dv NULL ,
|
||||||
the default realm will be used.
|
the default realm will be used.
|
||||||
.Sh BUGS
|
|
||||||
You can not have a NUL in a component. Until someone can give a good
|
|
||||||
example of where it would be a good idea to have NUL's in a component,
|
|
||||||
this will not be fixed.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5_425_conv_principal 3 ,
|
.Xr krb5_425_conv_principal 3 ,
|
||||||
.Xr krb5_free_principal 3 ,
|
.Xr krb5_free_principal 3 ,
|
||||||
.Xr krb5_parse_name 3 ,
|
.Xr krb5_parse_name 3 ,
|
||||||
.Xr krb5_sname_to_principal 3 ,
|
.Xr krb5_sname_to_principal 3 ,
|
||||||
.Xr krb5_unparse_name 3
|
.Xr krb5_unparse_name 3
|
||||||
|
.Sh BUGS
|
||||||
|
You can not have a NUL in a component. Until someone can give a good
|
||||||
|
example of where it would be a good idea to have NUL's in a component,
|
||||||
|
this will not be fixed.
|
||||||
|
8
crypto/dist/heimdal/lib/krb5/krb5_config.3
vendored
8
crypto/dist/heimdal/lib/krb5/krb5_config.3
vendored
@ -1,6 +1,6 @@
|
|||||||
.\" Copyright (c) 2000 Kungliga Tekniska Högskolan
|
.\" Copyright (c) 2000 Kungliga Tekniska Högskolan
|
||||||
.\" $Heimdal: krb5_config.3,v 1.4 2002/08/28 15:30:48 joda Exp $
|
.\" $Heimdal: krb5_config.3,v 1.4 2002/08/28 15:30:48 joda Exp $
|
||||||
.\" $NetBSD: krb5_config.3,v 1.5 2002/09/12 13:19:15 joda Exp $
|
.\" $NetBSD: krb5_config.3,v 1.6 2003/01/02 12:58:56 wiz Exp $
|
||||||
.Dd July 25, 2000
|
.Dd July 25, 2000
|
||||||
.Dt KRB5_CONFIG 3
|
.Dt KRB5_CONFIG 3
|
||||||
.Os
|
.Os
|
||||||
@ -58,9 +58,9 @@ seconds, so the string
|
|||||||
.Sq 2 weeks
|
.Sq 2 weeks
|
||||||
will be converted to
|
will be converted to
|
||||||
1209600 (2 * 7 * 24 * 60 * 60).
|
1209600 (2 * 7 * 24 * 60 * 60).
|
||||||
.Sh BUGS
|
|
||||||
Other than for the string case, there's no way to tell whether there
|
|
||||||
was a value specified or not.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5_appdefault 3 ,
|
.Xr krb5_appdefault 3 ,
|
||||||
.Xr krb5.conf 5
|
.Xr krb5.conf 5
|
||||||
|
.Sh BUGS
|
||||||
|
Other than for the string case, there's no way to tell whether there
|
||||||
|
was a value specified or not.
|
||||||
|
18
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8
vendored
18
crypto/dist/heimdal/lib/krb5/verify_krb5_conf.8
vendored
@ -1,5 +1,5 @@
|
|||||||
.\" $Heimdal: verify_krb5_conf.8,v 1.7 2002/08/20 17:07:28 joda Exp $
|
.\" $Heimdal: verify_krb5_conf.8,v 1.7 2002/08/20 17:07:28 joda Exp $
|
||||||
.\" $NetBSD: verify_krb5_conf.8,v 1.6 2002/09/12 13:19:19 joda Exp $
|
.\" $NetBSD: verify_krb5_conf.8,v 1.7 2003/01/02 12:58:56 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd August 30, 2001
|
.Dd August 30, 2001
|
||||||
.Dt VERIFY_KRB5_CONF 8
|
.Dt VERIFY_KRB5_CONF 8
|
||||||
@ -20,6 +20,14 @@ and parses it, thereby verifying that the syntax is not correctly wrong.
|
|||||||
If the file is syntactically correct,
|
If the file is syntactically correct,
|
||||||
.Nm
|
.Nm
|
||||||
tries to verify that the contents of the file is of relevant nature.
|
tries to verify that the contents of the file is of relevant nature.
|
||||||
|
.Sh ENVIRONMENT
|
||||||
|
.Ev KRB5_CONFIG
|
||||||
|
points to the configuration file to read.
|
||||||
|
.Sh FILES
|
||||||
|
.Bl -tag -width /etc/krb5.conf -compact
|
||||||
|
.It Pa /etc/krb5.conf
|
||||||
|
Kerberos 5 configuration file
|
||||||
|
.El
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
Possible output from
|
Possible output from
|
||||||
.Nm
|
.Nm
|
||||||
@ -43,14 +51,6 @@ is confused.
|
|||||||
Means that <string> is not known by
|
Means that <string> is not known by
|
||||||
.Nm "" .
|
.Nm "" .
|
||||||
.El
|
.El
|
||||||
.Sh ENVIRONMENT
|
|
||||||
.Ev KRB5_CONFIG
|
|
||||||
points to the configuration file to read.
|
|
||||||
.Sh FILES
|
|
||||||
.Bl -tag -width /etc/krb5.conf -compact
|
|
||||||
.It Pa /etc/krb5.conf
|
|
||||||
Kerberos 5 configuration file
|
|
||||||
.El
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5.conf 5
|
.Xr krb5.conf 5
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
Loading…
Reference in New Issue
Block a user