You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add wfLoadExtension('Auth_remoteuser'); to LocalSettings.php
/etc/apache2/sites-available/000-default.conf
000-default.conf
Samples
000-default.conf
<VirtualHost *:80>ServerAdmin webmaster@localhostDocumentRoot /var/www/htmlErrorLog ${APACHE_LOG_DIR}/error.logCustomLog ${APACHE_LOG_DIR}/access.log combined<Location />AuthName "LDAP Authentication"AuthType BasicAuthBasicProvider ldapAuthLDAPGroupAttribute memberAuthLDAPGroupAttributeIsDN On# Example for Microsoft AD. For more details see Apache authnz_ldap documentation.AuthLDAPRemoteUserAttribute sAMAccountNameAuthLDAPURL ldap://LdapServerHost:Port/?sAMAccountName?subAuthLDAPBindDN "LdapUserDn"AuthLDAPBindPassword LdapUserPwdRequire valid-user</Location></VirtualHost>