[Mediawiki-l] allowing mediawiki access from one IP-address only

Alexandre Emsenhuber alex.emsenhuber at bluewin.ch
Mon Mar 23 16:02:18 UTC 2009


Since MediaWiki 1.14.0, you can set the following in LocalSettings.php:

$wgAutopromote['reader'] = array( APCOND_ISIP, '127.0.0.1' );
$wgGroupPermissions['reader']['read'] = true;
$wgImplicitGroups[] = 'reader';

You can find more information abour $wgAutopromote at
http://www.mediawiki.org/wiki/Manual:$wgAutopromote

Alexandre Emsenhuber (ialex)


Le 23.3.2009 16:10, « Daniela Lentge » <dl.sporty at googlemail.com> a écrit :

> Hi list,
> we are setting up a mediawiki for our company and already own a salesforce
> intranet platform. Now, we want to restrict access to our mediawiki from
> this salesform platform via ip-restriction only. Does anyone know, if this
> ist possible and how to do it? Could you please point me to further
> information on it?
> Thanks a lot.
> Best,
> Daniela
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l





More information about the MediaWiki-l mailing list