From 14c8e125a6df914f643da79fd0db0b547740fdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Sat, 2 Feb 2019 10:57:21 +0100 Subject: [PATCH] Add option in Manager Build modules (#1601) --- .../lib/Lemonldap/NG/Manager/Build/Attributes.pm | 5 +++++ lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm | 1 + 2 files changed, 6 insertions(+) diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm index cdf81b2cd..38755ae8d 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm @@ -2525,6 +2525,11 @@ sub attributes { type => 'text', documentation => 'LDAP filter for auth search' }, + ldapGroupDecodeSearchedValue => { + default => 0, + type => 'bool', + documentation => 'Decode value before searching it in LDAP groups', + }, ldapGroupRecursive => { default => 0, type => 'bool', diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm index 3e143097e..fc7693a83 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.pm @@ -241,6 +241,7 @@ sub tree { 'ldapGroupAttributeName', 'ldapGroupAttributeNameUser', 'ldapGroupAttributeNameSearch', + 'ldapGroupDecodeSearchedValue', 'ldapGroupRecursive', 'ldapGroupAttributeNameGroup' ]