[Server-devel] the "first user is admin" moodle policy

Martin Langhoff martin.langhoff at gmail.com
Sun Jul 26 09:49:56 EDT 2009


On Sun, Jul 26, 2009 at 1:37 PM, Joshua N Pritikin<jpritikin at pobox.com> wrote:
> How do I further debug this?

On the client side:

 - find the cookies.sqlite file (which will be in one of the
'isolation' dirs rainbow makes). Open it with sqlite3 and you should
find it has 1 table, and that table has a some cookies for the FQDN of
the XS, one of them is very obviously the authentication one, and
should have the SN of the XO.

On the XS side.

 - there is a script -- I think /home/idmgr/list_registrations -- that
will show you who's registered successfully

 - /var/log/moodle/cron.php should show interesting output (like the
creation of the acct in Moodle, but that happens right after
registration so you may have lost that). Any errors there may be
interesting.

 - /var/log/httpd/error_log -- any errors there may be interesting...

cheers,



m
-- 
 martin.langhoff at gmail.com
 martin at laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff


More information about the Server-devel mailing list