[svn-upgrade] Integrating new upstream version, shadow (4.0.7)

This commit is contained in:
nekral-guest
2007-10-07 11:45:58 +00:00
parent 164b557066
commit 0ee095abd8
148 changed files with 10657 additions and 6402 deletions

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: chage.1,v 1.14 2004/11/02 19:28:31 kloczek Exp $
.\"$Id: chage.1,v 1.15 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1990 - 1994 Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -72,7 +72,7 @@ this field indicates that the user may change her password at any time.
Set maximum number of days during which a password is valid. When
\fImaxdays\fR plus fIlastday\fR is less than the current day, the user will
be required to change her password before being able to use her account.
This occurance can be planned for in advance by use of the \fB-W\fR option,
This occurrence can be planned for in advance by use of the \fB-W\fR option,
which provides the user with advance warning.
.IP "\fB-W\fR \fIwarndays\fR"
Set the number of days of warning before a password change is required. The

View File

@@ -1,4 +1,4 @@
.\"$Id: chfn.1,v 1.10 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: chfn.1,v 1.11 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1990 - 1994 Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -38,7 +38,7 @@ chfn \- change real user name and information
.SH DESCRIPTION
\fBchfn\fR changes user fullname, office number, office extension, and home
phone number information for a user's account. This information is
typically printed by \fBfinger\fR(1) and similiar programs. A normal user
typically printed by \fBfinger\fR(1) and similar programs. A normal user
may only change the fields for her own account, the super user may change
the fields for any account. Also, only the super user may use the \fB-o\fR
option to change the undefined portions of the GECOS field.

View File

@@ -1,4 +1,4 @@
.\"$Id: chpasswd.8,v 1.11 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: chpasswd.8,v 1.17 2004/12/12 20:49:52 kloczek Exp $
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -27,26 +27,32 @@
.\" SUCH DAMAGE.
.TH CHPASSWD 8
.SH NAME
\fBchpasswd\fR - update password file in batch
chpasswd - update passwords in batch mode
.SH SYNOPSIS
\fBchpasswd\fR [\fB-e\fR]
\fBchpasswd\fR [\fBoptions\fR]
.SH DESCRIPTION
\fBchpasswd\fR reads a file of user name and password pairs from standard
input and uses this information to update a group of existing users. Without
the \fB-e\fR switch, the passwords are expected to be cleartext. With the
\fB-e\fR switch, the passwords are expected to be in encrypted form. Each
\fBchpasswd\fR reads a list of user name and password pairs from standard
input and uses this information to update a group of existing users. Each
line is of the format:
.sp 1
\fIuser_name\fR:\fIpassword\fR
.sp 1
The named user must exist. The supplied password will be encrypted as
necessary, and the password age updated, if present.
By default the supplied password must be in clear-text. Default encription
algoritm is DES. Also the password age will be updated, if present.
.PP
This command is intended to be used in a large system environment where many
accounts are created at a single time.
.SH OPTIONS
The options which apply to the \fBchpasswd\fR command are:
.IP "\fB-e\fR, \fB--encrypted\fR"
Supplied passwords are in encrypted form.
.IP "\fB-h\fR, \fB--help\fR"
Display help message and exit.
.IP "\fB-m\fR, \fB--md5\fR"
Use MD5 encryption instead DES when the supplied passwords are not encrypted.
.SH CAVEATS
The input file must be protected if it contains unencrypted passwords.
Remember keep protected for reading by others fille passed to standard input
\fBchpasswd\fR command if it contains unencrypted passwords.
.SH SEE ALSO
.BR passwd (1),
.BR newusers (8),

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -6,6 +6,8 @@ man_MANS = \
chfn.1 \
groups.1 \
login.1 \
passwd.1
passwd.1 \
vigr.8 \
vipw.8
EXTRA_DIST = $(man_MANS)

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -47,7 +47,8 @@ CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)"
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"
man8dir = $(mandir)/man8
NROFF = nroff
MANS = $(man_MANS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -175,7 +176,9 @@ man_MANS = \
chfn.1 \
groups.1 \
login.1 \
passwd.1
passwd.1 \
vigr.8 \
vipw.8
EXTRA_DIST = $(man_MANS)
all: all-am
@@ -265,6 +268,51 @@ uninstall-man1:
echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
done
install-man8: $(man8_MANS) $(man_MANS)
@$(NORMAL_INSTALL)
test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.8*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
8*) ;; \
*) ext='8' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
done
uninstall-man8:
@$(NORMAL_UNINSTALL)
@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
for i in $$l2; do \
case "$$i" in \
*.8*) list="$$list $$i" ;; \
esac; \
done; \
for i in $$list; do \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \
8*) ;; \
*) ext='8' ;; \
esac; \
inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
inst=`echo $$inst | sed -e 's/^.*\///'`; \
inst=`echo $$inst | sed '$(transform)'`.$$ext; \
echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
done
tags: TAGS
TAGS:
@@ -303,7 +351,7 @@ check-am: all-am
check: check-am
all-am: Makefile $(MANS)
installdirs:
for dir in "$(DESTDIR)$(man1dir)"; do \
for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"; do \
test -z "$$dir" || $(mkdir_p) "$$dir"; \
done
install: install-am
@@ -354,7 +402,7 @@ install-exec-am:
install-info: install-info-am
install-man: install-man1
install-man: install-man1 install-man8
installcheck-am:
@@ -376,18 +424,18 @@ ps-am:
uninstall-am: uninstall-info-am uninstall-man
uninstall-man: uninstall-man1
uninstall-man: uninstall-man1 uninstall-man8
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
distclean distclean-generic distclean-libtool distdir dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-exec install-exec-am \
install-info install-info-am install-man install-man1 \
install-strip installcheck installcheck-am installdirs \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
uninstall uninstall-am uninstall-info-am uninstall-man \
uninstall-man1
install-man8 install-strip installcheck installcheck-am \
installdirs maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am uninstall uninstall-am uninstall-info-am \
uninstall-man uninstall-man1 uninstall-man8
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

