head	1.9;
access;
symbols
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	old_RELEASE_5_0_DP1:1.3
	old_RELEASE_4_5_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2004.12.26.10.33.22;	author thierry;	state dead;
branches;
next	1.8;

1.8
date	2004.03.16.22.20.32;	author thierry;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.29.03.18.35;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.30.09.28.41;	author dirk;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.26.03.54.08;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2002.05.16.07.36.11;	author sada;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.19.16.58.08;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.12.20.08.29;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.03.02.36.06;	author steve;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp.

PR:		ports/75434
Submitted by:	/me.
@
text
@--- config/horde.php.dist.orig	Tue Oct 14 18:52:31 2003
+++ config/horde.php.dist	Mon Mar  8 21:43:56 2004
@@@@ -94,7 +94,7 @@@@
 // What backend should we use for authenticating users to Horde? Valid
 // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp', 'smb',
 // 'krb5' and 'radius'.
-$conf['auth']['driver'] = '';
+$conf['auth']['driver'] = 'imap';
 
 // An array holding any parameters that the Auth object will need to
 // function correctly.
@@@@ -159,7 +159,7 @@@@
 // (meaning use system defaults and don't save any user preferences),
 // 'session' (preferences only persist during the login), 'ldap',
 // and 'sql'.
-$conf['prefs']['driver'] = 'none';
+$conf['prefs']['driver'] = 'sql';
 
 // Any parameters that the preferences driver needs. This includes
 // database or ldap server, username/password to connect with, etc.
@@@@ -168,12 +168,12 @@@@
 // This is an example configuration for a MySQL preference backend.
 // The SQL script to setup the preference database is placed in
 // horde/scripts/db/prefs.sql.
-// $conf['prefs']['params']['phptype'] = 'mysql';
-// $conf['prefs']['params']['hostspec'] = 'localhost';
-// $conf['prefs']['params']['username'] = 'horde';
-// $conf['prefs']['params']['password'] = '*****';
-// $conf['prefs']['params']['database'] = 'horde';
-// $conf['prefs']['params']['table'] = 'horde_prefs';
+$conf['prefs']['params']['phptype'] = 'mysql';
+$conf['prefs']['params']['hostspec'] = 'localhost';
+$conf['prefs']['params']['username'] = 'hordemgr';
+$conf['prefs']['params']['password'] = 'hordemgr';
+$conf['prefs']['params']['database'] = 'horde';
+$conf['prefs']['params']['table'] = 'horde_prefs';
 
 // This is an example configuration for an LDAP preference backend.
 // The schemas needed for ldap are in horde/scripts/ldap.  For more
@@@@ -225,7 +225,7 @@@@
 // want to use the '-oi' argument so that sendmail does not interpret a
 // single '.' in the body of a message as the end of input.
 // $conf['mailer']['params'] = array(
-//     'sendmail_path' => '/usr/lib/sendmail',
+//     'sendmail_path' => '/usr/sbin/sendmail',
 //     'sendmail_args' => '-oi'
 // );
 
@@@@ -350,3 +350,9 @@@@
 // Should we use DHTML to display a floating menu of Horde appliation
 // links, instead of a frame?
 $conf['menu']['floating_bar'] = false;
+
+/* Which users should be treated as administrators (root, super-user)
+ * by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
+ * N.B.: 'admin' is used by Jonah to fetch the news.
+ */
+$conf['auth']['admins'] = array('admin');
@


1.8
log
@Upgrading to Horde 2.2.5.

The full list of changes (from version 2.2.4) can be viewed here:
<http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.207.2.86&r2=1.207.2.91&ty=h>.

PR:		ports/63947.
Submitted by:	maintainer.
Approved by:	mat (mentor).
@
text
@@


1.7
log
@www/horde2: upgrading to 2.2.3.

	Upgrading to the latest -stable release of Horde.
	Removing a dependency on security/pear-Crypt_CBC.
	The full list of changes can be viewed here:
	<http://cvs.horde.org/co.php/horde/docs/CHANGES?r=1.207.2.77>;.
	Note: this upgrade will be necessary to upgrade Kronolith to 1.1.

