Page MenuHomePhabricator

$wgOpenIDServerStoreType and $wgOpenIDConsumerStoreType need to support something other than 'file'
Closed, DeclinedPublic

Description

The documentation comments for $wgOpenIDServerStoreType and $wgOpenIDConsumerStoreType say valid values are 'file', 'memcached', and 'db'. But https://www.mediawiki.org/wiki/Extension:OpenID says the only valid value is 'file', and "memc" is no longer valid.

I hope that https://www.mediawiki.org/wiki/Extension:OpenID is out of date and 'memcached' is supported, so this can be a simple doc fix. Writing to the local filesystem won't work too well when subsequent requests may be sent to other servers in the cluster.


Version: master
Severity: normal

Details

Reference
bz54510

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:14 AM
bzimport set Reference to bz54510.

I hope that https://www.mediawiki.org/wiki/Extension:OpenID is out of date
and
'memcached' is supported, so this can be a simple doc fix. Writing to the
local
filesystem won't work too well when subsequent requests may be sent to other
servers in the cluster.

Unfortunately it is not only a documentation problem. The matter (to enable memcached as storage) has been discussed in spring 2013 with Ryan and Chris, but then other important things in MediaWiki as such had to be fixed.

Thanks for filing this as an issue.

(just for the records, an older citation from the README file:

Check that your consumer and server stores are correct. The original maintainer got tired of maintaining the MemcStore that nobody seemed to want, so if you used that, you need to use the filestore now. See below for how to configure it...

Aklapper subscribed.

[Resetting task assignee to avoid cookie-licking. Please reclaim the task when you plan to actively work on this task. Thanks!]