1
man/de/vigr.8 Normal file
View File

@@ -0,0 +1 @@
.so man8/vipw.8

32
man/de/vipw.8 Normal file
View File

@@ -0,0 +1,32 @@
.\"$Id: vipw.8,v 1.1 2004/12/29 23:00:28 kloczek Exp $
.\"
.\"Translated into german by Helge Kreutzmann <kreutzm@itp.uni-hannover.de>
.TH VIPW 8 "21 Jul 2004"
.SH NAME
vipw, vigr \- bearbeitet die Passwort-, Gruppen, Shadow-Paßwort oder Shadow-Gruppen-Datei.
.SH SYNTAX
\fBvipw\fR [\fB-s\fR]
.br
\fBvigr\fR [\fB-s\fR]
.SH BESCHREIBUNG
.BR vipw " und " vigr
bearbeiten die Dateien
.IR /etc/passwd " bzw. " /etc/group .
Mit dem
.B -s
Schalter bearbeiten sie die Shadow-Version dieser Dateien,
.IR /etc/shadow " bzw. " /etc/gshadow .
Diese Programme setzen die entsprechenden Locks um Dateibeschädigung
zu verhindern.
Bei der Auswahl des Editors überprüfen die Programme zuerst
die Umgebungsvariable
.BR VISUAL ,
dann die Umgebungsvariable
.BR EDITOR ,
und schließlich den Aufruf des Standard-Editors
.BR vi (1).
.SH "SIEHE AUCH"
.BR group (5),
.BR passwd (5),
.BR shadow (5)

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: faillog.8,v 1.14 2004/11/02 19:28:31 kloczek Exp $
.\"$Id: faillog.8,v 1.15 2004/12/11 16:49:33 kloczek Exp $
.\" Copyright 1989 - 1994, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -70,8 +70,6 @@ and \fB-m\fR option will cause immediate execution using any \fB-u\fR or
failure. To print out a user who has had a successful login since their last
failure, you must explicitly request the user with the \fB-u\fR flag, or
print out all users with the \fB-a\fR flag.
.PP
Some systems may replace /var/log with /var/adm or /usr/adm.
.SH FILES
\fI/var/log/faillog\fR \ - failure logging file
.SH SEE ALSO

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -51,7 +51,7 @@ La structure des enregistrements est la suivante\ :
.DE
.SH FICHIERS
\ I/var/log/faillog\ R \- Fichier de trace d'échecs de login
\fI/var/log/faillog\fR \- Fichier de trace d'échecs de login
.SH VOIR AUSSI
.BR faillog (8)
.SH AUTEUR

View File

@@ -1,4 +1,4 @@
.\"$Id: groupmod.8,v 1.15 2004/11/04 03:06:31 kloczek Exp $
.\"$Id: groupmod.8,v 1.16 2004/12/12 20:58:26 kloczek Exp $
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -27,22 +27,22 @@
.\" SUCH DAMAGE.
.TH GROUPMOD 8
.SH NAME
groupmod \- Modify a group
groupmod \- modify a group
.SH SYNOPSIS
\fBgroupmod\fR [\fB-g\fI gid \fR[\fB-o\fR]] [\fB-n\fI group_name \fR]
\fIgroup\fR
\fBgroupmod\fR [\fB-g\fR \fIGID\fR [\fB-o\fR]] [\fB-n\fR \fINEW_GROUP_NAME\fR]
\fIGROUP\fR
.SH DESCRIPTION
The \fBgroupmod\fR command modifies the system account files to reflect the
changes that are specified on the command line. The options which apply to
the \fIgroupmod\fR command are
.IP "\fB-g\fR \fIgid\fR"
changes that are specified on the command line.
.SH OPTIONS
The options which apply to the \fBgroupmod\fR command are:
.IP "\fB-g\fR \fIGID\fR"
The numerical value of the group's ID. This value must be unique, unless the
\fB-o\fR option is used. The value must be non-negative. Values between 0
and 999 are typically reserved for system groups. Any files which the old
group ID is the file group ID must have the file group ID changed manually.
.IP "\fB-n\fR \fIgroup_name\fR"
The name of the group will be changed from \fIgroup\fR to
\fIgroup_name\fR.
.IP "\fB-n\fR \fINEW_GROUP_NAME\fR"
The name of the group will be changed from \fIGROUP\fR to \fINEW_GROUP_NAME\fR.
.SH FILES
\fI/etc/group\fR \- group information
.br