PR:		ports/51390
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d1 2
a2 2
--- config/horde.php.dist.orig	Tue Apr 22 20:45:22 2003
+++ config/horde.php.dist	Tue Apr 22 23:35:10 2003
d40 8
a47 7
@@@@ -223,7 +223,7 @@@@
 // SMTP authentication can be enabled by setting the 'auth' parameter
 // to true.
 $conf['mailer']['params'] = array();
-// $conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
+// $conf['mailer']['params'] = array('sendmail_path' => '/usr/sbin/sendmail');
 // $conf['mailer']['params'] = array('host' => 'smtp.example.com');
d49 1
a49 2
 
@@@@ -328,3 +328,9 @@@@
@


1.6
log
@Upgrade to 2.2.

PR:		ports/47229
Submitted by:	Thierry Thomas <thierry@@pompo.net>
@
text
@d1 3
a3 4
--- config/horde.php.dist.orig	Tue Oct 29 22:21:36 2002
+++ config/horde.php.dist	Thu Jan  9 21:37:31 2003
@@@@ -86,7 +86,7 @@@@
 
d5 2
a6 1
 // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp' and 'krb5'.
d12 1
a12 1
@@@@ -145,7 +145,7 @@@@
d21 1
a21 1
@@@@ -154,12 +154,12 @@@@
d40 1
a40 1
@@@@ -209,7 +209,7 @@@@
d49 1
a49 1
@@@@ -267,3 +267,9 @@@@
@


1.5
log
@${PERL} -> ${REINPLACE_CMD}

PR:		39856
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- config/horde.php.dist.orig	Sat Jun  1 01:57:03 2002
+++ config/horde.php.dist	Mon Jun 24 21:59:21 2002
@@@@ -75,7 +75,7 @@@@
d6 1
a6 1
 // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
d12 1
a12 1
@@@@ -131,7 +131,7 @@@@
d21 1
a21 1
@@@@ -140,12 +140,12 @@@@
d40 3
a42 3
@@@@ -195,7 +195,7 @@@@
 // If you want to use SMTP authentication, set the 'auth' parameter
 // to 'true' (without quotes).
d49 1
a49 1
@@@@ -241,3 +241,9 @@@@
@


1.4
log
@Upgrade to version 2.1 RC2.
PR:	ports/36903
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- config/horde.php.dist.orig	Sat Mar  9 19:43:35 2002
+++ config/horde.php.dist	Wed Mar 13 01:21:30 2002
a11 9
@@@@ -106,7 +106,7 @@@@
 // and for sql it would be the table name to use. For the 'syslog'
 // driver it is the facility as a _constant_ (with no quotes), e.g.:
 // ... = LOG_LOCAL0;
-$conf['log']['name'] = '/tmp/horde.log';
+$conf['log']['name'] = '/var/log/horde.log';
 
 // What level of messages should we log? The values are LOG_EMERG,
 // LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
d14 1
a14 1
 // 'session' (preferences only persist during the login), 'ldap', 
d38 5
a42 5
 
 /**
@@@@ -177,7 +177,7 @@@@
 // function correctly. For sendmail, this is mainly the sendmail_path
 // option; SMTP requires at least a server and a port (if nonstandard).
d49 1
a49 1
@@@@ -223,3 +223,9 @@@@
@


1.3
log
@horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
@
text
@d1 3
a3 10
--- config/horde.php.dist.orig	Fri Dec 28 19:48:37 2001
+++ config/horde.php.dist	Thu Jan  3 17:01:56 2002
@@@@ -83,12 +83,13 @@@@
 
 /* Which users should be treated as administrators (root, super-user)
  * by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
+ * N.B.: 'admin' is used by Jonah to fetch the news.
  */
