logo

skeud

Simple and portable utilities to deal with user accounts (su, login)
commit: 510ee8a7f2e78d8ac433293ef2ca27bdf45ff345
parent afcf20ccf2b6035ddf318eb3e5a2738a7ca1e1d4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  8 Oct 2022 11:39:38 +0200

README.md: Add

Diffstat:

AREADME.md21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,21 @@ +# skeud: Simple and portable utilities to deal with user accounts (su, login) + +skeud /skød/ (Brezhoneg): shadow / reflection / ghost + +## Features +- Compatible with [tcb shadow](https://www.openwall.com/tcb/) + +## Unsupported +- Broken authentication systems like PAM +- Remote host arguments (believed to be legacy) +- `/etc/login.defs` configuration file +- Checking for emails, consider using `/etc/profile` or `~/.profile` instead +- Dangerous features: + - empty password field disabling authentication +- `utmp` / `wtmp`: Prone to corrupting itself and can be faked +- OS-specific utilities like `passwd`, `useradd`, `gpasswd`, … + +<!-- +Copyright © 2022 Haelwenn (lanodan) Monnier <contact+skeud@hacktivis.me> +SPDX-License-Identifier: AGPL-3.0-only +-->