View File

@@ -1,4 +1,4 @@
.\"$Id: grpck.8,v 1.13 2004/08/09 17:39:42 kloczek Exp $
.\"$Id: grpck.8,v 1.14 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1992 - 1993, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -69,11 +69,11 @@ regarding changes to be answered \fBno\fR without user intervention.
by GID. To run it in sort mode pass it \fB-s\fR flag. No checks are
performed then, it just sorts.
.SH FILES
\fI/etc/group\fR \ - group account information
\fI/etc/group\fR\ - group account information
.br
\fI/etc/gshadow\fR \ - encrypted passwords and group administrator information
\fI/etc/gshadow\fR\ - encrypted passwords and group administrator information
.br
\fI/etc/passwd\fR \ - user information
\fI/etc/passwd\fR\ - user information
.SH SEE ALSO
.BR group (5),
.BR passwd (5),

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: id.1,v 1.12 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: id.1,v 1.13 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -37,9 +37,9 @@ values. If the value does not have a corresponding entry in
the corresponding name. The optional \fB-a\fR flag will display the group
set on systems which support multiple concurrent group membership.
.SH FILES
\fI/etc/passwd\fR \ - user account information
\fI/etc/passwd\fR\ - user account information
.br
\fI/etc/group\fR \ - group information
\fI/etc/group\fR\ - group information
.SH SEE ALSO
.BR getgid (2),
.BR getgroups (2),

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: groupadd.8,v 1.6 2004/11/04 03:06:32 kloczek Exp $
.\" $Id: groupadd.8,v 1.7 2004/12/12 20:23:58 kloczek Exp $
.\"
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
.\" luglio 1999
@@ -39,7 +39,8 @@ groupadd \- Crea un nuovo gruppo
Il comando \fBgroupadd\fR crea un nuovo account di gruppo usando i valori
specificati sulla linea di comando ed i valori predefiniti dal sistema.
Il nuovo gruppo verrà aggiunto ai file di sistema che lo necessitano.
Le opzioni che si applicano al comando \fBgroupadd\fR sono
.SH OPZIONI
Le opzioni che si applicano al comando \fBgroupadd\fR sono:
.IP "\fB-g \fIgid\fR"
Il valore numerico dell'identificatore (ID) del gruppo.
Questo valore deve essere univoco, a meno che non venga usata l'opzione \fB-o\fR.

View File

