Remove unnecessary options

bug/bundler_fix
Meatballs 2014-01-25 13:52:52 +00:00
parent 27a434205c
commit 33da3a414b
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ module LDAP
[
OptString.new('DOMAIN', [false, 'The domain to query or distinguished name (e.g. DC=test,DC=com)', nil]),
OptInt.new('MAX_SEARCH', [true, 'Maximum values to retrieve, 0 for all.', 500]),
OptString.new('FIELDS', [true, 'FIELDS to retrieve.', nil]),
OptString.new('FILTER', [true, 'Search filter.', nil])
], self.class)
end