From c7be0db853e476822d1253889d7f11c543a92a27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Wed, 1 Aug 2012 15:00:54 +0200
Subject: [PATCH] use dbname for non privileged user

---
 lib/setup.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/setup.php b/lib/setup.php
index bf7b6e36828..61210560aba 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -285,6 +285,7 @@ class OC_Setup {
                                         } else {
 
                                                 OC_CONFIG::setValue('dbuser', $dbuser);
+                                                OC_CONFIG::setValue('dbname', $dbname);
                                                 OC_CONFIG::setValue('dbpassword', $dbpass);
 
                                                 //create the database not neccessary, oracle implies user = schema
-- 
GitLab