2010 Nov 15 1:36 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.
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.
Thanks and Regards,
Divya
Edited by: Divya V on Nov 15, 2010 2:37 PM
2010 Nov 15 4:12 PM
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
2010 Nov 16 10:22 AM
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
2011 Jan 20 8:16 AM