Commit 3fa22b2e authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #725 changing the sentence at the end of setup of fusiondirectory

Showing with 1 addition and 19 deletions
+1 -19
...@@ -5,25 +5,7 @@ ...@@ -5,25 +5,7 @@
<p> <p>
{$msg2} {$msg2}
</p> </p>
{t}Run <tt>fusiondirectory-setup --check-config</tt> to put the correct rights on the fusiondirectory.conf file.{/t}
{if $webgroup == ""}
{t}Depending on the user name your webserver is running on:{/t}
<tt>
<pre> chown root:www-data {$CONFIG_DIR}/{$CONFIG_FILE}
chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
or
chown root:apache {$CONFIG_DIR}/{$CONFIG_FILE}
chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
</pre>
{else}
<pre>
chown root:{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
</pre>
{/if}
</tt>
<p> <p>
<input type='submit' name='getconf' value='{t}Download configuration{/t}'> <input type='submit' name='getconf' value='{t}Download configuration{/t}'>
</p> </p>
......
  • bmortier @bmortier

    mentioned in issue #281 (closed)

    By bmortier on 2017-09-02T14:41:47 (imported from GitLab)

    ·

    mentioned in issue #281 (closed)

    By bmortier on 2017-09-02T14:41:47 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment