Add option in Manager Build modules (#1601)

This commit is contained in:
Clément OUDOT 2019-02-02 10:57:21 +01:00
parent ed7eeeba88
commit 14c8e125a6
2 changed files with 6 additions and 0 deletions

View File

@ -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',

View File

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