Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のユーザーのセットがJiraと同期されないように、つまりgidNumberやAccountTypeなどのLDAPフィールド値に基づいてブロックしたいと思います。それらの特定のユーザーをJiraとの同期から除外できますか?
ありがとうマット!最後に、 gidNumberとAccounTypeに基づいて特定のLDAPユーザーを制限することを理解しました。
UserObjectFilterで以下のクエリを使用すると、私にとってはうまくいきました-
(&(&(objectclass=person)(!(XYZgidnumber=2500)))(!(XYZAccountType=80)))