How Do I verify the Security Salt

249 views
Skip to first unread message

itservices

unread,
Nov 6, 2010, 7:41:58 PM11/6/10
to BigBlueButton-Setup
Hi,

I installed BBB and trying to integrate with Moodle.

I've generated new security salt and got it copied into the bbb.

Is there a way for me to verify that the security salt in bbb is same
to the one i have in moodle.

Actually, what command to i use to view the SS in bbb.

I have read things like:

'You'll find the security salt in the file
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.properties
Look for the line
beans.dynamicConferenceService.securitySalt=<value_of_salt>'

I am very new to ubuntu, so what do i type/command to get to

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.properties
and look for line
beans.dynamicConferenceService.securitySalt=<value_of_salt>'


I used VM instalation.

Thank you.

Michael T. Bendorf

unread,
Nov 6, 2010, 9:16:10 PM11/6/10
to bigbluebu...@googlegroups.com
from the command line interface on your ubuntu bbb VM:

cat /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.properties | grep securitySalt



That will dump the contents of the properties file and then search and display the line that contains the security salt.



--Michael T. Bendorf--
Technology Administrator
A-C Central C.U.S.D. #262
Google Voice: 217.408.0043

"I'm trying to teach myself to ask the same questions that you do during your lectures so that I do not need you any more."

A good teacher is like a candle - it consumes itself to light the way for others.

"The computer revolution hasn't started yet. Don't be misled by the enormous flow of money into bad defacto standards for unsophisticated buyers using poor adaptations of incomplete ideas."
- Alan Kay




--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.


Seun Ojedeji

unread,
Nov 7, 2010, 9:27:10 AM11/7/10
to bigbluebu...@googlegroups.com
You actually don't need to generate a salt but since you have generated one, it means you need to replace the salt on the BBB with the new one you generated for moodle integration.

Regards

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.




--
------------------------------------------------------------------------
Seun Ojedeji,
System Analyst/Network Admin
ICT Centre,
University of Nigeria, Enugu Campus.
web:      http://www.unn.edu.ng
Mobile: +2348035233535
Email:   seun.o...@unn.edu.ng
            seun.o...@gmail.com
Skype:  seun.ojedeji

itservices

unread,
Nov 7, 2010, 6:47:28 PM11/7/10
to BigBlueButton-Setup
Many thanks.

Just tried the below and i got access denied response. What should I
do next as i'm new to this.

So sorry about much request.

thanks.

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
> bigbluebutton.properties

On Nov 7, 1:16 am, "Michael T. Bendorf" <bendo...@a-ccentral.us>
wrote:
> > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu­bsc...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bigbluebutton-setup?hl=en.- Hide quoted text -
>
> - Show quoted text -

itservices

unread,
Nov 7, 2010, 6:54:34 PM11/7/10
to BigBlueButton-Setup
Yes, I have done the replacement but keep on getting the error message
that my subsription has eighet expired or i'm using an incorrect
parameter. (Since i set up my own server using the dual code plug in,
i'm not sure if this has to do with dual code or my the security
salt.) This is why i intend to verify that the salt at both ends are
same. I've tried the suggestion from Mich but got an 'access denied'
responce. What else can i do?

If i am not asking too much, are u happy if i call and you to guide
over the phone or skype (at time best convi for you)?

Many thanks.
> > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu­bsc...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
> --
> ------------------------------------------------------------------------
> Seun Ojedeji,
> System Analyst/Network Admin
> ICT Centre,
> University of Nigeria, Enugu Campus.
> web:      http://www.unn.edu.ng
> Mobile: +2348035233535
> Email:   seun.ojed...@unn.edu.ng
>             seun.ojed...@gmail.com
> Skype:  seun.ojedeji- Hide quoted text -

Fred Dixon

unread,
Nov 7, 2010, 7:19:25 PM11/7/10
to bigbluebu...@googlegroups.com
If your running BigBlueButton 0.70, the following command will give
you the security salt

cat /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
| grep Salt

If your running BigBlueButton 0.71-beta, we've made it easier with
"bbb-conf --salt", which returns the URL and salt for setting up an
integration with the BigBlueButton server.

Regards,... Fred

itservices

unread,
Nov 8, 2010, 7:19:28 AM11/8/10
to BigBlueButton-Setup
Hi,

Does 0.71-beta runs on VM?

thanks.

On Nov 8, 12:19 am, Fred Dixon <ffdi...@gmail.com> wrote:
> If your running BigBlueButton 0.70, the following command will give
> you the security salt
>
> cat /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.proper­ties

itservices

unread,
Nov 8, 2010, 7:21:04 AM11/8/10
to BigBlueButton-Setup
Also why would the command

cat /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.proper­ties
| grep Salt

give me access denied responce?

thanks

On Nov 8, 12:19 am, Fred Dixon <ffdi...@gmail.com> wrote:
> If your running BigBlueButton 0.70, the following command will give
> you the security salt
>
> cat /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.proper­ties

Seun Ojedeji

unread,
Nov 8, 2010, 7:47:30 AM11/8/10
to bigbluebu...@googlegroups.com
you need to run it with a root permition. So just add sudo cat /var.......   Yes 0.71 runs on VM, i run it on virtualbox

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.




--
------------------------------------------------------------------------
Seun Ojedeji,
System Analyst/Network Admin
ICT Centre,
University of Nigeria, Enugu Campus.
web:      http://www.unn.edu.ng
Mobile: +2348035233535
Email:   seun.o...@unn.edu.ng
            seun.o...@gmail.com
Skype:  seun.ojedeji

Reply all
Reply to author
Forward
0 new messages