From 650e352e2bf0b2739d21ee7625251f85f7d1d962 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Mon, 27 Apr 2020 22:13:21 +0200 Subject: [PATCH] Improve unit test (#2178) --- lemonldap-ng-portal/t/21-Auth-and-password-LDAP.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/t/21-Auth-and-password-LDAP.t b/lemonldap-ng-portal/t/21-Auth-and-password-LDAP.t index b99a0fe43..1587f6e43 100644 --- a/lemonldap-ng-portal/t/21-Auth-and-password-LDAP.t +++ b/lemonldap-ng-portal/t/21-Auth-and-password-LDAP.t @@ -19,7 +19,7 @@ SKIP: { portal => 'http://auth.example.com/', userDB => 'Same', passwordDB => 'LDAP', - portalRequireOldPassword => 1, + portalRequireOldPassword => '$uid eq "dwho"', ldapServer => 'ldap://127.0.0.1:19389/', ldapBase => 'ou=users,dc=example,dc=com', managerDn => 'cn=admin,dc=example,dc=com',