We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07b7dd commit d5a6c03Copy full SHA for d5a6c03
spec/unit/ldap/filter_parser_spec.rb
@@ -5,7 +5,7 @@
5
6
describe "#parse" do
7
context "Given ASCIIs as filter string" do
8
- let(:filter_string) { "(&(objectCategory=person)(objectClass=user))" }
+ let(:filter_string) { "(cn=name)" }
9
specify "should generate filter object" do
10
expect(Net::LDAP::Filter::FilterParser.parse(filter_string)).to be_a Net::LDAP::Filter
11
end
0 commit comments