AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

LDAP stop working after AIX upgrade to AIX 6.1 TL 06

  • 1.  LDAP stop working after AIX upgrade to AIX 6.1 TL 06

    Posted Sat December 18, 2010 09:12 AM

    Originally posted by: AntonioCarlos


    After migrating AIX 6.1 TL 05 to AIX 6.1 TL 06 SP 03
    I can't authenticate via LDAP.

    Trying to start the daemon via start-secldapclntd I've got
    the message below

    SSL initialization failed. Check the SSL key path and key password
    in the /etc/security/ldap/ldap.cfg file

    Since no change was made in ldap.cfg (LDAP authentication was working before
    the update), anyone can help me to solve this?
    #AIX-Forum


  • 2.  Re: LDAP stop working after AIX upgrade to AIX 6.1 TL 06

    Posted Mon December 20, 2010 05:43 AM

    Originally posted by: AntonioCarlos


    I've found that the new package idsldap.clt_max_crypto32bit61.rte
    point the link /usr/lib/libibmldap.a to file
    /opt/IBM/ldap/V6.1/lib/libibmldapn.a

    this library does not have support do SSL.

    So I've removed idsldap.clt_max_crypto32bit61.rte existing in TL 06 package
    and reinstall the base one (AIX 6.1-00).

    The link was redefined and the authenticate via LDAP was restabilished.
    #AIX-Forum