File: fix-test-when-ldap-server-exists.patch

package info (click to toggle)
lemonldap-ng 2.16.1%2Bds-deb12u6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,364 kB
  • sloc: perl: 65,855; javascript: 12,430; xml: 6,336; makefile: 1,228; sh: 470; python: 51; php: 26; sql: 5
file content (17 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
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
             }
         }