We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f817e commit 48c82e5Copy full SHA for 48c82e5
test/filter_test.rb
@@ -32,6 +32,12 @@ def test_member_equal
32
@subject.member_filter(@entry).to_s
33
end
34
35
+ def test_member_without_uid
36
+ @entry.uid = nil
37
+ assert_equal "(|(member=#{@me})(uniqueMember=#{@me}))",
38
+ @subject.member_filter(@entry).to_s
39
+ end
40
+
41
def test_groups_reduced
42
assert_equal "(|(cn=Enterprise)(cn=People))",
43
@subject.group_filter(%w(Enterprise People)).to_s
0 commit comments