Last modified: 2008-08-18 03:36:25 UTC
In enterprise environments, radius authentication is often used to provide one-time-password support (tokens). Radius authentication modeules are available in php (e.g. http://us2.php.net/manual/en/ref.radius.php) Adding a plugin like the LDAP authentication plugin that performed Radius authentication would be a benefit for enterprise users who use one-time-password systems.
Why not use mod_auth_radius, and then use one of the web-auth plugins to integrate it with MediaWiki?