1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix test when a LDAP server is run on build machine
Author: Christophe Maudoux <chrmdx@gmail.com>
Forwarded: not-needed
Applied-Upstream: 2.19.2, commit:710b28a6
Reviewed-By: Yadd <yadd@debian.org>
Last-Update: 2025-02-02
--- a/lemonldap-ng-portal/t/41-Captcha-with-LDAP.t
+++ b/lemonldap-ng-portal/t/41-Captcha-with-LDAP.t
@@ -20,6 +20,7 @@
ini => {
logLevel => 'error',
authentication => 'LDAP',
+ ldapServer => 'ldap://ldap.failed.xzx',
captcha_login_enabled => 1
}
}
|