Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308395 Details for
Bug 449975
ipa-findservice returns nothing when searching on HTTP
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Don't make the search criteria lower-case
freeipa-45-case.patch (text/plain), 958 bytes, created by
Rob Crittenden
on 2008-06-04 20:36:22 UTC
(
hide
)
Description:
Don't make the search criteria lower-case
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-06-04 20:36:22 UTC
Size:
958 bytes
patch
obsolete
>From c33db8573be9e767aabf05613b3b451b63ae0c14 Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcritten@redhat.com> >Date: Wed, 4 Jun 2008 16:34:14 -0400 >Subject: [PATCH] Don't make the search criteria lower-case so one can do case-sensitive > searches (such as looking for HTTP principals) > >449975 >--- > ipa-server/xmlrpc-server/funcs.py | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/ipa-server/xmlrpc-server/funcs.py b/ipa-server/xmlrpc-server/funcs.py >index 267b006..1491c0a 100644 >--- a/ipa-server/xmlrpc-server/funcs.py >+++ b/ipa-server/xmlrpc-server/funcs.py >@@ -2080,7 +2080,6 @@ class IPAServer: > logging.info("IPA: find_service_principal '%s'" % criteria) > > criteria = self.__safe_filter(criteria) >- criteria = criteria.lower() > criteria_words = re.split(r'\s+', criteria) > criteria_words = filter(lambda value:value!="", criteria_words) > if len(criteria_words) == 0: >-- >1.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 449975
: 308395