Enable LDAP support on mediawiki

Users can log in using their LDAP account (in the
ou=users,dc=kosmos,dc=org group and with the wiki attribute set to
enabled)

Add an attribute for the ldap master server, so it can be overridden in
the development environment

Refs #107
This commit is contained in:
Greg Karékinian
2019-11-04 19:03:45 +01:00
parent 484f1306da
commit a69192a863
7 changed files with 111 additions and 7 deletions

View File

@@ -13,6 +13,9 @@
"elasticsearch": {
"allocated_memory": "128m"
}
},
"kosmos-dirsrv": {
"master_hostname": "localhost"
}
}
}