Introduce enumerate of options using the standard way.

Remove .Pp between items.
This commit is contained in:
Philippe Charnier 2002-10-16 15:32:16 +00:00
parent bcbf58952c
commit f4cda4bb8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105257

View File

@ -86,14 +86,15 @@ Once the password has been verified,
.Nm .Nm
communicates the new password information to communicates the new password information to
the Kerberos authenticating host. the Kerberos authenticating host.
.Bl -tag -width flag .Pp
The following option is available:
.Bl -tag -width indent
.It Fl l .It Fl l
This option causes the password to be updated only in the local Cause the password to be updated only in the local
password file, and not with the Kerberos database. password file, and not with the Kerberos database.
When changing only the local password, When changing only the local password,
.Xr pwd_mkdb 8 .Xr pwd_mkdb 8
is used to update the password databases. is used to update the password databases.
.Pp
.El .El
When changing local or NIS password, the next password change date When changing local or NIS password, the next password change date
is set according to is set according to
@ -138,11 +139,9 @@ The super-user on NIS client systems and NIS slave
servers still needs to provide a password before the update will be processed. servers still needs to provide a password before the update will be processed.
.Pp .Pp
The following additional options are supported for use with NIS: The following additional options are supported for use with NIS:
.Bl -tag -width flag .Bl -tag -width indent
.It Fl y .It Fl y
The Override
.Fl y
flag overrides
.Nm Ns 's .Nm Ns 's
checking heuristics and forces checking heuristics and forces
it into NIS mode. it into NIS mode.
@ -205,7 +204,6 @@ The specified hostname need not be the name of an NIS master: the
name of the NIS master for a given map can be determined by querying any name of the NIS master for a given map can be determined by querying any
NIS server (master or slave) in a domain, so specifying the name of a NIS server (master or slave) in a domain, so specifying the name of a
slave server will work equally well. slave server will work equally well.
.Pp
.It Fl o .It Fl o
Do not automatically override the password authentication checks for the Do not automatically override the password authentication checks for the
super-user on the NIS master server; assume 'old' mode instead. super-user on the NIS master server; assume 'old' mode instead.
@ -215,13 +213,13 @@ flag is of limited practical use but is useful for testing.
.Sh FILES .Sh FILES
.Bl -tag -width /etc/master.passwd -compact .Bl -tag -width /etc/master.passwd -compact
.It Pa /etc/master.passwd .It Pa /etc/master.passwd
The user database the user database
.It Pa /etc/passwd .It Pa /etc/passwd
A Version 7 format password file a Version 7 format password file
.It Pa /etc/passwd.XXXXXX .It Pa /etc/passwd.XXXXXX
Temporary copy of the password file temporary copy of the password file
.It Pa /etc/login.conf .It Pa /etc/login.conf
Login class capabilities database login class capabilities database
.It Pa /etc/auth.conf .It Pa /etc/auth.conf
configure authentication services configure authentication services
.El .El