@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: useradd.8,v 1.5 2004/11/04 03:06:32 kloczek Exp $
.\" $Id: useradd.8,v 1.6 2004/12/12 20:23:58 kloczek Exp $
.\"
.\" Traduzione in italiano a cura di Isabella Ruocco <isacher@nettaxi.com>
.\" luglio 1999
@@ -81,7 +81,8 @@ comando ed i valori predefiniti dal sistema.
Il nuovo account di utente verrà aggiunto ai file di sistema che lo necessitano,
verrà creata la home directory, e lì verranno copiati i file iniziali, a seconda
delle opzioni sulla linea di comando.
Le opzioni che si applicano al comando \fBuseradd\fR sono
.SH OPZIONI
Le opzioni che si applicano al comando \fBuseradd\fR sono:
.\" .IP "\fB-A {\fImetodo\fR|\fBPREDEFINITO\fR},..."
.\" Il valore del metodo di autenticazione dell'utente.
.\" Il metodo di autenticazione è il nome di un programma che è responsabile

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: faillog.8,v 1.5 2003/04/28 02:14:00 kloczek Exp $
.\"$Id: faillog.8,v 1.6 2004/12/11 16:49:33 kloczek Exp $
.\" Copyright 1989 - 1994, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -88,13 +88,6 @@ faillog \- faillog
ログインに失敗した後に正しくログインできたユーザも表示させるには、
\fB-u\fR フラグを用いてそのユーザを明示的に指定するか、
\fB-a\fR フラグを用いて全ユーザを表示させなければならない。
.PP
システムによっては
/var/log ではなく
/var/adm
/usr/adm
にログファイルが置かれているかもしれない。
.SH ファイル
\fI/var/log/faillog\fR \- 失敗を記録したファイル
.SH 関連項目

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: lastlog.8,v 1.16 2004/11/02 19:28:31 kloczek Exp $
.\"$Id: lastlog.8,v 1.19 2004/12/12 20:31:57 kloczek Exp $
.\" Copyright 1992, Phillip Street and Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -31,23 +31,22 @@
lastlog \- examine lastlog file
.SH SYNOPSIS
.TP 8
\fBlastlog\fR [(\fB-u\fR|\fB--user\fR) \fIlogin\fR]
[(\fB-t\fR|\fB--time\fR) \fIdays\fR] [(\fB-h\fR|\fB--help\fR) ]
\fBlastlog\fR [\fBoptions\fR]
.SH DESCRIPTION
.PP
\fBlastlog\fR formats and prints the contents of the last login log
\fI/var/log/lastlog\fR file . The \fBlogin-name\fR, \fBport\fR, and \fBlast
\fI/var/log/lastlog\fR file. The \fBlogin-name\fR, \fBport\fR, and \fBlast
login time\fR will be printed. The default (no flags) causes lastlog entries
to be printed, sorted by their order in \fB/etc/passwd\fR.
.SH OPTIONS
.TP
\fB-h\fR, \fB--help\fR print a one-line help message and exit.
.TP
\fB-t\fR, \fB--time\fR \fIdays\fR will cause only the lastlogins more recent
\than fIdays\fR to be printed
.TP
\fB-u\fR, \fB--user\fR \fIlogin-name\fR will cause the lastlog record for
\fIlogin-name\fR only to be printed
The options which apply to the \fBlastlog\fR command are:
.IP "\fB-h\fR, \fB--help\fR"
Print help message and exit.
.IP "\fB-t\fR, \fB--time\fR \fIDAYS\fR"
Print the lastlog records more recent than \fIDAYS\fR.
.IP "\fB-u\fR, \fB--user\fR \fILOGIN\fR"
Print the lastlog record for user with specified \fILOGIN\fR only.
.TP
The \fB-t\fR flag overrides the use of \fB-u\fR.
.PP
@@ -61,5 +60,5 @@ no output to the screen (i.e. if mmdf=800 and last uid=170, program will
appear to hang as it processes uid 171-799).
.SH AUTHORS
Julianne Frances Haugh (jockgrrl@ix.netcom.com)
.BR
.br
Phillip Street

View File

@@ -1,4 +1,4 @@
.\"$Id: login.1,v 1.17 2004/08/04 13:02:23 kloczek Exp $
.\"$Id: login.1,v 1.18 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1989 - 1994, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -86,9 +86,9 @@ executed.
Please see the appropriate manual section for more information on
this function.
.PP
A subsystem login is indicated by the presense of a "*" as the first
A subsystem login is indicated by the presence of a "*" as the first
character of the login shell. The given home directory will be used as
the root of a new filesystem which the user is actually logged into.
the root of a new file system which the user is actually logged into.
.SH OPTIONS
.IP "\fB-f\fR"
Do not perform authentication, user is preauthenticated.

View File

@@ -1,4 +1,4 @@
.\"$Id: newgrp.1,v 1.14 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: newgrp.1,v 1.15 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -47,7 +47,7 @@ group does, or if the user is not listed as a member and the group has a
password. The user will be denied access if the group password is empty and
the user is not listed as a member.
.PP
The \fBsg\fR command works similiar to \fBnewgrp\fR but accepts a command.
The \fBsg\fR command works similar to \fBnewgrp\fR but accepts a command.
The command will be executed with the Bourne shell. With most shells you
may run \fBsg\fR from, you need to enclose multi-word commands in quotes.
Another difference between \fBnewgrp\fR and \fBsg\fR is that some shells

View File

@@ -1,4 +1,4 @@
.\"$Id: newusers.8,v 1.11 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: newusers.8,v 1.13 2004/12/12 20:31:57 kloczek Exp $
.\" Copyright 1991 - 1994, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -27,11 +27,11 @@
.\" SUCH DAMAGE.
.TH NEWUSERS 8
.SH NAME
\fBnewusers\fR - update and create new users in batch
newusers - update and create new users in batch
.SH SYNOPSIS
\fBnewusers\fR [\fInew_users\fR]
.SH DESCRIPTION
\fBnewusers\fR reads a file of user name and cleartext password pairs and
\fBnewusers\fR reads a file of user name and clear-text password pairs and
uses this information to update a group of existing users or to create new
users. Each line is in the same format as the standard password file (see
\fBpasswd\fR(5)) with the following exceptions.

View File

