-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 9.10-HF12, 10.1
-
Fix Version/s: QualifiedToSchedule
-
Component/s: User Profile / User Manager
-
Environment:OpenLDAP: slapd 2.4.46
-
Tags:
-
Backlog priority:500
When configuring the platform with LDAP Groups, the nuxeo.ldap.group.mapping.label property appears to actually be required. The startup wizard allows this field to be optional. The 'required' class should be added
Without the field set, the filter erroneously produced is:
'(&(&(&(|(objectClass=groupOfUniqueNames)(objectClass=groupOfURLs)))(cn=*))(={0}*))'
The filter (once the property is set) is:
'(&(&(&(|(objectClass=groupOfUniqueNames)(objectClass=groupOfURLs)))(cn=*))(cn={0}*))'