cancel
Showing results for 
Search instead for 
Did you mean: 

integrating LDAP with CUA

antonio_miro
Explorer
0 Kudos

Hi, I have a similar problem as described in  http://scn.sap.com/thread/1281817 "Integrating SAP HR and active directory services"

I'm working on AIX 7.1, we installed idsldap.clt64bit63

Now, lslpp -L | grep -i ldap  shows

idsldap.clt64bit63.rte 6.3.0.3    C     F Directory Server - 64 bit
idsldap.cltbase63.adt 6.3.0.3    C     F Directory Server - Base Client
idsldap.cltbase63.rte 6.3.0.3    C     F Directory Server - Base Client

and ldap_rfc shows

[Fri Jul  5 19:13:48 2013]
SAP LDAP Connector, (c) 1999-2005 SAP AG, Walldorf, Germany
(for help, call with command line parameter "-help")
============================================================
Version : 2.8.8
LDAP library : International Business Machines Corp. LDAP C SDK 510
Character length in bytes  : 2
Executable type            : Optimized (singlethreaded)
Build-Release (date)       : 720 (Jul  7 2012)
Update Level : 0
Patch Number : 300
OS (release, platform)     : AIX (1, rs6000_64)
Startup time : Fri Jul  5 19:13:48 2013
Command line : ldap_rfc
…….

I've configured ldap_connector and run rfcexec. Test connection works fine

But, when I go to LDAP trans. and try logon I get

RFC error: Function LDAPRFC_BIND not found
Message no. LDAP032

And, in rfcexec command:

>  rfcexec -a LDAP_XXXX -g hostname -x sapgw00
Unknown function module: Function LDAPRFC_BIND not found

I haven't found anything about it and I guess I have to install another ldap client component. Is it true? which one?

In my AIX installation DVD I have

  1. idsldap.clt64bit63   (the one installed)
    idsldap.cltbase63
    idsldap.cltjava63
    idsldap.ent63
    idsldap.msg63.en_US
    idsldap.webadmin63
    idsldap.webadmin_max_crypto63

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Antonio,

I'd guess this is some config error.

Maybe unrelated but it seams your ldap_connector exe is not up to date. I'd recommend to get an update first.

Please check, that the ldap_rfc executable is located in the same directory where the kernel is.

Please check the docs on how to trace the connection.

regards,

Patrick

antonio_miro
Explorer
0 Kudos

Hi Patrick, thank you for your answer

The issue was solved as explained in http://scn.sap.com/thread/3387767

Kind regards