1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Merge branch 'master' into example

This commit is contained in:
yalh76 2021-05-19 02:07:02 +02:00
commit f4e260b12a

View file

@ -77,7 +77,7 @@ def get_required_extensions(extensions):
ext_files = [ ext_files = [
{ 'name': 'LDAPAuthentication2', 'file': 'conf/ldap_authentication2.src', }, { 'name': 'LDAPAuthentication2', 'file': 'conf/ldap_authentication2.src', },
{ 'name': 'LDAPAuthorization', 'file': 'conf/ldap_authorization.src', }, { 'name': 'LDAPAuthorization', 'file': 'conf/ldap_authorization.src', },
{ 'name': 'Auth_remoteuser', 'file': 'conf/ldap_auth_remoteuser.src', }, # { 'name': 'Auth_remoteuser', 'file': 'conf/ldap_auth_remoteuser.src', },
{ 'name': 'LDAPGroups', 'file': 'conf/ldap_groups.src', }, { 'name': 'LDAPGroups', 'file': 'conf/ldap_groups.src', },
{ 'name': 'LDAPProvider', 'file': 'conf/ldap_provider.src', }, { 'name': 'LDAPProvider', 'file': 'conf/ldap_provider.src', },
{ 'name': 'LDAPUserInfo', 'file': 'conf/ldap_userinfo.src', }, { 'name': 'LDAPUserInfo', 'file': 'conf/ldap_userinfo.src', },