LDAP ディレクトリの既定のグループ メンバーシップ アクションをリセットする方法

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

要約

When setting up a Delegated LDAP directory, or a  Read Only with Local Groupswe can define a list of groups that users will automatically be added to when they first log in

However, if a user is removed from a default group, it won't be added automatically again. That's because Confluence stores in the database which user has already been added once to a default group.

環境

Confluence Server または Data Center

ソリューション

Remember to backup your database before performing any changes.

  • To have users added to the default groups when they log in once again, run the following query against the Confluence database:

    DELETE
    FROM cwd_user_attribute
    WHERE attribute_name = 'autoGroupsAdded'
    AND attribute_value = 'true';
  • It may take some time for this change to be reflected in the application due to Confluence Cache Management. If you need this change to take effect immediately, you'll need to Flush Cache Management.
    1. Go to > General Configuration  > Cache Management
    2. Click on Flush All, at the bottom of the page

Last modified on Mar 21, 2024

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.