-$conf['auth']['admins'] = array();
+$conf['auth']['admins'] = array('admin');
d10 6
a15 11
 /* An array holding any parameters that the Auth object will need to
  * function correctly. For IMAP, this is the server name, port,
@@@@ -119,8 +120,12 @@@@
  * and for sql it would be the table name to use. For the 'syslog'
  * driver it is the facility as a _constant_ (with no quotes), e.g.:
  * ... = LOG_LOCAL0;
+ * Warning: il you keep file, do not forget to add a line in your
+ * /etc/newsyslog.conf
+ * For example:
+ * /var/log/horde.log		600  5     100  *     Z
  */
d19 6
a24 6
 /* What level of messages should we log? The values are LOG_EMERG,
  * LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
@@@@ -148,7 +153,7 @@@@
  * 'session' (preferences only persist during the login), 'ldap', 
  * and 'sql'.
  */
d28 6
a33 6
 /* Any parameters that the preferences driver needs. This includes
  * database or ldap server, username/password to connect with, etc.
@@@@ -159,12 +164,12 @@@@
  * Be sure to set the prefs driver to 'sql' above if you use this
  * configuration. 
  */
d49 3
a51 3
@@@@ -216,7 +221,7 @@@@
  * option; SMTP requires at least a server and a port (if nonstandard).
  */
d55 2
a56 1
 // $conf['mailer']['params'] = array('server' => 'smtp.example.com');
d58 10
a67 1
 /**
@


1.2
log
@upgrade to RC3

PR:		32516
Submitted by:	maintainer
@
text
@d1 10
a10 3
--- config/horde.php.dist.orig	Tue Nov 27 13:36:00 2001
+++ config/horde.php.dist	Tue Dec  4 21:37:30 2001
@@@@ -78,7 +78,7 @@@@
d17 11
a27 17
 // An array holding any parameters that the Auth object will need to
 // function correctly. For IMAP, this is the server name, port,
@@@@ -99,6 +99,10 @@@@
 
 // What log driver should we use? Valid values are 'file', 'mcal',
 // 'sql', and 'syslog'.
+// Warning: il you keep file, do not forget to add a line in your
+// /etc/newsyslog.conf
+// For example:
+// /var/log/horde.log                      600  5     100  *     Z
 $conf['log']['type'] = 'file';
 
 // What is the name of the log? For the 'file' driver, this is the
@@@@ -106,7 +110,7 @@@@
 // and for sql it would be the table name to use. For the 'syslog'
 // driver it is the facility as a _constant_ (with no quotes), e.g.:
 // ... = LOG_LOCAL0;
d31 6
a36 6
 // What level of messages should we log? The values are LOG_EMERG,
 // LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
@@@@ -131,7 +135,7 @@@@
 // (meaning use system defaults and don't save any user preferences),
 // 'session' (preferences only persist during the login), 'ldap', 
 // and 'sql'.
d40 6
a45 6
 // Any parameters that the preferences driver needs. This includes
 // database or ldap server, username/password to connect with, etc.
@@@@ -140,12 +144,12 @@@@
 // This is an example configuration for a MySQL preference backend.
 // The SQL script to setup the preference database is placed in
 // horde/scripts/db/prefs.sql.
d59 9
@


1.1
log
@Adding horde version 2.0.
A common code-base used by Horde applications, written in PHP.

PR:		32088, 32145
Submitted by:	Thierry Thomas <thierry@@thomas.as>
@
text
@d1 3
a3 3
--- config/horde.php.dist.orig	Mon Sep 17 19:47:06 2001
+++ config/horde.php.dist	Fri Nov 16 23:38:28 2001
@@@@ -77,7 +77,7 @@@@
d12 1
a12 1
@@@@ -94,6 +94,10 @@@@
d23 10
a32 1
@@@@ -126,12 +130,17 @@@@
d41 10
a50 2
 $conf['prefs']['params'] = array();
-
d58 1
a59 1
  ** Cache System Settings
@

