From 471cc8d2548564ca178b0e2e857099c52dd0ad3a Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 23 May 2022 22:32:30 -0500 Subject: [PATCH] Document the new api.py script better in the README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8a024..2b7cccd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ Scripts for managing Arch Linux servers ## Overview ### User management -The `adduser.py`, `deluser.py`, `moduser.py`, `srvuser.py`, and `ldappass.py` libraries implement a Python API for managing LDAP users. There is also a set of simple wrapper scripts to use the libraries from the command line. +The `adduser.py`, `deluser.py`, `moduser.py`, libraries implement a Python API for managing LDAP users. There is also a set of simple wrapper scripts to use the libraries from the command line. + +The `ldappass.py` library implements a simple function for fetching a password from `/etc/ldappass` (make sure the file is only root-readable) for automated user management. + +### api +A simple and extensible web API for users to manage their accounts. ### upgrade Upgrades the system, all AUR packages, and Nextcloud.