aboutsummaryrefslogtreecommitdiffstats
path: root/packages/authng/pkg/authng.inc
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2007-09-12 20:48:25 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2007-09-12 20:48:25 +0000
commitcb5c3456a28597699295910383972a5af6b7a5e9 (patch)
tree73c49507682f17686d27f1fa9d8afe2ec4cfc7d5 /packages/authng/pkg/authng.inc
parentafd45e6cdda4eb0197a1bfb52422477c8816886a (diff)
downloadpfsense-packages-cb5c3456a28597699295910383972a5af6b7a5e9.tar.gz
pfsense-packages-cb5c3456a28597699295910383972a5af6b7a5e9.tar.bz2
pfsense-packages-cb5c3456a28597699295910383972a5af6b7a5e9.zip
* bug fixing
* added initial figures to doc dir
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