User Tools

Site Tools


network:mumble_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network:mumble_server [2015/08/30 21:11]
walter created
network:mumble_server [2016/02/17 00:22]
walter ↷ Links adapted because of a move operation
Line 1: Line 1:
-====== ​About ======+====== ​Mumble Server ​======
  
 The ACM hosts a Mumble server, Murmur, as a VOIP service to members. The server uses LDAP authentication so that members can login with their active ACM accounts and not a shared server password. The Mumble client can be downloaded [[http://​wiki.mumble.info/​wiki/​Main_Page|here]]. The ACM hosts a Mumble server, Murmur, as a VOIP service to members. The server uses LDAP authentication so that members can login with their active ACM accounts and not a shared server password. The Mumble client can be downloaded [[http://​wiki.mumble.info/​wiki/​Main_Page|here]].
Line 23: Line 23:
 Package: mumur-ice (AUR) Package: mumur-ice (AUR)
  
-LDAP Scipt Location: /​opt/​murmur-scipts+LDAP Scipt Location: /​opt/​murmur-scipts ​(perms: 755, owner: murmur, group: murmur)  ​
  
 LDAP Auth Service: murmur-ldap.service LDAP Auth Service: murmur-ldap.service
  
 +<file | /​etc/​systemd/​system/​murmur-ldap.service>​
 +[Unit]
 +Description=Murmur LDAP Authenticator
 +Requires=murmur.service
 +After=murmur.service
 +
 +[Service]
 +Type=simple
 +User=murmur
 +WorkingDirectory=/​opt/​murmur-scripts
 +PIDFile=/​run/​murmur/​LDAPauth.pid
 +ExecStart=/​opt/​murmur-scripts/​LDAPauth.py --ini /​opt/​murmur-scripts/​LDAPauth.ini --app
 +Restart=always
 +
 +[Install]
 +WantedBy=multi-user.target
 +</​file> ​
 +
 +ls
 +[[sig:​sysadmin:​projects_done:​project8|Additional Info]]
  
network/mumble_server.txt · Last modified: 2021/05/02 21:36 (external edit)