[juno] [patch] passwd on database should not be a required value ...
Marc G. Fournier
scrappy at hub.org
Wed Oct 1 16:47:54 PDT 2003
*** conf.xml.orig Wed Oct 1 23:48:18 2003
--- conf.xml Wed Oct 1 23:48:04 2003
***************
*** 28,34 ****
</configenum>
<configstring name="hostspec" desc="Database server/host/ODBC dsn">localhost</configstring>
<configstring name="username" desc="Username to connect to the database as">horde</configstring>
! <configstring name="password" desc="Password to connect with">****</configstring>
<configstring name="database" desc="Database name to use">horde</configstring>
<configstring name="socket" required="false" desc="Location of UNIX socket, if using one">/var/lib/mysql/mysql.sock</configstring>
<configinteger name="port" required="false" desc="Port the DB is running on, if non-standard">3306</configinteger>
--- 28,34 ----
</configenum>
<configstring name="hostspec" desc="Database server/host/ODBC dsn">localhost</configstring>
<configstring name="username" desc="Username to connect to the database as">horde</configstring>
! <configstring name="password" required="false" desc="Password to connect with">****</configstring>
<configstring name="database" desc="Database name to use">horde</configstring>
<configstring name="socket" required="false" desc="Location of UNIX socket, if using one">/var/lib/mysql/mysql.sock</configstring>
<configinteger name="port" required="false" desc="Port the DB is running on, if non-standard">3306</configinteger>
More information about the juno
mailing list