Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Disable deployment feature from the client (agent) [closed]

Is there a way to disable the deployment feature on the client side? OCS inventory is great, but we have another way to deploy software, and we want this turned off from the client if possible. (Security reason)

Thank you for creating and maintaining this great system!

Adrian
closed with the note: Problem solved
in OCS Inventory NG agent for Windows by (220 points)
closed by

3 Answers

+1 vote
 
Best answer

Hi,

To deploy packages, the OCS client checks the server certificate. If you want to forbid deployment, simply do not put the CA certificate on the PC.

The settings of the ocsinventory.ini file:

[HTTP]
Server = http://myserver.mydomain.com/ocsinventory
SSL = 0
; No certificate
; CaBundle =

Regards

by (6.2k points)
selected by
0 votes
Thank you very much!
by (220 points)
0 votes
Hi,

The correct way is to disable deployment in ocs configuration from the ocs server. With the certificate you can do securised inventories without deployment.

To disable deployment go to Configuration / Deployment. Set Download option to OFF. Save and that's all.

Regards

Frank
by (88.5k points)
 
Powered by Question2Answer
...