forked from shadow-maint/shadow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request shadow-maint#447 from ikerexxe/documentation
README: update content and format
- Loading branch information
Showing
3 changed files
with
47 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# shadow-utils | ||
|
||
## Introduction | ||
The shadow-utils package includes the necessary programs for | ||
converting UNIX password files to the shadow password format, plus | ||
programs for managing user and group accounts. The pwconv command | ||
converts passwords to the shadow password format. The pwunconv command | ||
unconverts shadow passwords and generates a passwd file (a standard | ||
UNIX password file). The pwck command checks the integrity of password | ||
and shadow files. The lastlog command prints out the last login times | ||
for all users. The useradd, userdel, and usermod commands are used for | ||
managing user accounts. The groupadd, groupdel, and groupmod commands | ||
are used for managing group accounts. | ||
|
||
## Sites | ||
* [Homepage](https://github.com/shadow-maint/shadow) | ||
* [Issue tracker](https://github.com/shadow-maint/shadow/issues) | ||
* [Releases](https://github.com/shadow-maint/shadow/releases) | ||
|
||
## Contacts | ||
There are several ways to contact us: | ||
* [the general discussion mailing list]( | ||
https://alioth-lists.debian.net/mailman/listinfo/pkg-shadow-devel) | ||
* the #shadow IRC channel on libera.chat: | ||
* irc://irc.libera.chat/shadow | ||
|
||
### Mailing archives | ||
* [the general discussion mailing list archive]( | ||
https://alioth-lists.debian.net/pipermail/pkg-shadow-devel/) | ||
* [the commit mailing list archive]( | ||
https://alioth-lists-archive.debian.net/pipermail/pkg-shadow-commits/), | ||
only used for historical purposes | ||
|
||
## Authors and maintainers | ||
Authors and maintainers are listed in [AUTHORS.md]( | ||
https://github.com/shadow-maint/shadow/blob/master/AUTHORS.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# S/Key support | ||
shadow-utils can be built with S/Key support using the S/Key package from: | ||
* http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libskey/ or | ||
* https://gentoo.osuosl.org/distfiles/skey-1.1.5.tar.bz2 |