Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing LDAP-style case insensitive search in Entries #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HenkPoley
Copy link
Contributor

Not sure if it should be named like this, but I was missing LDAP-style case insensitive search in Entries.

Maybe use mb_strtolower ? Or an LDAP spec strtolower() implementation.. ?

I'm not even sure if I would merge this as is 😅

Not sure if it should be named like this, but I was missing LDAP-style case insensitive search in Entries.

Maybe use mb_strtolower ? Or an LDAP spec strtolower() implementation.. ?

I'm not even sure if I would merge this as is 😅
@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 89.43%. Comparing base (7722aea) to head (f5508c3).
Report is 100 commits behind head on master.

Files Patch % Lines
src/FreeDSx/Ldap/Entry/Entries.php 0.00% 12 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
- Coverage     89.71%   89.43%   -0.28%     
- Complexity     1780     1788       +8     
============================================
  Files           115      115              
  Lines          3850     3862      +12     
============================================
  Hits           3454     3454              
- Misses          396      408      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant