mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
Update app-00-no-password-ldap.patch
This commit is contained in:
parent
7450d5aee8
commit
5e0654ad50
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue