Switch the Mediawiki config to the new LDAP dir structure

* Use a new read-only account instead of the admin LDAP account
* Disable the LDAPAuthorization plugin. The LDAPAuthentication2 plugin
is still used to authenticate users, but every kosmos.org user has
access to the wiki. See
https://www.mediawiki.org/wiki/Extension:PluggableAuth for the
distinction between authentication and authorization

Refs #127
This commit is contained in:
Greg Karékinian
2020-02-18 13:20:10 +01:00
parent afaff86551
commit 276daf0ed7
3 changed files with 30 additions and 32 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ maintainer_email 'mail@kosmos.org'
license 'MIT'
description 'Installs/Configures kosmos-mediawiki'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.1'
version '0.3.0'
depends "mediawiki"
depends "ark"