You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/control_panel_integration/README.md
+64-2Lines changed: 64 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The Imunify360 Stand-alone version requires the following integrations before in
81
81
* 2.4 Integration with Authentication Service
82
82
* 2.5 Integration with Malware Scanner
83
83
84
-
All integrations set in the integration config file like <spanclass="notranslate">`/etc/sysconfig/imunify360/integration.conf`</span>. You can find more details on the config file [here](/control_panel_integration/#integration-config-file), get a [template](https://github.com/cloudlinux/imunify360-documentation/blob/master/docs/control_panel_integration/integration.conf) or check the [Knoledgebase article](https://cloudlinux.zendesk.com/hc/en-us/articles/4716287786396).
84
+
All integrations set in the integration config file like <spanclass="notranslate">`/etc/sysconfig/imunify360/integration.conf`</span>. You can find more details on the config file [here](/control_panel_integration/#integration-config-file), get a [template](https://github.com/cloudlinux/imunify360-documentation/blob/master/docs/control_panel_integration/integration.conf) or check the [Knowledgebase article](https://cloudlinux.zendesk.com/hc/en-us/articles/4716287786396).
By default, Imunify360 will use Linux system users, limited by <spanclass="notranslate">`uid_min`</span> and <spanclass="notranslate">`uid_max`</span> from the <spanclass="notranslate">`/etc/login.defs`</span>.
672
+
By default, Imunify360 will use Linux system users, limited by <spanclass="notranslate">`uid_min`</span> and <spanclass="notranslate">`uid_max`</span> from the <spanclass="notranslate">`/etc/login.defs`</span>.
673
+
674
+
**Configuring a custom user list (optional)**
675
+
676
+
If you need to restrict (or expand) that scope — for example, to include only hosting panel users, or to skip system accounts created by third-party software, — you can point Imunify360 to **your own users script**. Enable the script in `integration.conf`:
677
+
678
+
```
679
+
# /etc/sysconfig/imunify360/integration.conf
680
+
681
+
[integration_scripts]
682
+
users = /path/to/get-users-script.sh
683
+
```
684
+
685
+
It should point to an executable file that generates a JSON file similar to the following (see details [here](/control_panel_integration/#_2-download-and-edit-integration-conf-file-to-set-required-integrations)):
0 commit comments