Unable To Grant Read-Write Privilege To Apache Group
症状
Specifying read-write privileges to a group, when integrating Crowd with Apache doesn't work.
原因
The Crowd Apache Connector doesn't consider rw a valid option.
ソリューション
Since read-write is the default privilege, you can simply remove ":r" from the end of the group name for read-write privileges to work.
<Location>
.
.
.
PerlAuthzHandler Apache::CrowdAuthz
PerlSetVar CrowdAllowedUsers johnh,kevinr
PerlSetVar CrowdAllowedGroups developers,crowd-administrators,customers:r
.
.
.
</Location>
宛先
<Location>
.
.
.
PerlAuthzHandler Apache::CrowdAuthz
PerlSetVar CrowdAllowedUsers johnh,kevinr
PerlSetVar CrowdAllowedGroups developers,crowd-administrators,customers
.
.
.
</Location>
最終更新日 2012 年 11 月 21 日
Powered by Confluence and Scroll Viewport.