Difference between revisions of "Authenticators"

From Mumble Wiki
Jump to: navigation, search
(create page for known authenticators)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<div style="float:right; border:1px solid #ccc;">
 +
[[File:Mumble_Authenticator_Introduction.png]]
 +
</div>
 
Authenticators allow server administrators to adjust the login back-end of Mumble servers. This allows users to log in with their account information of an existing database, for example logging in with their data from a forum.
 
Authenticators allow server administrators to adjust the login back-end of Mumble servers. This allows users to log in with their account information of an existing database, for example logging in with their data from a forum.
  
 
== Available, known authenticators ==
 
== Available, known authenticators ==
 
+
* [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/phpBB3 phpBB3] [3-clause BSD]
* [https://gitorious.org/mumble-scripts/mumble-scripts/trees/master/Authenticators/phpBB3 phpBB3] [3-clause BSD]
+
* [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/SMF/2.0 SMF 2.0] [3-clause BSD]
* [https://gitorious.org/mumble-scripts/mumble-scripts/trees/master/Authenticators/SMF/2.0 SMF 2.0] [3-clause BSD]
+
* [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/SMF/1.x SMF 1.x] [3-clause BSD]
* [https://gitorious.org/mumble-scripts/mumble-scripts/trees/master/Authenticators/SMF/1.x SMF 1.x] [3-clause BSD]
+
* [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/LDAP LDAP] [3-clause BSD]
* [https://gitorious.org/mumble-scripts/mumble-scripts/trees/master/Authenticators/LDAP LDAP] [3-clause BSD]
 
 
* [http://bawki.de/mumble/public-api2.2.py Authenticator against Eve-Online] [GPL]
 
* [http://bawki.de/mumble/public-api2.2.py Authenticator against Eve-Online] [GPL]
 +
* [https://github.com/dsnopek/mumble-drupal-auth Drupal] [3-clause BSD]
  
 
[[Category:3rd Party]][[Category:Ice]]
 
[[Category:3rd Party]][[Category:Ice]]

Revision as of 10:04, 13 August 2014

Mumble Authenticator Introduction.png

Authenticators allow server administrators to adjust the login back-end of Mumble servers. This allows users to log in with their account information of an existing database, for example logging in with their data from a forum.

Available, known authenticators