diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-12 20:48:25 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2007-09-12 20:48:25 +0000 |
commit | cb5c3456a28597699295910383972a5af6b7a5e9 (patch) | |
tree | 73c49507682f17686d27f1fa9d8afe2ec4cfc7d5 /packages/authng/pkg/authng.inc | |
parent | afd45e6cdda4eb0197a1bfb52422477c8816886a (diff) | |
download | pfsense-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.inc | 4 |
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 |