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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:22:00 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:22:00 +0300
commit2f4c854ba7790d1c8fb8c664daea6c971f18aa72 (patch)
treec3eed34233a165d56df1173b3f08e047b47ae47e /include/tests_ldap
parent0b5af4ed387ea0582181e56a56609c4a633cb91f (diff)
Rename of categories, introduction of groups
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