@@ -1,4 +1,4 @@
.\"$Id: passwd.5,v 1.12 2004/05/06 21:33:22 kloczek Exp $
.\"$Id: passwd.5,v 1.13 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1989 - 1990, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -48,7 +48,7 @@ User command interpreter
.PP
The password field may not be filled if shadow passwords have been enabled.
If shadow passwords are being used, the encrypted password will be found in
\fI/etc/shadow\fR. The encryped password consists of 13 characters from the
\fI/etc/shadow\fR. The encrypted password consists of 13 characters from the
64 character alphabet a thru z, A thru Z, 0 thru 9, \. and /. Refer to
\fBcrypt\fR(3) for details on how this string is interpreted.
.PP

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\" $Id: chpasswd.8,v 1.5 2002/03/09 11:16:18 ankry Exp $
.\" $Id: chpasswd.8,v 1.7 2004/12/13 01:24:14 kloczek Exp $
.\" {PTM/WK/1999-09-16}
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
@@ -28,29 +28,37 @@
.\" SUCH DAMAGE.
.TH CHPASSWD 8
.SH NAZWA
chpasswd - wsadowa aktualizacja pliku hase³
\fBchpasswd\fR - wsadowa aktualizacja pliku hase³
.SH SK£ADNIA
\fBchpasswd\fR [\fI-e\fR]
.SH OPIS
\fBchpasswd\fR odczytuje ze standardowego wej¶cia plik zawieraj±cy pary:
nazwa u¿ytkownika i has³o. Odczytan± informacje wykorzystuje do aktualizacji
grupy istniej±cych u¿ytkowników.
Bez prze³±cznika -e, has³a traktowane s± jako podane jawnie. Z prze³±cznikiem
-e has³a powinny byæ dostarczone w postaci zakodowanej (encrypted).
Ka¿dy wiersz ma postaæ
\fBchpasswd\fR odczytuje pary danych (u¿ytkownik i has³o) ze standardowego
wej¶cia. Odczytane informacje wykorzystywane s± do aktualizacji danych o
grupie istniej±cych u¿ytkowników.
Ka¿dy wiersz przekazywanych danych ma postaæ:
.sp 1
\fInazwa_U¿ytkownika\fR:\fIhas³o\fR
.sp 1
Dany u¿ytkownik musi istnieæ.
Je¿eli bêdzie to konieczne, podane has³o zostanie zakodowane a wiek has³a,
je¶li wystêpuje, zaktualizowany.
Domy¶lnie dostarczane has³a musz± byæ w postaci jawnej. Podczas kodowania
hase³ u¿ywany jest domy¶lniealgorytm DES. W trakcie zmiany has³a aktualizowany
jest tak¿e wiek has³a.
.PP
Polecenie to przeznaczone jest do u¿ytku w du¿ych systemach, gdzie aktualizuje
siê wiele kont naraz.
.SH OPCJE
Polecenie \fBchpasswd\fR posiada nastêpuj±ce opcje:
.IP "\fB-e\fR, \fB--encrypted\fR"
Dostarczone na standardowe wej¶cie has³a s± traktowane jako ju¿ zakodowane.
.IP "\fB-h\fR, \fB--help\fR"
Wy¶wietla krótk± informacjê o tym jak u¿ywaæ program i zakoñczy pracê.
.IP "\fB-m\fR, \fB--md5\fR"
Je¿eli dpostarczane has³a s± w postaci jawnej u¿yj kodowania MD5 zamiast
domy¶lnego DES.
.SH PRZESTROGI
.\" Po u¿yciu \fBchpasswd\fR musi zostaæ wykonane polecenie \fImkpasswd\fR,
.\" aktualizuj±ce pliki DBM hase³ (DBM password files).
Plik ¼ród³owy, je¶li zawiera niezakodowane has³a, musi byæ chroniony.
Pamiêtaj ¿eby zabezpieczyæ przed odczytem plik przekazywany na standardowe
wej¶cie polecenia \fBchpasswd\fR o ile zaiwiera on has³a w postaci jawnej.
.\" Polecenie to mo¿e byæ zaniechane na rzecz polecenia newusers(8).
.SH ZOBACZ TAK¯E
.\" mkpasswd(8), passwd(1), useradd(1)

View File

@@ -1,4 +1,4 @@
.\" $Id: faillog.8,v 1.5 2004/11/02 19:28:32 kloczek Exp $
.\" $Id: faillog.8,v 1.6 2004/12/11 16:49:34 kloczek Exp $
.\" {PTM/WK/1999-09-18}
.\" Copyright 1989 - 1994, Julianne Frances Haugh
.\" All rights reserved.
@@ -77,8 +77,6 @@ pr
Chcąc wyświetlić użytkownika, który po ostatniej porażce logował się już
pomyślnie, musisz jawnie zażądać o nim informacji przy pomocy flagi \fB-u\fR.
Możesz także wyświetlić wszystkich użytkowników posługując się flagą \fB-a\fR.
.PP
W niektórych systemach zamiast /var/log występuje /var/adm lub /usr/adm.
.SH PLIKI
.IR /var/log/faillog " - plik rejestracji błędów logowania"
.SH ZOBACZ TAKŻE

