missing keyword in /etc/ocsinventory/ocsinventory.conf

Bug #1459281 reported by viegelinsch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OCS Inventory: OCSReports
Invalid
Undecided
Unassigned

Bug Description

System: Ubuntu 14.04.2 LTS
Package: ocsinventory-server
Version: 2.0.5-1.1

Hi,

in the file /etc/ocsinventory/ocsinventory.conf in line 307 the keyword "user" is missing.

Line looks like
   require "SOAP_USER"
must be
   require user "SOAP_USER"

or just see this diff:

--- /usr/share/ocsinventory-server/files/ocsinventory.conf 2013-03-18 04:06:39.000000000 +0100
+++ /etc/ocsinventory/ocsinventory.conf 2015-05-20 13:19:28.291004987 +0200
@@ -300,7 +304,7 @@
  AuthName "OCS Inventory SOAP Area"
  # Use htpasswd to create/update soap-user (or another granted user)
  AuthUserFile "APACHE_AUTH_USER_FILE"
- require "SOAP_USER"
+ require user "SOAP_USER"
   </location>
 </IfModule>

Fix in package would be appreciated.

Greetings,
viegelinsch

viegelinsch (linuxbizz)
description: updated
Changed in ocsinventory-ocsreports:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.