From 5e0654ad50e2394ae6eb8df5a628b961794c0730 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 16 May 2022 20:32:30 +0200 Subject: [PATCH] Update app-00-no-password-ldap.patch --- sources/patches/app-00-no-password-ldap.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/patches/app-00-no-password-ldap.patch b/sources/patches/app-00-no-password-ldap.patch index 645e65f..2dc0f28 100644 --- a/sources/patches/app-00-no-password-ldap.patch +++ b/sources/patches/app-00-no-password-ldap.patch @@ -2,7 +2,7 @@ diff --git a/protected/humhub/modules/ldap/models/LdapSettings.php b/protected/h index e6402e8b3..3b653d590 100644 --- a/protected/humhub/modules/ldap/models/LdapSettings.php +++ b/protected/humhub/modules/ldap/models/LdapSettings.php -@@ -120,7 +120,7 @@ class LdapSettings extends Model +@@ -125,7 +125,7 @@ class LdapSettings extends Model return [ [['enabled', 'refreshUsers', 'usernameAttribute', 'emailAttribute', 'username', 'passwordField', 'hostname', 'port', 'idAttribute'], 'string', 'max' => 255], [['baseDn', 'loginFilter', 'userFilter'], 'string'],