cancel
Showing results for 
Search instead for 
Did you mean: 

Error while create user in LDAP - LDAP: error code 1

Former Member
0 Kudos

Hi Guy's, I am getting below error while creating user in LDAP MS AD.

cn=3001,ou=sAP_IDM,dc=springswf,dc=comcn<mx:TEXT>putNextEntry failed storingOU=SAP_IDM,DC=springswf,DC=com</mx:TEXT>

<mx:LTEXT>Exception from Add operation:javaxnaming.NamingException: {LDAP: error code 1 = 00000000: LdapErr: DSID-OC090AE2, coment: In order to perform this operation a successful bind must be completed on the connection.,data0,vece

Steps I am following:

1. create a job through wizard and pick from (IC->jobs->Active Directory->Create Active Directory User)

2. Destination tab values that I am passing:

dn: cn=Dummyuser,ou=SAP_IDM,dc=<main domain>,dc=com

objectClass: top|person|organizationalPerson|user

sn: Surname

givenName: GivenName

displayName: Dummy user displayname

Under <main domain> an OU has been created called SAP_IDM for testing user creation from IDM.

Admin user account created called <XYZ> and has full control over SAP_IDM OU.

I am passing <XYZ> credentials into my job for user creation.

Thanks for you help!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member2987
Active Contributor
0 Kudos

Farhan,

Based on the error message presented,

In order to perform this operation a successful bind must be completed on the connection

Make sure that you're using the correct information to do the AD Bind. User name should be something like cn=administrator,cn=users,dc=xxx,dc=xxx and the proper password.

Matt

Former Member
0 Kudos

Thanks Matt for your inputs. My issue is resolved now.

cheers,

Farhan

former_member2987
Active Contributor
0 Kudos

So what did you do to fix this? Was it the bind credentials.

Former Member
0 Kudos

Yes, It was bind credentials.