conf.php is generated by Horde via conf.xml
authorBen Klang <ben@alkaloid.net>
Thu, 30 Jun 2005 03:35:13 +0000 (03:35 +0000)
committerBen Klang <ben@alkaloid.net>
Thu, 30 Jun 2005 03:35:13 +0000 (03:35 +0000)
git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@34 06cd67b6-e706-0410-b29e-9de616bca6e9

config/conf.php [deleted file]

diff --git a/config/conf.php b/config/conf.php
deleted file mode 100644 (file)
index 4bcfc38..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
-// $Horde: horde/config/conf.xml,v 1.74.2.5 2005/03/22 11:40:14 jan Exp $
-$conf['storage']['admins'] = array('andrew.klang@v-office.biz');
-$conf['storage']['params']['hostspec'] = 'localhost';
-$conf['storage']['params']['basedn'] = 'dc=alkaloid,dc=net';
-$conf['storage']['params']['binddn'] = 'uid=Horde,ou=Service Accounts,dc=alkaloid,dc=net';
-$conf['storage']['params']['password'] = 'InsaneMasses';
-$conf['storage']['params']['version'] = '3';
-$conf['storage']['params']['uid'] = 'mail';
-$conf['storage']['params']['objectclass'] = array('hordePerson');
-$conf['storage']['params']['filter_type'] = 'objectclass';
-$conf['storage']['driver'] = 'ldap';
-/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */