rename the "config.php.dist" to "config.php" and edit it
import db.sql into mysql
run webserver with php and as root dir "www-root"
got to the webserver und fillout the form and submit it thats all
run
php list.php
run
php allow.php %user%
run
php delete.php %user% %databasetype%
Database types are: sql or ldap
so if you want to delete a user from the LDAP:
php delete.php %user% ldap
run
php getusers.php
##Still to come: