#1260 RFE: support case-insensitive service lookups by port including protocols
Closed: Fixed None Opened 12 years ago by jhrozek.

We currently only store the original protocol name, not the case-insensitive alias. That means we can only look up the protocol with the exact case.

In order to match even lowercase AND return the original case we should introduce a new attribute (serviceProtocolAlias?) and store the lowercased alias there.

Simply extending the list of serviceProtocol attributes with lowercased versions would allow us to match case-insensitive protocols, but we wouldn't be able to tell the original protocol name.


Fields changed

component: SSSD => NSS
milestone: NEEDS_TRIAGE => SSSD 1.8.2 (LTM)
owner: somebody => jhrozek

Fields changed

patch: 0 => 1
status: new => assigned

Fixed by:
- master
- 62def40
- ef6dbf7
- 215280b
- sssd-1-8
- 9930aed
- 3e7bcf5
- 2ee584f

resolution: => fixed
status: assigned => closed

Fields changed

type: defect => enhancement

Metadata Update from @jhrozek:
- Issue assigned to jhrozek
- Issue set to the milestone: SSSD 1.8.2 (LTM)

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2302

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata