Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2012:0190 - Bug Fix Advisory
Issued:
2012-02-20
Updated:
2012-02-20

RHBA-2012:0190 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

ipa-client bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated ipa-client package that fixes various bugs and adds several
enhancements is now available for Red Hat Enterprise Linux 5.

Description

The ipa-client package provides a tool to enroll a machine to an IPA version 2
server. IPA (Identity, Policy, Audit) is an integrated solution to provide
centrally managed identity, that is, machine, user, virtual machines, groups,
and authentication credentials.

The ipa-client package has been upgraded to upstream version 2.1.3, which
provides a number of bug fixes and enhancements over the previous version.
(BZ#753936)

This update also fixes the following bugs:

  • Prior to this update, GSSAPI credential delegation was disabled in the curl

utility due to a security issue. As a result, applications that rely on the
delegation did not work properly. This update utilizes a new constructor
argument in the xmlrpc-c client API to set the new CURLOPT_GSSAPI_DELEGATION
curl option. This option enables credential delegation. (BZ#723667)

  • A previous change to the Referer server required that a caller to the IPA

server API include the Referer header in its request. Previously, requests from
the certmonger and ipa administrative tools did not provide the header, and the
tool requests could fail with the error "Missing or invalid HTTP Referer".
However, the requests are transferred using curl and curl does not allow setting
of arbitrary headers. To resolve this problem, the code has been changed so that
the curl version is stored in the HTTP request field X-Original-User-Agent and
the rest of the header is overridden. As a result, the correct header is used
for the requests and the problem no longer occurs. (BZ#752226)

  • If the user ran the ipa-client-install command with the password defined (for

example, "ipa-client-install --principal=admin --password=SecretPsswd"), the
/var/log/ipaclient-install.log file contained the password in plain text. With
this update, the underlying code is modified and the provided password is no
longer saved in the logs in this scenario. (BZ#739068)

  • Previously, KDC (Key Distribution Center) autodiscovery failed if the domain

name differed from the Kerberos realm name. This happened because the
ipa-client-install utility always assumed that the realm name was identical to
the domain name. Now the realm is used when performing autodiscovery and the
problem no longer occurs. (BZ#710143)

  • The cyrus-sasl-gssapi package is a soft dependency needed by some IPA client

tools. Previously, the ipa-client package spec file did not contain the
cyrus-sasl-gssapi dependency for some architectures. As a result, installation
on some platforms could fail. This update adds the missing dependency to the
spec file and the installation process finishes successfully. (BZ#750338)

  • The cyrus-sasl-gssapi package is a soft dependency needed by some IPA client

tools. Previously, when installing 32-bit packages on a 64-bit system, the macro
determining the required architecture version of the cyrus-sasl-gssapi package
did not work correctly. As a result, an incorrect version of cyrus-sasl-gssapi
was installed and the system failed to work; for example, the ipa-getkeytab
command failed with the following error because the 32-bit GSSAPI SASL mechanism
was not available:

SASL Bind failed.

This update corrects the macro and the problem no longer occurs. (BZ#723620)

All ipa-client users are advised to upgrade to this updated package, which fixes
these bugs and adds these enhancements.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 5 x86_64
  • Red Hat Enterprise Linux Server 5 ia64
  • Red Hat Enterprise Linux Server 5 i386
  • Red Hat Enterprise Linux Workstation 5 x86_64
  • Red Hat Enterprise Linux Workstation 5 i386
  • Red Hat Enterprise Linux Desktop 5 x86_64
  • Red Hat Enterprise Linux Desktop 5 i386
  • Red Hat Enterprise Linux for IBM z Systems 5 s390x
  • Red Hat Enterprise Linux for Power, big endian 5 ppc
  • Red Hat Enterprise Linux Server from RHUI 5 x86_64
  • Red Hat Enterprise Linux Server from RHUI 5 i386

Fixes

  • BZ - 723620 - Need an arch-specific Requires on cyrus-sasl-gssapi
  • BZ - 739068 - ipa-client-install --password=$PASSWORD will cause /var/log/ipaclient-install.log to contain the password.
  • BZ - 752226 - ipa-client: Requires client-side changes for server-side fixes (due to CVE-2011-3636) [rhel-5.8]
  • BZ - 753936 - Rebase ipa-client to upstream 2.1.3

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 5

SRPM
ipa-client-2.1.3-1.el5.src.rpm SHA-256: 79c4deeac0274d7857f46dac7d7a7cd3393cb4e5f3528578659d44f517e8af20
x86_64
ipa-client-2.1.3-1.el5.x86_64.rpm SHA-256: dd72e66468f1e1c4f257c53226ab96254b11c2f89484243ecdfca6f9011aa7ca
ia64
ipa-client-2.1.3-1.el5.ia64.rpm SHA-256: 0b0fdd9461778ba5000789f5f73c1f749f094172b6b57e6f7fa1ffd4e528d740
i386
ipa-client-2.1.3-1.el5.i386.rpm SHA-256: 274f84d43dd9efda5ac8054fb02c3b7916e7fd71738c03738fd52de0c2baa3f4

Red Hat Enterprise Linux Workstation 5

SRPM
ipa-client-2.1.3-1.el5.src.rpm SHA-256: 79c4deeac0274d7857f46dac7d7a7cd3393cb4e5f3528578659d44f517e8af20
x86_64
ipa-client-2.1.3-1.el5.x86_64.rpm SHA-256: dd72e66468f1e1c4f257c53226ab96254b11c2f89484243ecdfca6f9011aa7ca
i386
ipa-client-2.1.3-1.el5.i386.rpm SHA-256: 274f84d43dd9efda5ac8054fb02c3b7916e7fd71738c03738fd52de0c2baa3f4

Red Hat Enterprise Linux Desktop 5

SRPM
ipa-client-2.1.3-1.el5.src.rpm SHA-256: 79c4deeac0274d7857f46dac7d7a7cd3393cb4e5f3528578659d44f517e8af20
x86_64
ipa-client-2.1.3-1.el5.x86_64.rpm SHA-256: dd72e66468f1e1c4f257c53226ab96254b11c2f89484243ecdfca6f9011aa7ca
i386
ipa-client-2.1.3-1.el5.i386.rpm SHA-256: 274f84d43dd9efda5ac8054fb02c3b7916e7fd71738c03738fd52de0c2baa3f4

Red Hat Enterprise Linux for IBM z Systems 5

SRPM
ipa-client-2.1.3-1.el5.src.rpm SHA-256: 79c4deeac0274d7857f46dac7d7a7cd3393cb4e5f3528578659d44f517e8af20
s390x
ipa-client-2.1.3-1.el5.s390x.rpm SHA-256: 3425f1ee7c5c67a86aae1dda4a2617d723fbfc82f784600c16b68727477d5081

Red Hat Enterprise Linux for Power, big endian 5

SRPM
ipa-client-2.1.3-1.el5.src.rpm SHA-256: 79c4deeac0274d7857f46dac7d7a7cd3393cb4e5f3528578659d44f517e8af20
ppc
ipa-client-2.1.3-1.el5.ppc.rpm SHA-256: 69718c968926afaad2b54ee6d1fc1254db2c3d406721db7a6b33c787e5b8b1fd

Red Hat Enterprise Linux Server from RHUI 5

SRPM
ipa-client-2.1.3-1.el5.src.rpm SHA-256: 79c4deeac0274d7857f46dac7d7a7cd3393cb4e5f3528578659d44f517e8af20
x86_64
ipa-client-2.1.3-1.el5.x86_64.rpm SHA-256: dd72e66468f1e1c4f257c53226ab96254b11c2f89484243ecdfca6f9011aa7ca
i386
ipa-client-2.1.3-1.el5.i386.rpm SHA-256: 274f84d43dd9efda5ac8054fb02c3b7916e7fd71738c03738fd52de0c2baa3f4

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility