LDAP-UX Integration B.05.01 Release Notes

If you change the authentication method from SIMPLE (with or without SSL) to SASL DIGEST-MD5
(with or without SSL), or vice versa, the proxy user will become invalid if you don’t update the
proxy user during setup.
Workaround
The workaround is to remove the/etc/opt/ldapux/pcred file, then run the command
/opt/ldapux/config/ldap_proxy_config -i to reconfigure it.
Multiple IP addresses for each hostname record
Problem
A single entry representing a host/computer in an LDAP directory can contain multiple IP
addresses for each hostname record. However, the /etc/hosts file requires a separate
entry for each IP address.
Workaround
If the system has been configured with multiple IP addresses for the same hostname, then the
migration script migrate_host.pl will create multiple entries in its resulting LDIF file with
the same distinguished name for hostname for each of the IP address. Since distinguished
name need to be unique in an LDAP directory, users need to first manually merge the IP
addresses with one designated host record and delete the duplicate records in their LDIF file.
A resulting entry might look like the following:
dn: cn=machineA, ou=devices, ou=hp.com
objectClass: top
objectClass: ipHost
objectClass: device
ipHostNumber: 15.13.130.72
ipHostNumber: 15.13.104.4
ipHostNumber: 15.13.95.92
cn: machineA
cn: hpma01.cup.hp.com
Also, because LDAP server hosts are sometimes stored using the host name in LDAP referrals,
all the LDAP server host information for your network must be stored in the /etc/hosts file
if you use referrals, and wish to use LDAP-UX for resolving host names.
User's secondary group not shown
Problem
If a user’s secondary group is specified by x.500-style group p syntax (such as member,
uniquemember”) and its “DN” contains the escape character “\”, LDAP-UX fails to return
the group. As a result, the command id will not show the secondary group.
Workaround
To workaround this problem, do not use special characters in cn” or uid” when creating
the user entry.
2.7 Limitations in LDAP-UX Client Services
The following are limitations in this version of the LDAP-UX Client Services.
2.7.1 Services
When migrating Services data into the LDAP directory, users should keep in mind that only multiple
protocols can be associated with one service name, but not multiple service ports. For example:
the following two lines of data can be stored into server.
chargen 19/tcp ttytst source
chargen 19/udp ttytst source
2.7 Limitations in LDAP-UX Client Services 19