Re: [Server-devel] extension of Moodle authentication mechanism

2013-10-28 Thread Miguel González
On Mon, Oct 28, 2013 at 4:54 AM, George Hunt georgejh...@gmail.com wrote:

 I heard that someone at activitycentral was extending, augmenting the
 authentication used by Moodle, so that other web based services can climb
 on.


It's called xs-autherserve and is a component in DXS initiative. If you
install XSCE using ansible you will find it in
http://schoolserver.local:5000.



 Can someone point me to the code?


The source code is in https://github.com/migonzalvar/xs-authserver.



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




-- 
Miguel González
Activity Central: http://www.activitycentral.com
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Reminder: XSCE IRC scrum tomorrow (28th October), 1600 UTC / 1200 EDT on #schoolserver/irc.freenode.net

2013-10-28 Thread Anish Mangal
Hi fellow server-hackers!

We will be having our seventh IRC scrum meeting tomorrow 28th October on
1600 UTC / 1200 EDT at the #schoolserver channel (irc.freenode.net). The
meeting will be logged by a supybot instance.

Please start filling in your points to discuss in the rolling agenda
document
https://docs.google.com/document/d/1o6QtzLb6e58YKWqMf_junux2XyBRLFm31un8YLcYslg/edit

Logs for the last meeting held on 15th October are here:
https://sugardextrose.org/issues/4786

Cheers,
Anish
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] extension of Moodle authentication mechanism

2013-10-28 Thread George Hunt
Thank you.  I'll spend some time studying it and try to write up some
documentation, and use cases.


On Mon, Oct 28, 2013 at 5:07 AM, Miguel González 
migonzal...@activitycentral.com wrote:



 On Mon, Oct 28, 2013 at 4:54 AM, George Hunt georgejh...@gmail.comwrote:

 I heard that someone at activitycentral was extending, augmenting the
 authentication used by Moodle, so that other web based services can climb
 on.


 It's called xs-autherserve and is a component in DXS initiative. If you
 install XSCE using ansible you will find it in
 http://schoolserver.local:5000.



 Can someone point me to the code?


 The source code is in https://github.com/migonzalvar/xs-authserver.



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




 --
 Miguel González
 Activity Central: http://www.activitycentral.com

___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] extension of Moodle authentication mechanism

2013-10-28 Thread David Farning
For full disclosure. This feature has been sitting on the side lines
because of its kludginess. So, keep you hopes low :(

On Mon, Oct 28, 2013 at 10:28 AM, George Hunt georgejh...@gmail.com wrote:
 Thank you.  I'll spend some time studying it and try to write up some
 documentation, and use cases.


 On Mon, Oct 28, 2013 at 5:07 AM, Miguel González
 migonzal...@activitycentral.com wrote:



 On Mon, Oct 28, 2013 at 4:54 AM, George Hunt georgejh...@gmail.com
 wrote:

 I heard that someone at activitycentral was extending, augmenting the
 authentication used by Moodle, so that other web based services can climb
 on.


 It's called xs-autherserve and is a component in DXS initiative. If you
 install XSCE using ansible you will find it in
 http://schoolserver.local:5000.



 Can someone point me to the code?


 The source code is in https://github.com/migonzalvar/xs-authserver.



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




 --
 Miguel González
 Activity Central: http://www.activitycentral.com



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




-- 
David Farning
Activity Central: http://www.activitycentral.com
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] extension of Moodle authentication mechanism

2013-10-28 Thread Miguel González
In fact, the only feature so far is mimic authentication mechanism used by
Moodle. I documented [1] how Moodle's/XO autologin works and implemented it
using Flask, the Python web micro framework.

Next step will be to turn xs-authserver into an authorization server maybe
using OAuth. This would allow to use xs-authserver as an identity provider
by external services easily.

If you have problems running xs-authserver, take a look to this issue [2]
in DXS.

1: https://gist.github.com/migonzalvar/279de1bbf414df1fad8c

2: https://sugardextrose.org/issues/4759#note-3


