]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Map return codes don't work currently
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 19 Mar 2017 19:28:55 +0000 (15:28 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 19 Mar 2017 19:28:55 +0000 (15:28 -0400)
src/tests/modules/ldap/map.unlang

index 25e39194178e88139d3a72bde4f7c7a98eb75473..1b934123e8161a6efd964177367e747372079934 100644 (file)
@@ -35,8 +35,11 @@ map ldap "ldap:///ou=profiles,dc=example,dc=com??sub?(objectClass=notARealObject
        &Tmp-String-1 += 'entryDN'
 }
 
-if (notfound) {
-       test_pass
-} else {
-       test_fail
-}
\ No newline at end of file
+#
+#  Uncomment when map return codes work properly
+#
+#if (notfound) {
+#      test_pass
+#} else {
+#      test_fail
+#}
\ No newline at end of file