View File

@@ -1,4 +1,4 @@
.\" $Id: groupmod.8,v 1.10 2004/11/04 03:06:32 kloczek Exp $
.\" $Id: groupmod.8,v 1.11 2004/12/12 20:58:26 kloczek Exp $
.\" {PTM/WK/0.1/VIII-1999}
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
@@ -30,24 +30,21 @@
.SH NAZWA
groupmod - zmieñ dane grupy
.SH SK£ADNIA
\fBgroupmod\fR [\fB-g\fR \fIgid\fR [\fB-o\fR]] [\fB-n\fR \fInazwa_grupy\fR]
\fIgrupa\fR
\fBgroupmod\fR [\fB-g\fR \fIGID\fR [\fB-o\fR]] [\fB-n\fR \fINOWA_NAZWA_GRUPY\fR]
\fIGRUPA\fR
.SH OPIS
Polecenie \fBgroupmod\fR modyfikuje systemowe pliki kont tak, by
odzwierciedliæ w nich zmiany grup podane w wierszu poleceñ.
.SH OPCJE
Obs³uguje ono nastêpuj±ce opcje:
.TP
.BI -g " gid"
Numeryczna warto¶æ identyfikatora grupy (group ID).
Warto¶æ ta musi byæ niepowtarzalna, chyba ¿e u¿yto opcji \fB-o\fR.
Nie mo¿e byæ ujemna. Warto¶ci pomiêdzy 0 a 999 s± zwykle zarezerwowane
dla grup systemowych.
Polecenie \fBgroupmod\fR posiada nastêpuj±ce opcje:
.IP "\fB-g\fR \fIGID\fR"
Numeryczna warto¶æ identyfikatora grupy (group ID). Warto¶æ ta musi byæ
niepowtarzalna, chyba ¿e u¿yto opcji \fB-o\fR. Nie mo¿e byæ ujemna.
Warto¶ci pomiêdzy 0 a 999 s± zwykle zarezerwowane dla grup systemowych.
Pliki, dla których stary identyfikator jest identyfikatorem
grupy pliku, wymagaj± rêcznej zmiany ID grupy.
.TP
.BI -n " nazwa_grupy"
Nazwa grupy zostanie zmieniona z \fIgrupa\fR na \fInazwa_grupy\fR.
.IP "\fB-n\fR \fINOWA_NAZWA_GRUPY\fR"
Nazwa grupy zostanie zmieniona z \fIGRUPA\fR na \fINOWA_NAZWA_GRUPY\fR.
.SH PLIKI
\fI/etc/group\fR \- informacja o grupach
.br

View File

@@ -1,4 +1,4 @@
.\" $Id: lastlog.8,v 1.10 2004/11/02 19:28:32 kloczek Exp $
.\" $Id: lastlog.8,v 1.12 2004/12/12 20:36:50 kloczek Exp $
.\" {PTM/WK/1999-09-18}
.\" Copyright 1992, Phillip Street and Julianne Frances Haugh
.\" All rights reserved.
@@ -30,11 +30,10 @@
.\" @(#)lastlog.8 3.3 08:24:58 29 Sep 1993 (National Guard Release)
.TH LASTLOG 8
.SH NAZWA
lastlog \- sprawd¼ plik ostatnich logowañ (lastlog)
\fBlastlog\fR \- sprawd¼ plik ostatnich logowañ (lastlog)
.SH SK£ADNIA
.TP 8
\fBlastlog\fR [(\fB-u\fR|\fB--user\fR) \fIlogin\fR]
[(\fB-t\fR|\fB--time\fR) \fIdni\fR] [(\fB-h\fR|\fB--help\fR)]
\fBlastlog\fR [\fBopcje\fR]
.SH OPIS
\fBlastlog\fR formatuje i wy¶wietla zawarto¶æ dziennika ostatnich logowañ
zapisanych w pliku \fI/var/log/lastlog\fR. Wy¶wietlone zostan± \fBnazwa
@@ -42,16 +41,14 @@ u
flag) pozycje pliku wy¶wietlane s± w kolejno¶ci w jakiej s± w pliku
\fB/etc/passwd\fR.
.SH OPCJE
.TP
\fB-h\fR, \fB--help\fR wietl krótk± informacjê o tym jak u¿ywaæ
programu i zakoñcz pracê.
.TP
\fB-t\fR, \fB--time\fR \fIdni\fR spowoduje, ¿e bêd± wy¶wietlone ostatnie
logowania u¿ytkowników nowsze ni¿ sprzed zadanej liczby \fIdni\fR.
.TP
\fB-u\fR, \fB--user\fR \fIlogin-u¿ytkownika\fR spowoduje wy¶wietlenie tylko
pozycji opisuj±cej ostatnie rozpoczêcie sesji tylko dla u¿ytkownika
\fIlogin-u¿ytkownika\fR.
Polecenie \fBlastlog\fR posiada nastêpuj±ce opcje:
.IP "\fB-h\fR, \fB--help\fR"
Wy¶wietla krótk± informacjê o tym jak u¿ywaæ program i koñczy pracê.
.IP "\fB-t\fR, \fB--time\fR \fIDNI\fR"
Wy¶wietla tylko ostatnie logowania u¿ytkowników nie starsze ni¿ zadana
ilo¶æ \fIDNI\fR.
.IP "\fB-u\fR, \fB--user\fR \fILOGIN\fR"
Wy¶wietla tylko informacji o ostanim logowaniu u¿ytkownika \fILOGIN\fR.
.TP
Opcja \fB-t\fR przes³ania u¿ycie opcji \fB-u\fR.
.PP