On Mon, Oct 28, 2013 at 6:41 PM, David Farning dfarn...@activitycentral.com
 wrote:

 For full disclosure. This feature has been sitting on the side lines
 because of its kludginess. So, keep you hopes low :(

 On Mon, Oct 28, 2013 at 10:28 AM, George Hunt georgejh...@gmail.com
 wrote:
  Thank you.  I'll spend some time studying it and try to write up some
  documentation, and use cases.
 
 
  On Mon, Oct 28, 2013 at 5:07 AM, Miguel González
  migonzal...@activitycentral.com wrote:
 
 
 
  On Mon, Oct 28, 2013 at 4:54 AM, George Hunt georgejh...@gmail.com
  wrote:
 
  I heard that someone at activitycentral was extending, augmenting the
  authentication used by Moodle, so that other web based services can
 climb
  on.
 
 
  It's called xs-autherserve and is a component in DXS initiative. If you
  install XSCE using ansible you will find it in
  http://schoolserver.local:5000.
 
 
 
  Can someone point me to the code?
 
 
  The source code is in https://github.com/migonzalvar/xs-authserver.
 
 
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 
 
 
 
  --
  Miguel González
  Activity Central: http://www.activitycentral.com
 
 
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 



 --
 David Farning
 Activity Central: http://www.activitycentral.com




-- 
Miguel González
Activity Central: http://www.activitycentral.com
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] How to create a screencast

2013-10-28 Thread Anna
Here's a few commands I played with from an XO-1, then tried to view
stream.ogg from my desktop.  I couldn't get streaming to work, though, all
it did was display a static screen capture.

gst-launch ximagesrc! ffmpegcolorspace ! videorate ! videoscale !
video/x-raw-yuv,framerate=5/1,width=320,height=240 ! theoraenc quality=16 !
oggmux ! shout2send ip=schoolserver.local port=9000 password=dxsstreaming
mount=stream.ogg streamname=Test description=Screencast

gst-launch ximagesrc! ffmpegcolorspace ! videorate ! videoscale !
video/x-raw-yuv,width=320,height=240 ! theoraenc quality=16 ! oggmux !
shout2send ip=schoolserver.local port=9000 password=dxsstreaming
mount=stream.ogg streamname=Test description=Screencast

gst-launch ximagesrc! ffmpegcolorspace ! videorate ! videoscale !
video/x-raw-yuv,framerate=15/1,width=160,height=120 ! theoraenc quality=16
! oggmux ! shout2send ip=schoolserver.local port=9000 password=dxsstreaming
mount=stream.ogg streamname=Test description=Screencast



On Mon, Oct 28, 2013 at 3:03 PM, George Hunt georgejh...@gmail.com wrote:

 Nosing around I found
 https://github.com/scollazo/dxs/blob/b6f016a69f5304a20710ea58baf0679bfad05e01/docs/TESTING.rst

 Which I believe answers my question.  I'll just need time to play around
 with it.

 George


 On Mon, Oct 28, 2013 at 3:08 PM, David Farning 
 dfarn...@activitycentral.com wrote:

 Sorry,

 Santi has been pulled away to work on other projects for a couple of
 days to a week. He is not ignoring you :( Just deep in a frustrating
 project :)

 On Sun, Oct 27, 2013 at 10:51 PM, George Hunt georgejh...@gmail.com
 wrote:
  Santi,
 
  In the demo last week, I think you said that you had used gstreamer to
  generate screencasts, and that icecast might be used at the school
 server
  end to distribute them, (there was some discussion whether icecast
 could do
  multicast).
 
  Can you give me a script, or at least more informtion about the
 gst-launch,
  or other technique, that you used?
 
  Thanks
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 



 --
 David Farning
 Activity Central: http://www.activitycentral.com



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] what I'm working on

2013-10-28 Thread George Hunt
Hi xsce team,

I've been having fun working on little things that were not replicated by
ansible playbooks.  I started generating pull requests so everyone could
see what I'm working on, even though I'm leaving for a week in  Baja, and
the work is not really complete

But our new workflow really requires more testing and completeness than I
have achieved before I leave. I'm not generating pr's on incomplete work.

So here are the things I've got branches for, and done some work on:

   - openvpn
   - vnc-remote graphical administration
   - avahi-announce
   - a spec file that generates rpms that include hash tag, version,
   selectable base name
   - man-pages
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel