Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP LDAP Connection

Former Member
0 Likes
1,292

Hi All,

I am implementing a connection between ABAP and LDAP.

1. Configure LDAP Connector

2. Create System User

3. Configure LDAP Server

4. Test Connection

These steps all are working fine. Test Connection works fine.

5. Start the report ZKLDAPCERT. - How shall i run this report? Which Tcode sthall i use? se37 and se38 is not working.

6. Created a sample system user.

6. Run RSLDAPSYNC_USER. - When i run this report, to create this user in Directory.

it is giving this error -

a. Object class definition not fulfilled.

b. LDAP_create failed.

c. Error while writing object "TestUser" to the directory.

How can i resolve this error? Please do help in resolving this issue.

I am referring this document.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d5747...

Thanks and Regards,

Divya

Edited by: Divya V on Nov 15, 2010 2:37 PM

Hi All,

I am implementing a connection between ABAP and LDAP.

1. Configure LDAP Connector

2. Create System User

3. Configure LDAP Server

4. Test Connection

These steps all are working fine. Test Connection works fine.

5. Start the report ZKLDAPCERT. - How shall i run this report? Which Tcode sthall i use? se37 and se38 is not working.

6. Created a sample system user.

6. Run RSLDAPSYNC_USER. - When i run this report, to create this user in Directory.

it is giving this error -

a. Object class definition not fulfilled.

b. LDAP_create failed.

c. Error while writing object "TestUser" to the directory.

How can i resolve this error? Please do help in resolving this issue.

I am referring this document.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e1959b90-0201-0010-849c-d2b1d5747...

Thanks and Regards,

Divya

Edited by: Divya V on Nov 15, 2010 2:37 PM

3 REPLIES 3
Read only

MrWhan
Participant
0 Likes
846

One place to check this error is to see if your mapping is complete from SAP to Active Directory.

Transaction LDAP

LDAP Servers

Choose Server name, then double click mapping.

In my object class I have "group" and I have about 10 fields mapped in the sample below.

Number: 1

Structure: group

fld: samaccountname

attrib: sAMAccountname

Number: 2

Structure: group

fld: groupname

attrib: cn

Read only

Former Member
0 Likes
846

Hi Ron,

My LDAP is iPlanet.

When i login to transaction - LDAP and click LDAP Servers. It is showing me

Object class - inetOrgPerson, sapAddOnUM

Below it shows nearly 50 mappings. It has

structures like - USERNAME, ADDRESS

FLD like - BAPIBNAME , LASTNAME, FIRSTNAME, FUNCTION, E_MAIL

Attributes like - cn, sapUsername, sn, title, mail

I cannot see anything like samaccountname.

What is that i should do to resolve this issue.

Thanks,

Divya

Read only

Former Member
0 Likes
846

answered