Skip to content

Commit

Permalink
still haven't resolved issue on techdis server but it's clear this fi…
Browse files Browse the repository at this point in the history
…le isn't the cause so just correcting the default auth back to guest.

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@568 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Nov 30, 2012
1 parent cc6d8c8 commit 6af8f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* See code in library/Xerte/Authentication/*.php - where each file should match up to the value used below.
*/

//$xerte_toolkits_site->authentication_method = 'Guest';
$xerte_toolkits_site->authentication_method = 'Guest';
//$xerte_toolkits_site->authentication_method = 'Ldap';
//$xerte_toolkits_site->authentication_method = 'Db';
$xerte_toolkits_site->authentication_method = 'Static';
//$xerte_toolkits_site->authentication_method = 'Static';
//$xerte_toolkits_site->authentication_method = "Moodle";

//restrict moodle guest access
Expand Down

0 comments on commit 6af8f4a

Please sign in to comment.