mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
a high-quality learning experience to remote students. WWW: http://www.bigbluebutton.org/
15 lines
721 B
XML
15 lines
721 B
XML
--- conf/directory/default/bbbuser.xml.orig 2010-11-12 15:46:08.000000000 +0000
|
|
+++ conf/directory/default/bbbuser.xml 2010-11-12 15:48:22.000000000 +0000
|
|
@@ -3,10 +3,10 @@
|
|
ipauth if you have an cidr= in the user attributes ie cidr="1.2.3.4/32"
|
|
see <node type="allow" domain="$${domain}"/> in default acl.conf.xml
|
|
-->
|
|
- <user id="bbbuser">
|
|
+ <user id="%%BBB_SIP_USERNAME%%">
|
|
<params>
|
|
<!-- omit password for authless registration -->
|
|
- <param name="password" value="secret"/>
|
|
+ <param name="password" value="%%BBB_SIP_PASSWORD%%"/>
|
|
<!-- What this user is allowed to acces -->
|
|
<!--<param name="http-allowed-api" value="jsapi,voicemail,status"/> -->
|
|
</params>
|