Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Default Role prefix is null (for compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
c12simple committed Nov 29, 2014
1 parent 32b1ac0 commit f1e2647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/core.conf/manifest.xml
Expand Up @@ -55,7 +55,7 @@
<global_param group_switch_name="LIST_ROLE_BY" group_switch_label="All roles" group_switch_value="allroles" name="ALL_ROLES" type="hidden" label="" description="" default="allrolls"/>
<global_param group_switch_name="LIST_ROLE_BY" group_switch_label="User roles only" group_switch_value="userroles" name="USER_ROLES_ONLY" type="hidden" label="" description="" default="userroles"/>
<global_param group_switch_name="GROUP_OR_ROLE" group_switch_label="Allow Role Listing" group_switch_value="Role" name="PREFIX" type="string" label="CONF_MESSAGE[role prefix]"
description="role refix" default="ldapgroup_" mandatory="false"/>
description="role prefix" default="" mandatory="false"/>
<global_param group_switch_name="GROUP_OR_ROLE" group_switch_label="Allow Role Listing" group_switch_value="Role" name="EXCLUDED" type="textarea" label="CONF_MESSAGE[Excluded Roles]"
description="Some roles should be disappered in the list. list separated by ',' or start with 'preg:' for regex." default="" mandatory="false" />
<global_param group_switch_name="GROUP_OR_ROLE" group_switch_label="Allow Role Listing" group_switch_value="Role" name="INCLUDED" type="textarea" label="CONF_MESSAGE[Included Roles]"
Expand All @@ -67,7 +67,7 @@
<global_param group_switch_name="LIST_ROLE_BY" group_switch_label="All roles" group_switch_value="allroles" name="ALL_ROLES" type="hidden" label="" description="" default="allrolls"/>
<global_param group_switch_name="LIST_ROLE_BY" group_switch_label="User roles only" group_switch_value="userroles" name="USER_ROLES_ONLY" type="hidden" label="" description="" default="userroles"/>
<global_param group_switch_name="GROUP_OR_ROLE" group_switch_label="Allow Role Listing" group_switch_value="RoleGroup" name="PREFIX" type="string" label="CONF_MESSAGE[role prefix]"
description="role refix" default="ldapgroup_" mandatory="false" />
description="role prefix" default="" mandatory="false" />
<global_param group_switch_name="GROUP_OR_ROLE" group_switch_label="Allow Role Listing" group_switch_value="RoleGroup" name="EXCLUDED" type="textarea" label="CONF_MESSAGE[Excluded Roles]"
description="Some roles should be disappered in the list. list separated by ',' or start with 'preg:' for regex." default="" mandatory="false" />
<global_param group_switch_name="GROUP_OR_ROLE" group_switch_label="Allow Role Listing" group_switch_value="RoleGroup" name="INCLUDED" type="textarea" label="CONF_MESSAGE[Included Roles]"
Expand Down

0 comments on commit f1e2647

Please sign in to comment.