Difference between revisions of "Authenticators"

From Mumble Wiki
Jump to: navigation, search
(Present data as table)
Line 4: Line 4:
 
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 ==
+
{| class="wikitable sortable"
* [https://github.com/mumble-voip/mumble-scripts/tree/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]
+
! Account Source !! License !! Weblink
* [https://github.com/mumble-voip/mumble-scripts/tree/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]
+
| phpBB3 || 3-clause BSD || [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/phpBB3 mumble-voip/mumble-scripts phpBB3]
* [http://bawki.de/mumble/public-api2.2.py Authenticator against Eve-Online] [GPL]
+
|-
* [https://github.com/dsnopek/mumble-drupal-auth Drupal] [3-clause BSD]
+
| SMF 2.0 || 3-clause BSD || [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/SMF/2.0 mumble-voip/mumble-scripts SMF 2.0]
 +
|-
 +
| SMF 1.x || 3-clause BSD || [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/SMF/1.x mumble-voip/mumble-scripts SMF 1.x]
 +
|-
 +
| LDAP || 3-clause BSD || [https://github.com/mumble-voip/mumble-scripts/tree/master/Authenticators/LDAP mumble-voip/mumble-scripts LDAP]
 +
|-
 +
| Eve-Online || GPL || [http://bawki.de/mumble/public-api2.2.py public-api2.2.py]
 +
|-
 +
| Drupal || 3-clause BSD || [https://github.com/dsnopek/mumble-drupal-auth mumble-drupal-auth]
 +
|}
  
 
[[Category:3rd Party]][[Category:Ice]]
 
[[Category:3rd Party]][[Category:Ice]]

Revision as of 13:59, 15 April 2017

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.

Account Source License Weblink
phpBB3 3-clause BSD mumble-voip/mumble-scripts phpBB3
SMF 2.0 3-clause BSD mumble-voip/mumble-scripts SMF 2.0
SMF 1.x 3-clause BSD mumble-voip/mumble-scripts SMF 1.x
LDAP 3-clause BSD mumble-voip/mumble-scripts LDAP
Eve-Online GPL public-api2.2.py
Drupal 3-clause BSD mumble-drupal-auth