* 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
16 lines
414 B
Ruby
16 lines
414 B
Ruby
name 'kosmos-mediawiki'
|
|
maintainer 'Kosmos'
|
|
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.3.0'
|
|
|
|
depends "mediawiki"
|
|
depends "ark"
|
|
depends "backup"
|
|
depends "composer"
|
|
depends "kosmos-nginx"
|
|
depends "kosmos-base"
|
|
depends "kosmos-dirsrv"
|