From: Shadow package maintainers Date: Sat, 22 Jun 2024 17:39:41 +0200 Subject: Document the shadowconfig utility Status wrt upstream: The shadowconfig utility is debian specific. Its man page also (but it used to be distributed) Gbp-Topic: debian --- man/Makefile.am | 2 ++ man/fr/Makefile.am | 1 + man/fr/man8/shadowconfig.8 | 26 +++++++++++++++++++++++ man/ja/Makefile.am | 1 + man/ja/man8/shadowconfig.8 | 25 ++++++++++++++++++++++ man/pl/Makefile.am | 1 + man/pl/man8/shadowconfig.8 | 27 ++++++++++++++++++++++++ man/shadowconfig.8 | 41 ++++++++++++++++++++++++++++++++++++ man/shadowconfig.8.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 176 insertions(+) create mode 100644 man/fr/man8/shadowconfig.8 create mode 100644 man/ja/man8/shadowconfig.8 create mode 100644 man/pl/man8/shadowconfig.8 create mode 100644 man/shadowconfig.8 create mode 100644 man/shadowconfig.8.xml diff --git a/man/Makefile.am b/man/Makefile.am index 83b1d68..dab98f4 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -37,6 +37,7 @@ man_MANS = \ man8/pwck.8 \ man8/pwconv.8 \ man8/pwunconv.8 \ + man8/shadowconfig.8 \ man1/sg.1 \ man3/shadow.3 \ man5/shadow.5 \ @@ -108,6 +109,7 @@ man_XMANS = \ porttime.5.xml \ pwck.8.xml \ pwconv.8.xml \ + shadowconfig.8.xml \ shadow.3.xml \ shadow.5.xml \ sg.1.xml \ diff --git a/man/fr/Makefile.am b/man/fr/Makefile.am index 335e029..78aee9a 100644 --- a/man/fr/Makefile.am +++ b/man/fr/Makefile.am @@ -32,6 +32,7 @@ man_MANS = \ man8/pwck.8 \ man8/pwconv.8 \ man8/pwunconv.8 \ + man8/shadowconfig.8 \ man1/sg.1 \ man3/shadow.3 \ man5/shadow.5 \ diff --git a/man/fr/man8/shadowconfig.8 b/man/fr/man8/shadowconfig.8 new file mode 100644 index 0000000..784da70 --- /dev/null +++ b/man/fr/man8/shadowconfig.8 @@ -0,0 +1,26 @@ +.\" This file was generated with po4a. Translate the source file. +.\" +.\"$Id: shadowconfig.8,v 1.4 2001/08/23 23:10:48 kloczek Exp $ +.TH SHADOWCONFIG 8 "19 avril 1997" "Debian GNU/Linux" +.SH NOM +shadowconfig \- active ou désactive les mots de passe cachés +.SH SYNOPSIS +\fBshadowconfig\fP \fIon\fP | \fIoff\fP +.SH DESCRIPTION +.PP +\fBshadowconfig on\fP active les mots de passe cachés («\ shadow passwords\ »)\ ; \fBshadowconfig off\fP les désactive. \fBShadowconfig\fP affiche un message +d'erreur et quitte avec une valeur de retour non nulle s'il rencontre +quelque chose d'inattendu. Dans ce cas, vous devrez corriger l'erreur avant +de recommencer. + +Activer les mots de passe cachés lorsqu'ils sont déjà activés, ou les +désactiver lorsqu'ils ne sont pas actifs est sans effet. + +Lisez \fI/usr/share/doc/passwd/README.Debian\fP pour une brève introduction aux +mots de passe cachés et à leurs fonctionnalités. + +Notez que désactiver puis réactiver les mots de passe cachés aura pour +conséquence la perte des informations d'âge sur les mots de passe. +.SH TRADUCTION +Nicolas FRANÇOIS, 2004. +Veuillez signaler toute erreur à <\fIdebian\-l10\-french@lists.debian.org\fR>. diff --git a/man/ja/Makefile.am b/man/ja/Makefile.am index 13f18da..c72097f 100644 --- a/man/ja/Makefile.am +++ b/man/ja/Makefile.am @@ -27,6 +27,7 @@ man_MANS = \ man8/pwck.8 \ man8/pwconv.8 \ man8/pwunconv.8 \ + man8/shadowconfig.8 \ man1/sg.1 \ man5/shadow.5 \ man1/su.1 \ diff --git a/man/ja/man8/shadowconfig.8 b/man/ja/man8/shadowconfig.8 new file mode 100644 index 0000000..a75c6f7 --- /dev/null +++ b/man/ja/man8/shadowconfig.8 @@ -0,0 +1,25 @@ +.\" all right reserved, +.\" Translated Tue Oct 30 11:59:11 JST 2001 +.\" by Maki KURODA +.\" +.TH SHADOWCONFIG 8 "19 Apr 1997" "Debian GNU/Linux" +.SH 名前 +shadowconfig \- shadow パスワードの設定をオン及びオフに切替える +.SH 書式 +.B "shadowconfig" +.IR on " | " off +.SH 説明 +.PP +.B shadowconfig on +は shadow パスワードを有効にする。 +.B shadowconfig off +は shadow パスワードを無効にする。 +.B shadowconfig +は何らかの間違いがあると、エラーメッセージを表示し、 +ゼロではない返り値を返す。 +もしそのようなことが起こった場合、エラーを修正し、再度実行しなければならない。 +shadow パスワードの設定がすでにオンの場合にオンに設定したり、 +すでにオフの場合にオフに設定しても、何の影響もない。 + +.I /usr/share/doc/passwd/README.debian.gz +には shadow パスワードとそれに関する特徴の簡単な紹介が書かれている。 diff --git a/man/pl/Makefile.am b/man/pl/Makefile.am index b2f096f..aa79af2 100644 --- a/man/pl/Makefile.am +++ b/man/pl/Makefile.am @@ -18,6 +18,7 @@ man_MANS = \ man8/logoutd.8 \ man1/newgrp.1 \ man1/sg.1 \ + man8/shadowconfig.8 \ man3/shadow.3 \ man8/userdel.8 \ man8/usermod.8 \ diff --git a/man/pl/man8/shadowconfig.8 b/man/pl/man8/shadowconfig.8 new file mode 100644 index 0000000..2016c9f --- /dev/null +++ b/man/pl/man8/shadowconfig.8 @@ -0,0 +1,27 @@ +.\" $Id: shadowconfig.8,v 1.3 2001/08/23 23:10:51 kloczek Exp $ +.\" {PTM/WK/1999-09-14} +.TH SHADOWCONFIG 8 "19 kwietnia 1997" "Debian GNU/Linux" +.SH NAZWA +shadowconfig - przełącza ochronę haseł i grup przez pliki shadow +.SH SKŁADNIA +.B "shadowconfig" +.IR on " | " off +.SH OPIS +.PP +.B shadowconfig on +włącza ochronę haseł i grup przez dodatkowe, przesłaniane pliki (shadow); +.B shadowconfig off +wyłącza dodatkowe pliki haseł i grup. +.B shadowconfig +wyświetla komunikat o błędzie i kończy pracę z niezerowym kodem jeśli +znajdzie coś nieprawidłowego. W takim wypadku powinieneś poprawić błąd +.\" if it finds anything awry. +i uruchomić program ponownie. + +Włączenie ochrony haseł, gdy jest ona już włączona lub jej wyłączenie, +gdy jest wyłączona jest nieszkodliwe. + +Przeczytaj +.IR /usr/share/doc/passwd/README.debian.gz , +gdzie znajdziesz krótkie wprowadzenie do ochrony haseł z użyciem dodatkowych +plików haseł przesłanianych (shadow passwords) i związanych tematów. diff --git a/man/shadowconfig.8 b/man/shadowconfig.8 new file mode 100644 index 0000000..c0ee0af --- /dev/null +++ b/man/shadowconfig.8 @@ -0,0 +1,41 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "SHADOWCONFIG" 8 "19 Apr 1997" "" "" +.SH NAME +shadowconfig \- toggle shadow passwords on and off +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 13 +\fBshadowconfig\fR \fB\fIon\fR\fR | \fB\fIoff\fR\fR +.ad +.hy + +.SH "DESCRIPTION" + +.PP +\fBshadowconfig\fR on will turn shadow passwords on; \fIshadowconfig off\fR will turn shadow passwords off\&. \fBshadowconfig\fR will print an error message and exit with a nonzero code if it finds anything awry\&. If that 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\&. + +.PP +Read \fI/usr/share/doc/passwd/README\&.Debian\fR for a brief introduction to shadow passwords and related features\&. + +.PP +Note that turning shadow passwords off and on again will lose all password aging information\&. + diff --git a/man/shadowconfig.8.xml b/man/shadowconfig.8.xml new file mode 100644 index 0000000..b4080ea --- /dev/null +++ b/man/shadowconfig.8.xml @@ -0,0 +1,52 @@ + + + + + + 19 Apr 1997 + + + shadowconfig + 8 + 19 Apr 1997 + Debian GNU/Linux + + + shadowconfig + toggle shadow passwords on and off + + + + + shadowconfig + + on + off + + + + + + DESCRIPTION + shadowconfig on will turn shadow passwords on; + shadowconfig off will turn shadow + passwords off. shadowconfig will print an error + message and exit with a nonzero code if it finds anything awry. If + that 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. + + + + Read /usr/share/doc/passwd/README.Debian for a + brief introduction + to shadow passwords and related features. + + + Note that turning shadow passwords off and on again will lose all + password + aging information. + + +