summaryrefslogtreecommitdiffstats
path: root/system/ossec-local/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'system/ossec-local/README.SLACKWARE')
-rw-r--r--system/ossec-local/README.SLACKWARE8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/ossec-local/README.SLACKWARE b/system/ossec-local/README.SLACKWARE
index e07808bfc6..14aba4be39 100644
--- a/system/ossec-local/README.SLACKWARE
+++ b/system/ossec-local/README.SLACKWARE
@@ -1,3 +1,11 @@
+These users and group need to be added:
+
+ groupadd -g 333 ossec
+ useradd -u 333 -g 333 -d /var/ossec -s /bin/false ossec
+ useradd -u 334 -g 333 -d /var/ossec -s /bin/false ossecm
+ useradd -u 335 -g 333 -d /var/ossec -s /bin/false ossecr
+
+
You may wish to add these lines to /etc/rc.d/rc.local to start the service:
if [ -x /etc/rc.d/rc.ossec ]; then