mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
29bdfbd71d
a high-quality learning experience to remote students. WWW: http://www.bigbluebutton.org/
16 lines
721 B
XML
16 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>
|