Hello Christoph, >>can anybody give me some hints on how to set up a ldap userdb on a >>plain debian system?
You have to install the openldap related packages (including the development packages too). Then please see http://clapf.acts.hu/doc/current/en/ldap.php and the 'Q: How to setup virtual users with LDAP?' part of the FAQ. >>Another thing which might be included in the installation procedure is >>a default config set for the webui. Can someone provide me an example >>config.php so the scripts could install it (with some changes made, >>depending on what database backend is used). I have attached mine. >>Since we are at it, which files of the webui should be secured against >>unwanted access? I guess config.php and setup/*, what else? It depends on what you mean on 'unwanted access'. Definitely nobody should ever modify any of the webui files after the setup. If you are done with the setup you may remove the setup/ directory. Nobody should read the config.php as it may contain passwords. You should prevent access to the sqlite3 database files, so nobody could download it. Best regards, Janos