Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tests_ldap')
-rw-r--r--include/tests_ldap4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_ldap b/include/tests_ldap
index 1034fd67..0d940c5f 100644
--- a/include/tests_ldap
+++ b/include/tests_ldap
@@ -34,7 +34,7 @@
#
# Test : LDAP-2219
# Description : Check running OpenLDAP instance
- Register --test-no LDAP-2219 --weight L --network NO --description "Check running OpenLDAP instance"
+ Register --test-no LDAP-2219 --weight L --network NO --category security --description "Check running OpenLDAP instance"
if [ ${SKIPTEST} -eq 0 ]; then
#YYY add additional slash
IsRunning slapd
@@ -54,7 +54,7 @@
# Test : LDAP-2224
# Description : Search slapd.conf
if [ ${SLAPD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- Register --test-no LDAP-2224 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check presence slapd.conf"
+ Register --test-no LDAP-2224 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check presence slapd.conf"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Searching slapd.conf"
for I in ${SLAPD_CONF_LOCS}; do