salim-aliya Posted November 10, 2013 Share Posted November 10, 2013 Hi!On my server running Debian 7.0 "Wheezy" 64 Bit I installed mumble-server.everything is working fine even the webinterface to configure the server.Now, i would like to use the phpBB3 Authenticator on it. But the hell there's no readme file or anything else telling a newcomer to mumble how to install this script on the server - not even they write on internet. I really got almost crazy, this simply can't be, that something very easy is simply mentioned nowhere!!!So, who can tell me, how do i install this damn piece of script? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted November 10, 2013 Administrators Share Posted November 10, 2013 Install python Install python zeroc ice module Install Mumble-server Make sure mumble server listens for Ice in the ini Restart mumble server if changed Adjust authenticator script settings Start script Link to comment Share on other sites More sharing options...
salim-aliya Posted November 10, 2013 Author Share Posted November 10, 2013 Adjust authenticator script settingsStart scriptHow is this done exactly? Where should i put the script files? How is the authentication mechanism done?Btw: I would like to write a script. Can I use other script languages? Which ones? Link to comment Share on other sites More sharing options...
Administrators kissaki Posted November 13, 2013 Administrators Share Posted November 13, 2013 Did you check the folder?There is a phpBB3auth.ini file. Open it.Place the scripts wherever you want. It only has to be able to connect to the end-points you configure (mysql and ice).The authentication with the phpbb authenticator found at https://gitorious.org/mumble-scripts/mumble-scripts/source/Authenticators/phpBB3registers itself as an authenticator via Ice, and directly connects to the phpbb database to verify login information.You can pretty much try to use anything you find Ice bindings for.AFAIK PHP is problematic with it's focus on non-daemonized execution. Not sure if that works for authenticators. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now