Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Mediawiki extension to allow for authentication via webserver's REMOTE_AUTH (i.e. with kerberos).

License

NotificationsYou must be signed in to change notification settings

oetterer/AuthRemoteUser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packagist download count

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.

Apache configuration example for Kerberos

<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.

Contact

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

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp