[Mapbender-commits] r10026 - trunk/mapbender/conf

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 17 08:28:53 PST 2019


Author: armin11
Date: 2019-01-17 08:28:53 -0800 (Thu, 17 Jan 2019)
New Revision: 10026

Modified:
   trunk/mapbender/conf/mapbender.conf-dist
Log:
Give the possibility to define, that a dummy public_user session should be created, if no current session exists!

Modified: trunk/mapbender/conf/mapbender.conf-dist
===================================================================
--- trunk/mapbender/conf/mapbender.conf-dist	2019-01-15 10:37:43 UTC (rev 10025)
+++ trunk/mapbender/conf/mapbender.conf-dist	2019-01-17 16:28:53 UTC (rev 10026)
@@ -260,6 +260,21 @@
 define("PUBLIC_USER", "");
 
 # --------------------------------------------
+# automatically create a session for the public user if no session exists. If this const is set, either the two following should be activated!
+# --------------------------------------------
+#define("PUBLIC_USER_AUTO_CREATE_SESSION", true);
+
+# --------------------------------------------
+# set the default start gui for PUBLIC_USER - beware, that the user must have access to this gui!
+# --------------------------------------------
+#define("PUBLIC_USER_DEFAULT_GUI", "Geoportal-RLP");
+
+# --------------------------------------------
+# set the default srs for the PUBLIC_USER in the SESSION
+# --------------------------------------------
+#define("PUBLIC_USER_DEFAULT_SRS", "EPSG:25832");
+
+# --------------------------------------------
 # define a admin user id for catalogue maintenance - defaults to 1 - 'root' user
 # --------------------------------------------
 #define("CATALOGUE_MAINTENANCE_USER", 1);



More information about the Mapbender_commits mailing list