]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove meaninless test
authorNick Porter <nick@portercomputing.co.uk>
Fri, 3 Feb 2023 15:48:11 +0000 (15:48 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Feb 2023 18:41:42 +0000 (12:41 -0600)
Having tested the value of various attributes in the reply list, it
can't be empty

src/tests/modules/ldap/auth.unlang
src/tests/modules/ldap/auth_ssl.unlang
src/tests/modules/ldap/auth_starttls.unlang

index bd5de988e7185bfb8917be10182a12c1c78c68e6..8259d876ac235f8d8d112f217d08a349da5d9155 100644 (file)
@@ -33,10 +33,6 @@ if (!(&reply.Session-Timeout == 7200)) {
         test_fail
 }
 
-if ("%(pairs:reply.)" == "") {
-        test_fail
-}
-
 # Attempt a bind authentication
 ldap.authenticate
 
index d326d657848fc6d2ef1cdd0dd19fc8f90e9c3890..91b442426d6505ce8f82b8965930fc82d42f608a 100644 (file)
@@ -21,10 +21,6 @@ if (!(&reply.Session-Timeout == 7200)) {
         test_fail
 }
 
-if ("%(pairs:reply.)" == "") {
-        test_fail
-}
-
 # Attempt a bind authentication
 ldapssl.authenticate
 
index f35fe753b90a5b4ce6946bca6613463b90dffe2f..bdb8485fc824f9ca3a8d06ad49b13e3081b56c17 100644 (file)
@@ -22,10 +22,6 @@ if (!(&reply.Session-Timeout == 7200)) {
         test_fail
 }
 
-if ("%(pairs:reply.)" == "") {
-        test_fail
-}
-
 # Attempt a bind authentication
 ldaptls.authenticate