[Lsb-messages] /var/www/bzr/lsb/devel/dbadmin r245: add a warning comment for admin mode

Mats Wichmann mats at linuxfoundation.org
Thu Apr 12 15:21:09 UTC 2012


------------------------------------------------------------
revno: 245
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: dbadmin
timestamp: Thu 2012-04-12 09:21:09 -0600
message:
  add a warning comment for admin mode
modified:
  config/connection.inc.tmpl
-------------- next part --------------
=== modified file 'config/connection.inc.tmpl'
--- a/config/connection.inc.tmpl	2011-12-12 07:33:35 +0000
+++ b/config/connection.inc.tmpl	2012-04-12 15:21:09 +0000
@@ -16,6 +16,9 @@
 $LSBDBHOST_browse = "browse_host";
 
 // Connection parameters for the 'admin' mode
+// WARNING: do not enable admin mode on a production site
+// WARNING: the code has not been audited for vulnerabilities
+// WARNING: and should be used only in a closed environment
 $LSBDB_admin = "admin_db";
 $LSBDBPASSWD_admin = "admin_password";
 $LSBUSER_admin = "admin_user";



More information about the lsb-messages mailing list