aboutsummaryrefslogtreecommitdiffstats
path: root/packages/authng/pkg/authng.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/authng/pkg/authng.inc')
-rw-r--r--packages/authng/pkg/authng.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/authng/pkg/authng.inc b/packages/authng/pkg/authng.inc
index dbe2cc9d..509f5a18 100644
--- a/packages/authng/pkg/authng.inc
+++ b/packages/authng/pkg/authng.inc
@@ -43,7 +43,9 @@ require_once("authng_peers.inc");
// TODO: Define user- and groupindex array
// get principal store type from config.xml
-$principalStore = $config['system']['webgui']['principal_store'];
+// TODO: needs to be defined in config.xml
+//$principalStore = $config['system']['webgui']['principal_store'];
+$principalStore = "xml";
// get PeerFactory instance
$peerFactory =& PeerFactory::getInstance();
// get the actual UserPeer that holds the user index