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.