'LDAPAuthentication2', 'data' => [ 'domain' => 'LDAP' ], ]; # RBOnly Namespace # To allow semi-public pages $wgExtraNamespaces = array(100 => "RBOnly", 101 => "RBOnly_talk"); $wgNamespacesWithSubpages = array( -1 => 0, 0 => 0, 1 => 1, 2 => 1, 3 => 1, 4 => 0, 5 => 1, 6 => 0, 7 => 1, 8 => 0, 9 => 1, 10 => 0, 11 => 1,100 => 1,101 => 1); $wgNamespacesToBeSearchedDefault = array( -1 => 0, 0 => 1, 1 => 0, 2 => 0, 3 => 0, 4 => 0, 5 => 0, 6 => 0, 7 => 0, 8 => 0, 9 => 0, 10 => 0, 11 => 0,100 => 0,101 => 0); $wgNonincludableNamespaces[] = 100; $wgGroupPermissions['*']['readrbonly'] = false; $wgGroupPermissions['sysop']['readrbonly'] = true; $wgNamespaceProtection[ 100 ] = array( 'readrbonly' ); # group permissions $wgGroupPermissions['*']['autocreateaccount'] = true; $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['read'] = true; $wgGroupPermissions['*']['edit'] = false; # Exclude user group page views from counting. $wgGroupPermissions['sysop']['hitcounter-exempt'] = true; # When set to true, it adds the PageId to the special page "PopularPages". The default value is false. $wgEnableAddPageId = false; # When set to true, it adds the TextLength to the special page "PopularPages". The default value is false. $wgEnableAddTextLength = true; # debug logs # $wgDebugDumpSql = true; $wgShowExceptionDetails = true; $wgShowDBErrorBacktrace = true; $wgShowSQLErrors = true; $wgDebugLogFile = "/dev/stderr";