View File

@@ -1,4 +1,4 @@
.\" $Id: newgrp.1,v 1.8 2003/04/26 13:24:15 kloczek Exp $
.\" $Id: newgrp.1,v 1.9 2004/12/16 23:00:55 kloczek Exp $
.\" {PTM/WK/1999-09-15}
.\" Copyright 1991, Julianne Frances Haugh
.\" All rights reserved.
@@ -36,9 +36,8 @@ sg \- wykonanie polecenia z innym ID grupy
.br
\fBsg\fR [\fB-\fR] [\fIgrupa\fR [[\fB-c\fR] \fIpolecenie\fR]]
.SH OPIS
.B newgrp
s³u¿y do zmiany bie¿±cego identyfikatora grupy (GID) podczas sesji.
W przypadku podania opcji \fB\-\fR ¶rodowisko u¿ytkownika zostanie
\fBnewgrp\fR s³u¿y do zmiany bie¿±cego identyfikatora grupy (GID) podczas
sesji. W przypadku podania opcji \fB\-\fR ¶rodowisko u¿ytkownika zostanie
ponownie zainicjowane, tak jak wówczas, gdy u¿ytkownik siê loguje. Je¿eli
opcja \fB\-\fR nie zostanie u¿yta, to bie¿±ce ¶rodowisko, ³±cznie z bie¿±cym
katalogiem roboczym, pozostaje niezmienione.
@@ -50,7 +49,7 @@ za
o podanie has³a. Je¿eli has³o grupy jest puste za¶ u¿ytkownik nie jest jej
cz³onkiem, to efektem bêdzie odmowa dostêpu.
.PP
Polecenie fBsg\fR dzia³a podobnie do \fBnewgrp\fR, z tym ¿e mo¿na mu podaæ
Polecenie \fBsg\fR dzia³a podobnie do \fBnewgrp\fR, z tym ¿e mo¿na mu podaæ
polecenie. Podane polecenie zostanie wykonane przy u¿yciu pow³oki Bourne'a.
W przypadku wiêkszo¶ci pow³ok, z których \fBsg\fR mo¿e zostaæ uruchomione,
polecenie sk³adaj±ce siê z wielu s³ów nale¿y umie¶ciæ w cudzys³owach.

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: pw_auth.3,v 1.8 2002/03/08 04:39:11 kloczek Exp $
.\"$Id: pw_auth.3,v 1.9 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1992 - 1993, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -94,7 +94,7 @@ The authentication program will be invoked with a \fB-d\fR option, followed
by the username.
.IP \fBPW_TELNET\fR 1i
Authenticate a user who is connecting to the system using the
fBtelnet\fR command.
\fBtelnet\fR command.
The authentication program will be invoked with a \fB-t\fR option, followed
by the username.
.IP \fBPW_RLOGIN\fR 1i
@@ -105,7 +105,7 @@ by the username.
.IP \fBPW_FTP\fR 1i
Authenticate a user who is connecting to the system using the \fBftp\fR
command.
The authentication program will be invoked with a \fR-f\fR option, followed
The authentication program will be invoked with a \fB-f\fR option, followed
by the username.
The standard file descriptors are not available for communicating with the
user.

View File

@@ -1,4 +1,4 @@
.\"$Id: pwck.8,v 1.13 2004/08/09 17:39:42 kloczek Exp $
.\"$Id: pwck.8,v 1.14 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1992, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -35,7 +35,7 @@ pwck \- verify integrity of password files
All entries in the \fI/etc/passwd\fR and \fI/etc/shadow\fR are checked to
see that the entry has the proper format and valid data in each field.
The user is prompted to delete entries that are improperly formatted or
which have other incorrectable errors.
which have other uncorrectable errors.
.P
Checks are made to verify that each entry has
.sp

View File

