DokuWiki is a very simple, PHP based wiki. It's strengh is simplicity. It uses txt files for storage and runs on nearly every Webserver which supports PHP, no database needed.
DokuWiki supports Users and ACLs, so it's possible to allow editing only to a special group of people. DokuWiki supports many authentication backends, but the default plugins all assume that the wiki has a "login" button. In my case, the users are already authenticated via htAccess. So I started to search a solution which integrates these users.
Continue reading "Using DokuWikis ACL feature with pre-authenticated apache users"