You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/auth.ldap/manifest.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
<paramname="LDAP_GDN"group="CONF_MESSAGE[Groups Schema]"type="string"replicationGroup="LDAPGDN"label="CONF_MESSAGE[Groups DN]"description="CONF_MESSAGE[DN where the groups are stored. Must be used in cunjonction with a group parameter mapping, generally using the memberOf feature.]"mandatory="false"/>
32
32
<paramname="LDAP_GROUP_FILTER"group="CONF_MESSAGE[Groups Schema]"type="string"label="CONF_MESSAGE[LDAP Groups Filter]"description="CONF_MESSAGE[Filter which groups to fetch.]"mandatory="false"default="objectClass=group"/>
33
33
<paramname="LDAP_GROUPATTR"group="CONF_MESSAGE[Groups Schema]"type="string"label="CONF_MESSAGE[Group attribute]"description="CONF_MESSAGE[Group main attribute to be used as a label]"mandatory="false"/>
34
-
<paramname="LDAP_GROUP_PREFIX"group="CONF_MESSAGE[Groups Schema]"type="string"label="CONF_MESSAGE[Role Prefix (for memberof)]"description="CONF_MESSAGE[Role prefix when you mapping memberof => roleID]"default=""mandatory="false" />
34
+
<paramname="LDAP_GROUP_PREFIX"group="CONF_MESSAGE[Groups Schema]"type="string"label="CONF_MESSAGE[Role Prefix (for memberof)]"description="CONF_MESSAGE[Role prefix when you mapping memberof => roleID]"default="ldap_"mandatory="false" />
35
35
36
36
<!-- Attributes Mapping -->
37
37
<paramname="LDAP_MAPPING_LEGEND"group="CONF_MESSAGE[Attributes Mapping]"type="legend"label=""description="CONF_MESSAGE[Use this section to automatically map some LDAP attributes to Pydio plugins parameters values.]"/>
0 commit comments