svn commit: r426 - trunk/mapbender/mb_installation.txt

astrid_emde at osgeo.org astrid_emde at osgeo.org
Tue Jun 13 05:44:00 EDT 2006


Author: astrid_emde
Date: 2006-06-13 09:44:00+0000
New Revision: 426

Modified:
   trunk/mapbender/mb_installation.txt

Log:
changes in the installation file

Modified: trunk/mapbender/mb_installation.txt
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/mb_installation.txt?view=diff&rev=426&p1=trunk/mapbender/mb_installation.txt&p2=trunk/mapbender/mb_installation.txt&r1=425&r2=426
==============================================================================
--- trunk/mapbender/mb_installation.txt	(original)
+++ trunk/mapbender/mb_installation.txt	2006-06-13 09:44:00+0000
@@ -42,10 +42,6 @@
 source mysql_data.sql (make sure, that you use the right sql for the right encoding)
 
 
--- To Update the password of the user root use the following sql
-UPDATE mb_user set mb_user_password = password('root') where mb_user_name = 'root';
-
-
 --
 -- PostgreSQL --
 --
@@ -66,15 +62,6 @@
 psql -f pgsql_serial_set_sequences.sql <dbname>
 
 
-Passwordencryption in PostgreSQL with md5
-If you want to get encrypted passwords you have to choose MD5 true (see mapbender.conf, default is false).
-You only can choose md5, when your PostgreSQL supports the function md5(). You can check this with the following SQL : Select md5('root'); 
-
-At the moment in the database mb_user.mb_user_password = 'root' (see pgsql_data.sql)
-If you want to use md5 send the following SQL to set the password in md5-encoding:
-
-UPDATE mb_user set mb_user_password = md5('root') where mb_user_name = 'root';
-
 
 ----
 -- 2. mapbender configuration




More information about the Mapbender_commits mailing list