@@ -1,4 +1,4 @@
.\"$Id: pwconv.8,v 1.11 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: pwconv.8,v 1.12 2004/12/11 20:05:01 kloczek Exp $
.TH PWCONV 8 "26 Sep 1997"
.SH NAME
pwconv, pwunconv, grpconv, grpunconv \- convert to and from shadow passwords and groups.
@@ -17,7 +17,7 @@ pwconv, pwunconv, grpconv, grpunconv \- convert to and from shadow passwords and
\fBpwunconv\fR creates \fIpasswd\fR from \fIpasswd\fR and \fIshadow\fR and then
removes \fIshadow\fR.
.PP
\fBgrpconv\fR creates \fIgshadow/fR from \fIgroup/fR and an optionally existing
\fBgrpconv\fR creates \fIgshadow\fR from \fIgroup\fR and an optionally existing
\fIgshadow\fR.
.PP
\fBgrpunconv\fR creates \fIgroup\fR from \fIgroup\fR and \fIgshadow\fR and then
@@ -29,7 +29,7 @@ files: \fI/etc/passwd\fR, \fI/etc/group\fR, \fI/etc/shadow\fR, and
.PP
.PP
Each program acquires the necessary locks before conversion. fBpwconv\fR and
\fBgrpconv\fR are similiar. First, entries in the shadowed file which don't
\fBgrpconv\fR are similar. First, entries in the shadowed file which don't
exist in the main file are removed. Then, shadowed entries which don't have
`x' as the password in the main file are updated. Any missing shadowed
entries are added. Finally, passwords in the main file are replaced with

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
.\"$Id: shadowconfig.8,v 1.6 2003/05/01 18:17:39 kloczek Exp $
.\"$Id: shadowconfig.8,v 1.7 2004/12/11 20:05:01 kloczek Exp $
.TH SHADOWCONFIG 8 "19 Apr 1997" "Debian GNU/Linux"
.SH NAME
shadowconfig \- toggle shadow passwords on and off
@@ -15,7 +15,7 @@ happens, you should correct the error and run it again. Turning shadow
passwords on when they are already on, or off when they are already off, is
harmless.
.P
Read \fI/usr/share/doc/passwd/README.debian.gz\fR for a brief introduction
Read \fI/usr/share/doc/passwd/README.debian\fR for a brief introduction
to shadow passwords and related features.
.P
Note that turning shadow passwords off and on again will lose all password

View File

@@ -1,4 +1,4 @@
.\"$Id: suauth.5,v 1.4 2003/04/26 13:24:11 kloczek Exp $
.\"$Id: suauth.5,v 1.5 2004/12/11 20:05:01 kloczek Exp $
.TH SUAUTH 5 "Feb 14, 1996"
.UC 5
.SH NAME
@@ -32,7 +32,7 @@ a list of usernames
delimited by "," or the words
.B ALL EXCEPT
followed by a list
of usernames delimted by ","
of usernames delimited by ","
.PP
from-id is formatted the same as to-id except the extra word
.B GROUP
@@ -61,7 +61,7 @@ asked for.
For the su command to be successful, the user must enter
his or her own password. They are told this.
.PP
Note there are three separate fields delimted by a colon. No
Note there are three separate fields delimited by a colon. No
whitespace must surround this colon. Also note that the file
is examined sequentially line by line, and the first applicable
rule is used without examining the file further. This makes it

View File

@@ -1,4 +1,4 @@
.\"$Id: useradd.8,v 1.22 2004/11/04 03:06:31 kloczek Exp $
.\"$Id: useradd.8,v 1.23 2004/12/11 20:05:01 kloczek Exp $
.\" Copyright 1991 - 1994, Julianne Frances Haugh
.\" All rights reserved.
.\"
@@ -32,7 +32,7 @@ useradd \- Create a new user or update default new user information
.TP 8
\fBuseradd\fR [\fB-c\fR \fIcomment\fR] [\fB-d\fR \fIhome_dir\fR]
.br
[\fB-e\fR \fIexpire_date\fR] [\fB-f\fR \fIinactive_time\fR]
[\fB-e\fR \fIexpire_date\fR] [\fB-f\fR \fIinactive_days\fR]
.br
[\fB-g\fR \fIinitial_group\fR] [\fB-G\fR \fIgroup\fR[,...]]
.br
@@ -113,7 +113,7 @@ The valid options are
.IP "\fB-b\fR \fIdefault_home\fR"
The initial path prefix for a new user's home directory. The user's name
will be affixed to the end of \fIdefault_home\fR to create the new directory
name if the \fB-d\fI option is not used when creating a new account.
name if the \fB-d\fR option is not used when creating a new account.
.IP "\fB-e\fR \fIdefault_expire_date\fR"
The date on which the user account is disabled.
.IP "\fB-f\fR \fIdefault_inactive\fR"

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

View File

@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,