HP WBEM Services Version A.02.07, Release Notes, March 2008
Table Of Contents
- Chapter - 1 HP WBEM Services Version A.02.07, Release Notes
- Section - Announcement
- Section - What’s in This Version
- Section - Product Documentation
- Section - Security
- Section - Standards Conformance
- Section - Compatibility Information and Installing Requirements
- Section - Installing HP WBEM Services
- Section - Patches, Fixes and Known Problems in this Version
- Section - Software Availability in Native Languages

HP WBEM Services Version A.02.07, Release Notes
Security
Chapter 116
More about using HTTP Basic Authentication
The /etc/pam.conf file is the configuration file for PAM. The /etc/pam.conf file contains a
list of services and each service is mapped to a corresponding service module. When a service
is requested, its associated module is invoked. WBEM Services will default to the
authentication mechanism specified in the OTHER directive of the /etc/pam.conf file. To
use other authentication methods, you must edit the /etc/pam.conf file and add a "wbem"
service entry. See example below. Refer to the pam(3) and pam.conf(4) man pages for more
information.
#
# Example of /etc/pam.conf file with WBEM services (using LDAP)
#
# Authentication management
wbem auth required libpam_hpsec.so.1
wbem auth sufficient libpam_unix.so.1
wbem auth required libpam_ldap.so.1 try_first_pass
# Account management
wbem account required libpam_hpsec.so.1
wbem account sufficient libpam_unix.so.1
wbem account required libpam_ldap.so.1
# Session management
wbem session required libpam_hpsec.so.1
wbem session sufficient libpam_unix.so.1
wbem session required libpam_ldap.so.1
# Password management
wbem password required libpam_hpsec.so.1
wbem password required libpam_ldap.so.1 try_first_pass
wbem password required libpam_ldap.so.1 try_first_pass
NOTE HP-UX uses the cimservera executable in HP WBEM Services to provide the
cimserver with PAM Authentication services. Refer to the Administrator’s
Guide (part number B8465-90017, chapter 3) for more information.