Add option in Manager Build modules (#1601)

environments/ppa-mbqj77/deployments/680^2
Clément OUDOT 6 years ago
parent 0fc2e92136
commit 7e09f3738b
  1. 5
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  2. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Tree.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',

@ -241,6 +241,7 @@ sub tree {
'ldapGroupAttributeName',
'ldapGroupAttributeNameUser',
'ldapGroupAttributeNameSearch',
'ldapGroupDecodeSearchedValue',
'ldapGroupRecursive',
'ldapGroupAttributeNameGroup'
]

Loading…
Cancel
Save