From 65d7e300392e97038f7b48512ec81766633ebcfa Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 20 Oct 2009 09:14:47 +0000
Subject: [PATCH] config-templates: Remove some options that shouldn't be set.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1881 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 8d871e9f2..2fb856d78 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -7,29 +7,15 @@
 
 $config = array (
 
-	/**
-	 * This option configures the base directory for this simpleSAMLphp
-	 * installation. Under most circumstances this option is optional,
-	 * and can be left unset.
-	 *
-	 * Example:
-	 *  'basedir' => '/var/simplesamlphp/',
-	 */
-	'basedir' => NULL,
-
 	/**
 	 * Setup the following parameters to match the directory of your installation.
 	 * See the user manual for more details.
 	 */
 	'baseurlpath'           => 'simplesaml/',
-	'templatedir'           => 'templates/',
-	'metadatadir'           => 'metadata/',
-	'attributenamemapdir'   => 'attributemap/',
 	'certdir'               => 'cert/',
-	'dictionarydir'         => 'dictionaries/',
 	'loggingdir'            => 'log/',
-	'datadir'				=> 'data/',
-		
+	'datadir'               => 'data/',
+
 	/*
 	 * A directory where simpleSAMLphp can save temporary files.
 	 *
-- 
GitLab