- Notifications
You must be signed in to change notification settings - Fork1
A Mediawiki extension to allow for authentication via webserver's REMOTE_AUTH (i.e. with kerberos).
License
oetterer/AuthRemoteUser
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ThisMediaWiki extension aims to provide authentication via the webserver'sREMOTE_AUTH (i.e. with kerberos) functionality.
It relies on the extensionPluggableAuth.
After you installed the extension, you have to configure your webserver for remoteauthentication to match on the special pageAuthRemoteUser.
<LocationMatch".*/index\.php"> <If"%{QUERY_STRING} =~ /title=[^:]+:AuthRemoteUser/">SSLRequireSSLAuthType KerberosAuthName "Kerberos Login" KrbMethodNegotiateOn KrbMethodK5PasswdOff KrbAuthoritativeon KrbAuthRealms <your krb realms> KrbVerifyKDCon Krb5KeyTab /etc/keytabs/krb5.keytab.HTTP require valid-user </If></LocationMatch>
Note: even, if you are using Short URL schema, you have to match againstindex.php?title=, because the authentication special page is accessedinternally with the original linking schema.
For bug reports and feature requests please see, if it is already reported onthe list ofopen bugs. If not,report it.
For general questions, comments, or suggestions you might use thetalk pageon MediaWiki.org. For direct contact with the authorplease use theEmail functionality on MediaWiki.org.
About
A Mediawiki extension to allow for authentication via webserver's REMOTE_AUTH (i.e. with kerberos).
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
