mdoc(ng) fixes

Submitted by:	ru
This commit is contained in:
Assar Westerlund 2001-05-08 14:57:13 +00:00
parent 5e9cd1ae3e
commit 45524cd79e
36 changed files with 160 additions and 214 deletions

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm ktutil .Nm ktutil
.Nd .Nd manage Kerberos keytabs
manage Kerberos keytabs
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl k Ar keytab \*(Ba Xo .Oo Fl k Ar keytab \*(Ba Xo

View File

@ -38,8 +38,7 @@
.Os BSD 4.2 .Os BSD 4.2
.Sh NAME .Sh NAME
.Nm ftpd .Nm ftpd
.Nd .Nd Internet File Transfer Protocol server
Internet File Transfer Protocol server
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm ftpd .Nm ftpd
.Op Fl a Ar authmode .Op Fl a Ar authmode

View File

@ -5,8 +5,7 @@
.Os KTH-KRB .Os KTH-KRB
.Sh NAME .Sh NAME
.Pa /etc/ftpusers .Pa /etc/ftpusers
.Nd .Nd FTP access list file
FTP access list file.
.Sh DESCRIPTION .Sh DESCRIPTION
.Pa /etc/ftpusers .Pa /etc/ftpusers
contains a list of users that should be allowed or denied FTP contains a list of users that should be allowed or denied FTP

View File

@ -8,62 +8,54 @@
.Os Heimdal .Os Heimdal
.Sh NAME .Sh NAME
.Nm kf .Nm kf
.Nd .Nd securly forward tickets
securly forward tickets
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl p Ar port \*(Ba Xo .Oo
.Fl -port= Ns Ar port Oc .Fl p Ar port |
.Xc .Fl -port Ns = Ns Ar port
.Oo Fl l Ar login \*(Ba Xo .Oc
.Fl -login= Ns Ar login Oc .Oo
.Xc .Fl l Ar login |
.Oo Fl c Ar ccache \*(Ba Xo .Fl -login Ns = Ns Ar login
.Fl -ccache= Ns Ar ccache Oc .Oc
.Xc .Oo
.Op Fl F | Fl -forwardable .Fl c Ar ccache |
.Op Fl G | Fl -no-forwardable .Fl -ccache Ns = Ns Ar ccache
.Op Fl h | Fl -help .Oc
.Op Fl F | -forwardable
.Op Fl G | -no-forwardable
.Op Fl h | -help
.Op Fl -version .Op Fl -version
.Ar host ... .Ar host ...
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
program forwards tickets to a remove host through an authenticated program forwards tickets to a remove host through an authenticated
and encrypted stream. Options supported are: and encrypted stream.
.Bl -tag -width Ds Options supported are:
.Bl -tag -width indent
.It Xo .It Xo
.Fl p Ar port Ns , .Fl p Ar port ,
.Fl -port= Ns Ar port .Fl -port Ns = Ns Ar port
.Xc .Xc
port to connect to port to connect to
.It Xo .It Xo
.Fl l Ar login Ns , .Fl l Ar login ,
.Fl -login= Ns Ar login .Fl -login Ns = Ns Ar login
.Xc .Xc
remote login name remote login name
.It Xo .It Xo
.Fl c Ar ccache Ns , .Fl c Ar ccache ,
.Fl -ccache= Ns Ar ccache .Fl -ccache Ns = Ns Ar ccache
.Xc .Xc
remote cred cache remote cred cache
.It Xo .It Fl F , -forwardable
.Fl F Ns ,
.Fl -forwardable
.Xc
forward forwardable credentials forward forwardable credentials
.It Xo .It Fl G , -no-forwardable
.Fl G Ns ,
.Fl -no-forwardable
.Xc
do not forward forwardable credentials do not forward forwardable credentials
.It Xo .It Fl h , -help
.Fl h Ns , .It Fl -version
.Fl -help
.Xc
.It Xo
.Fl -version
.Xc
.El .El
.Pp .Pp
.Nm .Nm
@ -83,9 +75,9 @@ is able to forward ticket by itself.
.\".Sh EXAMPLES .\".Sh EXAMPLES
.\".Sh DIAGNOSTICS .\".Sh DIAGNOSTICS
.Sh SEE ALSO .Sh SEE ALSO
.Xr kfd 8 ,
.Xr kinit 1 , .Xr kinit 1 ,
.Xr telnet 1 .Xr telnet 1 ,
.Xr kfd 8
.\".Sh STANDARDS .\".Sh STANDARDS
.\".Sh HISTORY .\".Sh HISTORY
.\".Sh AUTHORS .\".Sh AUTHORS

View File

@ -8,33 +8,31 @@
.Os Heimdal .Os Heimdal
.Sh NAME .Sh NAME
.Nm kfd .Nm kfd
.Nd .Nd receive forwarded tickets
receive forwarded tickets
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl p Ar port \*(Ba Xo .Oo
.Fl -port= Ns Ar port Oc .Fl p Ar port |
.Xc .Fl -port Ns = Ns Ar port
.Op Fl i | Fl -inetd .Oc
.Oo Fl R Ar regpag \*(Ba Xo .Op Fl i | -inetd
.Fl -regpag= Ns Ar regpag Oc .Oo
.Xc .Fl R Ar regpag |
.Op Fl h | Fl -help .Fl -regpag Ns = Ns Ar regpag
.Oc
.Op Fl h | -help
.Op Fl -version .Op Fl -version
.Sh DESCRIPTION .Sh DESCRIPTION
This is the daemon for This is the daemon for
.Nm kf . .Xr kf 1 .
Supported options: Supported options:
.Bl -tag -width Ds .Bl -tag -width indent
.It Xo .It Xo
.Fl p Ar port Ns , .Fl p Ar port ,
.Fl -port= Ns Ar port .Fl -port Ns = Ns Ar port
.Xc .Xc
port to listen to port to listen to
.It Xo .It Fl i , -inetd
.Fl i Ns ,
.Fl -inetd
.Xc
not started from inetd not started from inetd
.It Xo .It Xo
.Fl R Ar regpag Ns , .Fl R Ar regpag Ns ,

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm pfrom .Nm pfrom
.Nd .Nd "fetch a list of the current mail via POP"
fetch a list of the current mail via POP
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl 4 | Fl -krb4 .Op Fl 4 | Fl -krb4

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm push .Nm push
.Nd .Nd fetch mail via POP
fetch mail via POP
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl 4 | Fl -krb4 .Op Fl 4 | Fl -krb4
@ -16,9 +15,9 @@ fetch mail via POP
.Op Fl l | -leave .Op Fl l | -leave
.Op Fl -from .Op Fl -from
.Op Fl c | -count .Op Fl c | -count
.Op Fl -headers= Ns Ar headers .Op Fl -headers Ns = Ns Ar headers
.Oo Fl p Ar port-spec \*(Ba Xo .Oo Fl p Ar port-spec \*(Ba Xo
.Fl -port= Ns Ar port-spec .Fl -port Ns = Ns Ar port-spec
.Xc .Xc
.Oc .Oc
.Ar po-box .Ar po-box
@ -81,12 +80,12 @@ behave like from.
.Xc .Xc
first print how many messages and bytes there are. first print how many messages and bytes there are.
.It Xo .It Xo
.Fl -headers= Ns Ar headers .Fl -headers Ns = Ns Ar headers
.Xc .Xc
a list of comma-separated headers that should get printed. a list of comma-separated headers that should get printed.
.It Xo .It Xo
.Fl p Ar port-spec Ns , .Fl p Ar port-spec Ns ,
.Fl -port= Ns Ar port-spec .Fl -port Ns = Ns Ar port-spec
.Xc .Xc
use this port instead of the default use this port instead of the default
.Ql kpop .Ql kpop
@ -119,7 +118,7 @@ $ push --from -5 havregryn
.Ed .Ed
.Pp .Pp
tries to fetch tries to fetch
.Nm From: .Sy From:
lines for current user at post office lines for current user at post office
.Dq havregryn .Dq havregryn
using Kerberos 5. using Kerberos 5.

View File

@ -98,7 +98,7 @@ BINARY option to be negotiated on output.
.It Fl S Ar tos .It Fl S Ar tos
Sets the IP type-of-service (TOS) option for the telnet Sets the IP type-of-service (TOS) option for the telnet
connection to the value connection to the value
.Ar tos, .Ar tos ,
which can be a numeric TOS value which can be a numeric TOS value
or, on systems that support it, a symbolic or, on systems that support it, a symbolic
TOS name found in the /etc/iptos file. TOS name found in the /etc/iptos file.
@ -134,7 +134,7 @@ Sets the initial
.Nm .Nm
.Nm telnet .Nm telnet
escape character to escape character to
.Ar escape char. .Ar escape char .
If If
.Ar escape char .Ar escape char
is omitted, then is omitted, then
@ -143,7 +143,6 @@ there will be no escape character.
If Kerberos V5 authentication is being used, the If Kerberos V5 authentication is being used, the
.Fl f .Fl f
option allows the local credentials to be forwarded to the remote system. option allows the local credentials to be forwarded to the remote system.
.ne 1i
.It Fl k Ar realm .It Fl k Ar realm
If Kerberos authentication is being used, the If Kerberos authentication is being used, the
.Fl k .Fl k
@ -304,12 +303,12 @@ auth command are as follows:
.It Ic disable Ar type .It Ic disable Ar type
Disables the specified type of authentication. To Disables the specified type of authentication. To
obtain a list of available types, use the obtain a list of available types, use the
.Ic auth disable \&? .Ic auth disable ?\&
command. command.
.It Ic enable Ar type .It Ic enable Ar type
Enables the specified type of authentication. To Enables the specified type of authentication. To
obtain a list of available types, use the obtain a list of available types, use the
.Ic auth enable \&? .Ic auth enable ?\&
command. command.
.It Ic status .It Ic status
Lists the current status of the various types of Lists the current status of the various types of
@ -336,18 +335,22 @@ option is not supported outside of the United States and Canada.
.Pp .Pp
Valid arguments for the encrypt command are as follows: Valid arguments for the encrypt command are as follows:
.Bl -tag -width Ar .Bl -tag -width Ar
.It Ic disable Ar type Ic [input|output] .It Ic disable Ar type Xo
.Op Cm input | output
.Xc
Disables the specified type of encryption. If you Disables the specified type of encryption. If you
omit the input and output, both input and output omit the input and output, both input and output
are disabled. To obtain a list of available are disabled. To obtain a list of available
types, use the types, use the
.Ic encrypt disable \&? .Ic encrypt disable ?\&
command. command.
.It Ic enable Ar type Ic [input|output] .It Ic enable Ar type Xo
.Op Cm input | output
.Xc
Enables the specified type of encryption. If you Enables the specified type of encryption. If you
omit input and output, both input and output are omit input and output, both input and output are
enabled. To obtain a list of available types, use the enabled. To obtain a list of available types, use the
.Ic encrypt enable \&? .Ic encrypt enable ?\&
command. command.
.It Ic input .It Ic input
This is the same as the This is the same as the
@ -365,18 +368,18 @@ command.
This is the same as the This is the same as the
.Ic encrypt stop output .Ic encrypt stop output
command. command.
.It Ic start Ic [input|output] .It Ic start Op Cm input | output
Attempts to start encryption. If you omit Attempts to start encryption. If you omit
.Ic input .Ic input
and and
.Ic output, .Ic output ,
both input and output are enabled. To both input and output are enabled. To
obtain a list of available types, use the obtain a list of available types, use the
.Ic encrypt enable \&? .Ic encrypt enable ?\&
command. command.
.It Ic status .It Ic status
Lists the current status of encryption. Lists the current status of encryption.
.It Ic stop Ic [input|output] .It Ic stop Op Cm input | output
Stops encryption. If you omit input and output, Stops encryption. If you omit input and output,
encryption is on both input and output. encryption is on both input and output.
.It Ic type Ar type .It Ic type Ar type
@ -387,7 +390,7 @@ or
.Ic encrypt stop .Ic encrypt stop
commands. commands.
.El .El
.It Ic environ Ar arguments... .It Ic environ Ar arguments ...
The The
.Ic environ .Ic environ
command is used to manipulate the command is used to manipulate the
@ -407,7 +410,7 @@ variable is also exported if the
or or
.Fl l .Fl l
options are used. options are used.
.br .Pp
Valid arguments for the Valid arguments for the
.Ic environ .Ic environ
command are: command are:
@ -416,7 +419,7 @@ command are:
Define the variable Define the variable
.Ar variable .Ar variable
to have a value of to have a value of
.Ar value. .Ar value .
Any variables defined by this command are automatically exported. Any variables defined by this command are automatically exported.
The The
.Ar value .Ar value
@ -441,7 +444,7 @@ Those marked with a
.Cm * .Cm *
will be sent automatically, will be sent automatically,
other variables will only be sent if explicitly requested. other variables will only be sent if explicitly requested.
.It Ic \&? .It Ic ?\&
Prints out help information for the Prints out help information for the
.Ic environ .Ic environ
command. command.
@ -512,7 +515,6 @@ option.
This requires that the This requires that the
.Dv LINEMODE .Dv LINEMODE
option be enabled. option be enabled.
.ne 1i
.It Ic litecho Pq Ic \-litecho .It Ic litecho Pq Ic \-litecho
Attempt to enable (disable) the Attempt to enable (disable) the
.Dv LIT_ECHO .Dv LIT_ECHO
@ -522,17 +524,15 @@ option.
This requires that the This requires that the
.Dv LINEMODE .Dv LINEMODE
option be enabled. option be enabled.
.It Ic \&? .It Ic ?\&
Prints out help information for the Prints out help information for the
.Ic mode .Ic mode
command. command.
.El .El
.It Xo .It Xo
.Ic open Ar host .Ic open Ar host
.Oo Op Fl l .Op Fl l Ar user
.Ar user .Op Oo Fl Oc Ns Ar port
.Oc Ns Oo Fl
.Ar port Oc
.Xc .Xc
Open a connection to the named host. Open a connection to the named host.
If no port number If no port number
@ -646,7 +646,6 @@ command,
.Ic getstatus .Ic getstatus
will send the subnegotiation to request that the server send will send the subnegotiation to request that the server send
its current option status. its current option status.
.ne 1i
.It Ic ip .It Ic ip
Sends the Sends the
.Dv TELNET IP .Dv TELNET IP
@ -692,10 +691,10 @@ command.
can also be either can also be either
.Ic help .Ic help
or or
.Ic \&? .Ic ?\&
to print out help information, including to print out help information, including
a list of known symbolic names. a list of known symbolic names.
.It Ic \&? .It Ic ?\&
Prints out help information for the Prints out help information for the
.Ic send .Ic send
command. command.
@ -972,7 +971,6 @@ The initial value for the suspend character is taken to be
the terminal's the terminal's
.Ic suspend .Ic suspend
character. character.
.ne 1i
.It Ic tracefile .It Ic tracefile
This is the file to which the output, caused by This is the file to which the output, caused by
.Ic netdata .Ic netdata
@ -996,7 +994,7 @@ The initial value for the worderase character is taken to be
the terminal's the terminal's
.Ic worderase .Ic worderase
character. character.
.It Ic \&? .It Ic ?\&
Displays the legal Displays the legal
.Ic set .Ic set
.Pq Ic unset .Pq Ic unset
@ -1040,7 +1038,7 @@ The remote default characters are those of the remote system
at the time when the at the time when the
.Tn TELNET .Tn TELNET
connection was established. connection was established.
.It Ic \&? .It Ic ?\&
Prints out help information for the Prints out help information for the
.Ic slc .Ic slc
command. command.
@ -1115,7 +1113,6 @@ stream does not start automatically. The autoencrypt
(autodecrypt) command states that encryption of the (autodecrypt) command states that encryption of the
output (input) stream should be enabled as soon as output (input) stream should be enabled as soon as
possible. possible.
.sp
.Pp .Pp
Note: Because of export controls, the Note: Because of export controls, the
.Dv TELNET ENCRYPT .Dv TELNET ENCRYPT
@ -1273,7 +1270,6 @@ protocol processing (having to do with
options). options).
The initial value for this toggle is The initial value for this toggle is
.Dv FALSE . .Dv FALSE .
.ne 1i
.It Ic prettydump .It Ic prettydump
When the When the
.Ic netdata .Ic netdata
@ -1295,7 +1291,7 @@ skips the reading of the
file in the users home file in the users home
directory when connections are opened. The initial directory when connections are opened. The initial
value for this toggle is value for this toggle is
.Dv FALSE. .Dv FALSE .
.It Ic termdata .It Ic termdata
Toggles the display of all terminal data (in hexadecimal format). Toggles the display of all terminal data (in hexadecimal format).
The initial value for this toggle is The initial value for this toggle is
@ -1308,7 +1304,7 @@ toggle is
.Tn TELNET .Tn TELNET
prints out a message each time encryption is enabled or prints out a message each time encryption is enabled or
disabled. The initial value for this toggle is disabled. The initial value for this toggle is
.Dv FALSE. .Dv FALSE .
Note: Because of export controls, data encryption Note: Because of export controls, data encryption
is not supported outside of the United States and Canada. is not supported outside of the United States and Canada.
.It Ic \&? .It Ic \&?
@ -1327,7 +1323,7 @@ system. If
.Ic command .Ic command
is omitted, then an interactive is omitted, then an interactive
subshell is invoked. subshell is invoked.
.It Ic \&? Op Ar command .It Ic ?\& Op Ar command
Get help. With no arguments, Get help. With no arguments,
.Nm telnet .Nm telnet
prints a help summary. prints a help summary.

View File

@ -95,7 +95,7 @@ has been compiled with support for the
.Dv AUTHENTICATION .Dv AUTHENTICATION
option. option.
There are several valid values for There are several valid values for
.Ar authmode: .Ar authmode :
.Bl -tag -width debug .Bl -tag -width debug
.It debug .It debug
Turns on authentication debugging code. Turns on authentication debugging code.
@ -153,7 +153,7 @@ to the connection, allowing the user to see what
.Nm telnetd .Nm telnetd
is doing. is doing.
There are several possible values for There are several possible values for
.Ar debugmode: .Ar debugmode :
.Bl -tag -width exercise .Bl -tag -width exercise
.It Cm options .It Cm options
Prints information about the negotiation of Prints information about the negotiation of
@ -166,7 +166,7 @@ information, plus some additional information
about what processing is going on. about what processing is going on.
.It Cm netdata .It Cm netdata
Displays the data stream received by Displays the data stream received by
.Nm telnetd. .Nm telnetd .
.It Cm ptydata .It Cm ptydata
Displays data written to the pty. Displays data written to the pty.
.It Cm exercise .It Cm exercise
@ -194,12 +194,12 @@ be reached may be cleaned up.
This option is only enabled when This option is only enabled when
.Nm telnetd .Nm telnetd
is compiled for is compiled for
.Dv UNICOS. .Dv UNICOS .
It specifies an inclusive range of pseudo-terminal devices to It specifies an inclusive range of pseudo-terminal devices to
use. If the system has sysconf variable use. If the system has sysconf variable
.Dv _SC_CRAY_NPTY .Dv _SC_CRAY_NPTY
configured, the default pty search range is 0 to configured, the default pty search range is 0 to
.Dv _SC_CRAY_NPTY; .Dv _SC_CRAY_NPTY ;
otherwise, the default range is 0 to 128. Either otherwise, the default range is 0 to 128. Either
.Ar lowpty .Ar lowpty
or or
@ -230,7 +230,6 @@ indicates that only dotted decimal addresses
should be put into the should be put into the
.Pa utmp .Pa utmp
file. file.
.ne 1i
.It Fl U .It Fl U
This option causes This option causes
.Nm telnetd .Nm telnetd
@ -338,7 +337,7 @@ Indicates that the client is willing to send a
of the Network Virtual Terminal. of the Network Virtual Terminal.
.It "WILL SGA" .It "WILL SGA"
Indicates that it will not be sending Indicates that it will not be sending
.Dv IAC GA, .Dv IAC GA ,
go ahead, commands. go ahead, commands.
.It "WILL STATUS" .It "WILL STATUS"
Indicates a willingness to send the client, upon Indicates a willingness to send the client, upon
@ -351,7 +350,6 @@ Whenever a
command is received, it is always responded command is received, it is always responded
to with a to with a
.Dv WILL TIMING-MARK .Dv WILL TIMING-MARK
.ne 1i
.It "WILL LOGOUT" .It "WILL LOGOUT"
When a When a
.Dv DO LOGOUT .Dv DO LOGOUT
@ -384,7 +382,7 @@ characters remotely.
This is not really supported, but is sent to identify a 4.2BSD This is not really supported, but is sent to identify a 4.2BSD
.Xr telnet 1 .Xr telnet 1
client, which will improperly respond with client, which will improperly respond with
.Dv WILL ECHO. .Dv WILL ECHO .
If a If a
.Dv WILL ECHO .Dv WILL ECHO
is received, a is received, a
@ -396,7 +394,7 @@ name of the type of terminal that is attached
to the client side of the connection. to the client side of the connection.
.It "DO SGA" .It "DO SGA"
Indicates that it does not need to receive Indicates that it does not need to receive
.Dv IAC GA, .Dv IAC GA ,
the go ahead command. the go ahead command.
.It "DO NAWS" .It "DO NAWS"
Requests that the client inform the server when Requests that the client inform the server when
@ -425,9 +423,9 @@ Only sent if
.Nm telnetd .Nm telnetd
is compiled with support for both linemode and is compiled with support for both linemode and
kludge linemode, and the client responded with kludge linemode, and the client responded with
.Dv WONT LINEMODE. .Dv WONT LINEMODE .
If the client responds with If the client responds with
.Dv WILL TM, .Dv WILL TM ,
the it is assumed that the client supports the it is assumed that the client supports
kludge linemode. kludge linemode.
Note that the Note that the
@ -448,14 +446,13 @@ the data stream.
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Sh FILES .Sh FILES
.Pa /etc/services .Bl -tag -width /etc/services -compact
.br .It Pa /etc/services
.Pa /etc/inittab .It Pa /etc/inittab
(UNICOS systems only) (UNICOS systems only)
.br .It Pa /etc/iptos
.Pa /etc/iptos
(if supported) (if supported)
.br .El
.Sh "SEE ALSO" .Sh "SEE ALSO"
.Xr telnet 1 , .Xr telnet 1 ,
.Xr login 1 .Xr login 1

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kadmin .Nm kadmin
.Nd .Nd Kerberos administration utility
Kerberos administration utility
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl p Ar string \*(Ba Xo .Oo Fl p Ar string \*(Ba Xo
@ -101,7 +100,7 @@ will prompt for commands to process. Commands include:
.Op Fl -pw-expiration-time= Ns Ar time .Op Fl -pw-expiration-time= Ns Ar time
.Ar principal... .Ar principal...
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
creates a new principal creates a new principal
.Ed .Ed
.Pp .Pp
@ -114,21 +113,21 @@ creates a new principal
.Op Fl -key= Ns Ar string .Op Fl -key= Ns Ar string
.Ar principal... .Ar principal...
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
changes the password of an existing principal changes the password of an existing principal
.Ed .Ed
.Pp .Pp
.Nm delete .Nm delete
.Ar principal... .Ar principal...
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
removes a principal removes a principal
.Ed .Ed
.Pp .Pp
.Nm del_enctype .Nm del_enctype
.Ar principal enctypes... .Ar principal enctypes...
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
removes some enctypes from a principal, this can be useful the service removes some enctypes from a principal, this can be useful the service
belonging to the principal is known to not handle certain enctypes belonging to the principal is known to not handle certain enctypes
.Ed .Ed
@ -139,7 +138,7 @@ belonging to the principal is known to not handle certain enctypes
.Xc .Xc
.Ar principal... .Ar principal...
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
creates a keytab with the keys of the specified principals creates a keytab with the keys of the specified principals
.Ed .Ed
.Pp .Pp
@ -149,7 +148,7 @@ creates a keytab with the keys of the specified principals
.Op Fl t | Fl -terse .Op Fl t | Fl -terse
.Ar expression... .Ar expression...
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
lists the principals that match the expressions (which are shell glob lists the principals that match the expressions (which are shell glob
like), long format gives more information, and terse just prints the like), long format gives more information, and terse just prints the
names names
@ -158,7 +157,7 @@ names
.Nm rename .Nm rename
.Ar from to .Ar from to
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
renames a principal renames a principal
.Ed .Ed
.Pp .Pp
@ -173,26 +172,25 @@ renames a principal
.Op Fl -kvno= Ns Ar number .Op Fl -kvno= Ns Ar number
.Ar principal .Ar principal
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
modifies certain attributes of a principal modifies certain attributes of a principal
.Ed .Ed
.Pp .Pp
.Nm privileges .Nm privileges
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
lists the operations you are allowd to perform lists the operations you are allowd to perform
.Ed .Ed
.Pp .Pp
.Ed .Ed
.Pp
When running in local mode, the following commands can also be used. When running in local mode, the following commands can also be used.
.Bd -ragged -offset indent .Bd -ragged -offset indent
.Nm dump .Nm dump
.Op Fl d | Fl -decrypt .Op Fl d | Fl -decrypt
.Op Ar dump-file .Op Ar dump-file
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
writes the database in writes the database in
.Dq human readable .Dq human readable
form to the specified file, or standard out form to the specified file, or standard out
@ -203,7 +201,7 @@ form to the specified file, or standard out
.Op Fl -realm-max-renewable-life= Ns Ar string .Op Fl -realm-max-renewable-life= Ns Ar string
.Ar realm .Ar realm
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
initialises the Kerberos database with entries for a new realm, it's initialises the Kerberos database with entries for a new realm, it's
possible to have more than one realm served by one server possible to have more than one realm served by one server
.Ed .Ed
@ -211,21 +209,20 @@ possible to have more than one realm served by one server
.Nm load .Nm load
.Ar file .Ar file
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
reads a previously dumped database, and re-creates that database from scratch reads a previously dumped database, and re-creates that database from scratch
.Ed .Ed
.Pp .Pp
.Nm merge .Nm merge
.Ar file .Ar file
.Pp .Pp
.Bd -filled -offset indent .Bd -ragged -offset indent
similar to similar to
.Nm list .Nm list
but just modifies the database with the entries in the dump file but just modifies the database with the entries in the dump file
.Ed .Ed
.Pp .Pp
.Ed .Ed
.\".Sh ENVIRONMENT .\".Sh ENVIRONMENT
.\".Sh FILES .\".Sh FILES
.\".Sh EXAMPLES .\".Sh EXAMPLES

View File

@ -3,8 +3,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kadmind .Nm kadmind
.Nd .Nd "server for administrative access to kerberos database"
server for administrative access to kerberos database
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl c Ar file \*(Ba Xo .Oo Fl c Ar file \*(Ba Xo
@ -32,7 +31,7 @@ connection. The
option causes option causes
.Nm .Nm
to accept exactly one connection, which is useful for debugging. to accept exactly one connection, which is useful for debugging.
.Pp
If built with krb4 support, it implements both the Heimdal Kerberos 5 If built with krb4 support, it implements both the Heimdal Kerberos 5
administrative protocol and the Kerberos 4 protocol. Password changes administrative protocol and the Kerberos 4 protocol. Password changes
via the Kerberos 4 protocol are also performed by via the Kerberos 4 protocol are also performed by

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm hprop .Nm hprop
.Nd .Nd propagate the KDC database
propagate the KDC database
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl m Ar file \*(Ba Xo .Oo Fl m Ar file \*(Ba Xo
@ -37,8 +36,8 @@ propagate the KDC database
.Op Fl v | Fl -verbose .Op Fl v | Fl -verbose
.Op Fl -version .Op Fl -version
.Op Fl h | Fl -help .Op Fl h | Fl -help
.Ar host Ns Op :port .Ar host Ns Op : Ns Ar port
... .Ar ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
takes a principal database in a specified format and converts it into takes a principal database in a specified format and converts it into
@ -112,7 +111,7 @@ This option thansmits the database with encrypted keys.
.Xc .Xc
Dump the database on stdout, in a format that can be fed to hpropd. Dump the database on stdout, in a format that can be fed to hpropd.
.El .El
.Pp
The following options are only valid if The following options are only valid if
.Nm hprop .Nm hprop
is compiled with support for Kerberos 4 (kaserver). is compiled with support for Kerberos 4 (kaserver).
@ -145,7 +144,6 @@ Deprecated, identical to
Deprecated, identical to Deprecated, identical to
.Sq --source=kaserver . .Sq --source=kaserver .
.El .El
.Sh EXAMPLES .Sh EXAMPLES
The following will propagate a database to another machine (which The following will propagate a database to another machine (which
should run should run
@ -153,12 +151,12 @@ should run
.Bd -literal -offset indent .Bd -literal -offset indent
$ hprop slave-1 slave-2 $ hprop slave-1 slave-2
.Ed .Ed
.Pp
Copy a Kerberos 4 database to a Kerberos 5 slave: Copy a Kerberos 4 database to a Kerberos 5 slave:
.Bd -literal -offset indent .Bd -literal -offset indent
$ hprop --source=krb4-db -E krb5-slave $ hprop --source=krb4-db -E krb5-slave
.Ed .Ed
.Pp
Convert a Kerberos 4 dump-file for use with a Heimdal KDC: Convert a Kerberos 4 dump-file for use with a Heimdal KDC:
.Bd -literal -offset indent .Bd -literal -offset indent
$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump -E | hpropd -n $ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump -E | hpropd -n

View File

@ -1,12 +1,11 @@
.\" $Id: hpropd.8,v 1.5 2000/11/12 15:37:33 joda Exp $ .\" $Id: hpropd.8,v 1.5 2000/11/12 15:37:33 joda Exp $
.\" .\"
.Dd Aug 27, 1997 .Dd August 27, 1997
.Dt HPROPD 8 .Dt HPROPD 8
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm hpropd .Nm hpropd
.Nd .Nd receive a propagated database
receive a propagated database
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl d Ar file \*(Ba Xo .Oo Fl d Ar file \*(Ba Xo

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kdc .Nm kdc
.Nd .Nd Kerberos 5 server
Kerberos 5 server
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl c Ar file \*(Ba Xo .Oo Fl c Ar file \*(Ba Xo

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kstash .Nm kstash
.Nd .Nd "store the KDC master password in a file"
store the KDC master password in a file
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl e Ar string \*(Ba Xo .Oo Fl e Ar string \*(Ba Xo

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm string2key .Nm string2key
.Nd .Nd map a password into a key
map a password into a key
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl 5 | Fl -version5 .Op Fl 5 | Fl -version5

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kpasswd .Nm kpasswd
.Nd .Nd Kerberos 5 password changing program
Kerberos 5 password changing program
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Ar principal .Op Ar principal

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kpasswdd .Nm kpasswdd
.Nd .Nd Kerberos 5 password changing server
Kerberos 5 password changing server
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl -check-library= Ns Ar library .Op Fl -check-library= Ns Ar library

View File

@ -1,12 +1,11 @@
.\" $Id: kdestroy.1,v 1.2 1999/05/14 14:05:40 assar Exp $ .\" $Id: kdestroy.1,v 1.2 1999/05/14 14:05:40 assar Exp $
.\" .\"
.Dd Aug 27, 1997 .Dd August 27, 1997
.Dt KDESTROY 1 .Dt KDESTROY 1
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kdestroy .Nm kdestroy
.Nd .Nd destroy the current ticket file
destroy the current ticket file
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl c Ar cachefile .Op Fl c Ar cachefile

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kgetcred .Nm kgetcred
.Nd .Nd "get a ticket for a particular service"
get a ticket for a particular service
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl e Ar enctype \*(Ba Xo .Oo Fl e Ar enctype \*(Ba Xo

View File

@ -6,8 +6,7 @@
.Sh NAME .Sh NAME
.Nm kinit , .Nm kinit ,
.Nm kauth .Nm kauth
.Nd .Nd acquire initial tickets
acquire initial tickets
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm kinit .Nm kinit
.Op Fl 4 | Fl -524init .Op Fl 4 | Fl -524init

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm klist .Nm klist
.Nd .Nd list Kerberos credentials
list Kerberos credentials
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Oo Fl c Ar cache \*(Ba Xo .Oo Fl c Ar cache \*(Ba Xo
@ -81,7 +80,7 @@ pre-authenticated
.It H .It H
hardware authenticated hardware authenticated
.El .El
.Pp
This information is also output with the This information is also output with the
.Fl -verbose .Fl -verbose
option, but in a more verbose way. option, but in a more verbose way.

View File

@ -42,8 +42,8 @@ without giving your password.
.Pp .Pp
For more information on how Kerberos works, and other general Kerberos For more information on how Kerberos works, and other general Kerberos
questions see the Kerberos FAQ at questions see the Kerberos FAQ at
.Ad http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html . .Pa http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html .
.Pp
For setup instructions see the Heimdal Texinfo manual. For setup instructions see the Heimdal Texinfo manual.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ftp 1 .Xr ftp 1

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm /etc/krb5.conf .Nm /etc/krb5.conf
.Nd .Nd configuration file for Kerberos 5
Configuration file for Kerberos 5
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -7,7 +7,7 @@
.Nm krb5_425_conv_principal , .Nm krb5_425_conv_principal ,
.Nm krb5_425_conv_principal_ext , .Nm krb5_425_conv_principal_ext ,
.Nm krb5_524_conv_principal .Nm krb5_524_conv_principal
.Nd Converts to and from version 4 principals .Nd converts to and from version 4 principals
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_error_code .Ft krb5_error_code

View File

@ -7,27 +7,23 @@
.Nm krb5_appdefault_boolean , .Nm krb5_appdefault_boolean ,
.Nm krb5_appdefault_string , .Nm krb5_appdefault_string ,
.Nm krb5_appdefault_time .Nm krb5_appdefault_time
.Nd Get application configuration value .Nd get application configuration value
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft void .Ft void
.Fn krb5_appdefault_boolean "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "krb5_boolean def_val" "krb5_boolean *ret_val" .Fn krb5_appdefault_boolean "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "krb5_boolean def_val" "krb5_boolean *ret_val"
.Ft void .Ft void
.Fn krb5_appdefault_string "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "const char *def_val" "char **ret_val" .Fn krb5_appdefault_string "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "const char *def_val" "char **ret_val"
.Ft void .Ft void
.Fn krb5_appdefault_time "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "time_t def_val" "time_t *ret_val" .Fn krb5_appdefault_time "krb5_context context" "const char *appname" "krb5_realm realm" "const char *option" "time_t def_val" "time_t *ret_val"
.Sh DESCRIPTION .Sh DESCRIPTION
These functions get application application defaults from the These functions get application application defaults from the
.Dv appdefaults .Dv appdefaults
section of the section of the
.Xr krb5.conf 5 .Xr krb5.conf 5
configuration file. These defaults can be specified per application, configuration file. These defaults can be specified per application,
and/or per realm. and/or per realm.
.Pp
These values will be looked for in These values will be looked for in
.Xr krb5.conf 5 , .Xr krb5.conf 5 ,
in order of descending importance. in order of descending importance.
@ -46,12 +42,11 @@ in order of descending importance.
} }
option = value option = value
.Ed .Ed
.Pp
If the realm is omitted it will not be used for resolving values. If If the realm is omitted it will not be used for resolving values. If
no value can be found, no value can be found,
.Fa def_val .Fa def_val
is returned instead. is returned instead.
.Sh SEE ALSO .Sh SEE ALSO
.Xr krb5_config 3 , .Xr krb5_config 3 ,
.Xr krb5.conf 5 .Xr krb5.conf 5

View File

@ -34,7 +34,7 @@
.Nm krb5_auth_con_setrcache , .Nm krb5_auth_con_setrcache ,
.Nm krb5_auth_con_initivector , .Nm krb5_auth_con_initivector ,
.Nm krb5_auth_con_setivector .Nm krb5_auth_con_setivector
.Nd manage authetication on connection level. .Nd manage authetication on connection level
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_error_code .Ft krb5_error_code

View File

@ -9,7 +9,7 @@
.Nm krb5_build_principal_va , .Nm krb5_build_principal_va ,
.Nm krb5_build_principal_va_ext , .Nm krb5_build_principal_va_ext ,
.Nm krb5_make_principal .Nm krb5_make_principal
.Nd Principal creation functions .Nd principal creation functions
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_error_code .Ft krb5_error_code

View File

@ -8,11 +8,9 @@
.Nm krb5_config_get_int_default , .Nm krb5_config_get_int_default ,
.Nm krb5_config_get_string_default , .Nm krb5_config_get_string_default ,
.Nm krb5_config_get_time_default .Nm krb5_config_get_time_default
.Nd Get configuration value .Nd get configuration value
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_boolean .Ft krb5_boolean
.Fn krb5_config_get_bool_default "krb5_context context" "krb5_config_section *c" "krb5_boolean def_value" "..." .Fn krb5_config_get_bool_default "krb5_context context" "krb5_config_section *c" "krb5_boolean def_value" "..."
.Ft int .Ft int
@ -21,27 +19,24 @@
.Fn krb5_config_get_string_default "krb5_context context" "krb5_config_section *c" "const char *def_value" "..." .Fn krb5_config_get_string_default "krb5_context context" "krb5_config_section *c" "const char *def_value" "..."
.Ft int .Ft int
.Fn krb5_config_get_time_default "krb5_context context" "krb5_config_section *c" "int def_value" "..." .Fn krb5_config_get_time_default "krb5_context context" "krb5_config_section *c" "int def_value" "..."
.Sh DESCRIPTION .Sh DESCRIPTION
These functions get values from the These functions get values from the
.Xr krb5.conf 5 .Xr krb5.conf 5
configuration file, or another configuration database specified by the configuration file, or another configuration database specified by the
.Fa c .Fa c
parameter. parameter.
.Pp
The variable arguments should be a list of strings naming each The variable arguments should be a list of strings naming each
subsection to look for. For example: subsection to look for. For example:
.Bd -literal -offset indent .Bd -literal -offset indent
krb5_config_get_bool_default(context, NULL, FALSE, "libdefaults", "log_utc", NULL) krb5_config_get_bool_default(context, NULL, FALSE, "libdefaults", "log_utc", NULL)
.Ed .Ed
.Pp
gets the boolean value for the gets the boolean value for the
.Dv log_utc .Dv log_utc
option, defaulting to option, defaulting to
.Dv FALSE . .Dv FALSE .
.Pp
.Fn krb5_config_get_bool_default .Fn krb5_config_get_bool_default
will convert the option value to a boolean value, where will convert the option value to a boolean value, where
.Sq yes , .Sq yes ,
@ -50,22 +45,19 @@ and any non-zero number means
.Dv TRUE , .Dv TRUE ,
and any other value and any other value
.Dv FALSE . .Dv FALSE .
.Pp
.Fn krb5_config_get_int_default .Fn krb5_config_get_int_default
will convert the value to an integer. will convert the value to an integer.
.Pp
.Fn krb5_config_get_time_default .Fn krb5_config_get_time_default
will convert the value to a period of time (not a time stamp) in will convert the value to a period of time (not a time stamp) in
seconds, so the string 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 .Sh BUGS
Other than for the string case, there's no way to tell whether there Other than for the string case, there's no way to tell whether there
was a value specified or not. 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

View File

@ -5,7 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_free_principal .Nm krb5_free_principal
.Nd Principal free function .Nd principal free function
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft void .Ft void

View File

@ -5,7 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5_parse_name .Nm krb5_parse_name
.Nd String to principal conversion .Nd string to principal conversion
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_error_code .Ft krb5_error_code

View File

@ -6,7 +6,7 @@
.Sh NAME .Sh NAME
.Nm krb5_sname_to_principal , .Nm krb5_sname_to_principal ,
.Nm krb5_sock_to_principal .Nm krb5_sock_to_principal
.Nd Create a service principal .Nd create a service principal
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_error_code .Ft krb5_error_code

View File

@ -6,7 +6,7 @@
.Sh NAME .Sh NAME
.Nm krb5_unparse_name .Nm krb5_unparse_name
.\" .Nm krb5_unparse_name_ext .\" .Nm krb5_unparse_name_ext
.Nd Principal to string conversion .Nd principal to string conversion
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <krb5.h> .Fd #include <krb5.h>
.Ft krb5_error_code .Ft krb5_error_code

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm verify_krb5_conf .Nm verify_krb5_conf
.Nd .Nd does a crude test that
does a crude test that
.Pa krb5.conf .Pa krb5.conf
does not contain any obvious syntax error does not contain any obvious syntax error
.Sh SYNOPSIS .Sh SYNOPSIS

View File

@ -42,7 +42,7 @@ RCSID("$Id: make-print-version.c,v 1.2 2000/07/08 10:46:36 assar Exp $");
extern const char *heimdal_version; extern const char *heimdal_version;
#endif #endif
#ifdef KRB4 #ifdef KRB4
extern const char *krb4_version; extern char *krb4_version;
#endif #endif
#include <version.h> #include <version.h>

View File

@ -5,8 +5,7 @@
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm krb5-config .Nm krb5-config
.Nd .Nd "give information on how to link code against Heimdal libraries"
give information on how to link code against Heimdal libraries
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl -prefix Ns Op = Ns Ar dir .Op Fl -prefix Ns Op = Ns Ar dir