-
In test_vsftpd.bash, the msg_1 is defined as follow:
msg_1="acct=\"*$TEST_USER\"* : exe=./usr/sbin/vsftp.*hostname=localhost.*, addr=127.0.0.1, terminal=ftp res=success.*"
Which will cause test failure if the hostname is not “localhost”.
For we are already searching on the IP address itself so searching on the hostname is almost certainly redundant,
I suggest changing "msg1" to...
2009-05-27 04:14:29 UTC in Audit Test Project
-
In test_vsftpd.bash, the msg_1 is defined as follow:
msg_1="acct=\"*$TEST_USER\"* : exe=./usr/sbin/vsftp.*hostname=localhost.*, addr=127.0.0.1, terminal=ftp res=success.*"
Which will cause test failure if the hostname is not “localhost”.
For we are already searching on the IP address itself so searching on the hostname is almost certainly redundant,
I suggest changing "msg1" to...
2009-05-27 03:49:07 UTC in Audit Test Project