How to configure Mediawiki to authenticate against Active Directory on CentOS

Last modified: [last-modified] This assumes you’ve got a working install of MediaWiki already and just need to tie it into Active Directory. 1. Make sure php-ldap is installed yum install php-ldap.x86_64 2. Configure OpenLDAP on CentOS to ignore your domain controllers certificate validity. We all trust our own domain controllers don’t we? vim /etc/openldap/ldap.conf # … Read more