The OpenID extension for MediaWiki
 
Files

[specfile  ] 2.1k
Nov 29 18:12:10 CET 2007
mediawiki-openid.spec  - The OpenID extension for MediaWiki
http://www.mediawiki.org/wiki/Extension:OpenID
Name: mediawiki-openid
Version: 0.7.0
Release: 4
Group: Development/Tools
   
Vendor: ATrpms.net
Packager: ATrpms

This extension lets users log in with an OpenID instead of a username
and password. An OpenID is a special URL that people can use to log in
to a Web site. The extension also lets users who have an account on
the wiki log in to other OpenID-aware Web sites with their wiki user
page as their OpenID.

You must create a table in your MediaWiki database to hold the OpenID
URL mappings. The openid_table.sql script in
/usr/share/mediawiki/extensions/OpenID/ should do the
trick. Typically you do this using the mysql command-line client, like
so:

mysql -h yourdbhost -u youradminuser -p yourwikidb < openid_table.sql

In your MediaWiki LocalSettings.php, add the following line some place
towards the bottom of the file:

require_once("$IP/extensions/OpenID/OpenID.php");

Theoretically it should work out of the box, but you'll almost
definitely want to set the trust root and access controls.

   

Thu Nov 29 11:00:00 2007 root - 0.7.0-4
- Update to 0.7.0 (Peter Lemenkov (lemenkov@gmail.com)).

   

Thu Feb 1 11:00:00 2007 Axel Thimm - 0.6.1-1
- Initial build.


Use the mailing lists or the bug tracking system for comments, bugs and requests about the packages.