RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 987765 - password with '&' does not works
Summary: password with '&' does not works
Keywords:
Status: CLOSED DUPLICATE of bug 855117
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ricci
Version: 6.4
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Chris Feist
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-24 06:46 UTC by Martin Lazar
Modified: 2013-09-17 14:18 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-12 14:17:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Knowledge Base (Solution) 198233 0 None None None Never

Description Martin Lazar 2013-07-24 06:46:44 UTC
Description of problem:
If the password for ricci user contains the ampersand character, the ccs utility does not works.

Version-Release number of selected component (if applicable):
ricci-0.16.2-63.el6.x86_64
ccs-0.16.2-63.el6.x86_64


How reproducible:
# echo 'ricci:aAa' | chpasswd
# rm -rf ~/.ccs
# ccs -h localhost -p 'aAa' --getversion
85
(it works)

root ~ # echo 'ricci:a&a' | chpasswd
root ~ # rm -rf ~/.ccs
root ~ # ccs -h localhost -p 'aAa' --getversion
Unable to authenticate with ricci node, please check password.
(wrong password, the password was changed, expected result)

root ~ # time ccs -h localhost -p 'a&a' --getversion
Error: no ricci tag in ricci response
real	2m0.302s
(the right password, BUG!)

Comment 3 Jan Pokorný [poki] 2013-08-12 14:17:43 UTC
Duplicate of [bug 855117] (and possibly also [bug 855121]).
Also see [1] (just FYI, thread start is at [2], not easy to find due
to split across the months in the mailman archives).

[1] https://www.redhat.com/archives/linux-cluster/2012-September/msg00019.html
[2] https://www.redhat.com/archives/linux-cluster/2012-August/msg00091.html

*** This bug has been marked as a duplicate of bug 855117 ***


Note You need to log in before you can comment on or make changes to this bug.