Specify ldapvi dependency in README

This commit is contained in:
Anthony Wang 2022-05-24 14:09:04 -05:00
parent a5e5af4cde
commit 406844da9b
Signed by: a
GPG Key ID: BC96B00AEC5F2D76

View File

@ -4,7 +4,7 @@ Scripts for managing Arch Linux servers
## Overview
### User management
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 `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. [ldapvi](http://www.lichteblau.com/ldapvi/) is required as a dependency.
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.