diff --git a/tests/p_freeradius/10_radiusd_test.sh b/tests/p_freeradius/10_radiusd_test.sh index ee84282..944e83f 100755 --- a/tests/p_freeradius/10_radiusd_test.sh +++ b/tests/p_freeradius/10_radiusd_test.sh @@ -15,7 +15,7 @@ service radiusd restart #Run test t_Log "Running Test" -echo "User-Name=steve,Password=centos " | radclient -x localhost:1812 auth testing123 |grep -q 'Access-Accept' +echo "User-Name=steve,User-Password=centos " | radclient -x localhost:1812 auth testing123 |grep -q 'Access-Accept' ret_val=$? # Restore settings