From: Markus Hiereth Date: Wed, 8 Jan 2025 21:46:46 +0000 (+0100) Subject: pwconv.8 man page improvements X-Git-Tag: 4.18.0-rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a68c2ae3db5171524ba587bbc78acc8d8f8b7dd8;p=thirdparty%2Fshadow.git pwconv.8 man page improvements Bug-Debian: https://bugs.debian.org/1004418 --- diff --git a/man/pwconv.8.xml b/man/pwconv.8.xml index cb712fb6a..c4aedef63 100644 --- a/man/pwconv.8.xml +++ b/man/pwconv.8.xml @@ -47,7 +47,7 @@ pwunconv grpconv grpunconv - convert to and from shadow passwords and groups + convert between the system's shadowed and plain account files @@ -80,9 +80,9 @@ DESCRIPTION - The pwconv command creates shadow from passwd - and an optionally existing shadow. + The pwconv command creates + shadow from passwd + and an optionally existing shadow. pwconv does not work with @@ -93,12 +93,12 @@ using tcb_convert (and re-enable in login.defs.) - + - The pwunconv command creates passwd from passwd - and shadow and then removes shadow. + The pwunconv command creates a plain + passwd from shadowed passwd and + shadow and then removes + shadow. pwunconv does not work with @@ -110,16 +110,16 @@ - The grpconv command creates gshadow from group - and an optionally existing gshadow. + The grpconv command creates + gshadow from group and + an optionally existing gshadow. - The grpunconv command creates group from group - and gshadow and then removes gshadow. + The grpunconv command creates plain + group from shadowed group and + gshadow and then removes + gshadow. @@ -132,12 +132,12 @@ Each program acquires the necessary locks before conversion. pwconv and grpconv 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 `x'. + First, entries in the shadowed file which don't exist in the plain file + are removed. Then, entries in the shadowed file which don't have `x' + as the password in plain file are updated. Any missing shadowed entries + are added. Finally, passwords in the plain file are replaced with `x'. These programs can be used for initial conversion as well to update - the shadowed file if the main file is edited by hand. + the shadowed file if the plain file has been edited by hand. @@ -151,8 +151,8 @@ Likewise pwunconv and grpunconv - are similar. Passwords in the main file are updated from the shadowed - file. Entries which exist in the main file but not in the shadowed + are similar. Passwords in the plain file are updated from the shadowed + file. Entries which exist in the plain file but not in the shadowed file are left alone. Finally, the shadowed file is removed. Some password aging information is lost by pwunconv. It will convert what it can. @@ -196,7 +196,7 @@ entries) may cause these programs to loop forever or fail in other strange ways. Please run pwck and grpck to correct any such errors before converting - to or from shadow passwords or groups. + to or from shadowed files.