Topic on Extension talk:AccessControl

185.176.161.178 (talkcontribs)

I have installed a fresh MediaWiki 1.39LTS and also using LDAP authentication using the following extensions:


wfLoadExtension( 'PluggableAuth' );  wfLoadExtension( 'LDAPProvider' );

 wfLoadExtension( 'LDAPAuthentication2' );

 wfLoadExtension( 'LDAPAuthorization' );  wfLoadExtension( 'LDAPUserInfo' );

  wfLoadExtension( 'LDAPGroups' );


I have tried various ways but cannot get AccessControl to work using new or old tags.


I have not created any group definitions and any other config, other than getting ldap authentication to work.


Also I want to block all access to certain pages and use accesscontrol to give them read or edit.


Could someone please share some working examples of what needs to be done in a vanilla setup with ldapauthentication

Reply to "LDAP Users"