From 3f2b4554d7688216236151316e396de0ca928c80 Mon Sep 17 00:00:00 2001 From: Christoph Loesch Date: Sun, 11 Apr 2021 05:20:27 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8a210a5..1d503d8 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,15 @@ -# VMailMgr chpw CGI +# LDAP chpw CGI -This is a Python CGI script that lets virtual `VMailMgr`/`qmail` users change -their own mail passwords via a web interface. - -This script is specifically tailored to work on hosts at -[uberspace.de](https://uberspace.de). But it may also work on other qmail-based -systems as long as virtual mail users are managed via `VMailMgr`. +This is a Python CGI script that lets ldap users change +their own ldap passwords via a web interface. ## Installation To install the script, simply extract all the repository contents into a folder under your document root. No paths need to be configured. Only make sure that the location is reachable via HTTPS. -In case you are using a U7 uberspace, you have to add a SELinux permission to allow apache to access both your home directory and the VMailMgr user database: -`chcon -t httpd_sys_content_t ~ ~/passwd.cdb` - ## Acknowledgements -This is a majorly refined version of a script originally developed by Dirk Boye. +This is a majorly for ldap-support rewritten version of a script originally developed by Dirk Boye. See [dirkboye/mailpw_change](https://github.com/dirkboye/mailpw_change) at GitHub for the original source code.