Application Development 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: 

Setting LDAP password in java netweaver portal

Former Member
0 Kudos

Hi

we are working to allow set password
in our portal (netweaver 7.20), right now can read
only user from LDAP but we change the
configuration to writeable.


we did next configuration



Configuring SSL Between the UME and an LDAP Directory

• generate a
certificate for the LDAP directory server.

• import the root certificate
of the LDAP directory server into
the key storage service of the AS
Java

• Change the UME LDAP configuration to use an SSL connection
to
the directory server

when I test the configuration it shows
next message:

succesfully connection test

but when I try to change
a ldap password in identity management next
error is showed:

[LDAP:
error code 53 - 0000001F: SvcErr: DSID-031A120C, problem
5003
(WILL_NOT_PERFORM), data 0 ]

really I don't know what is missing could you help me please,

2 REPLIES 2

martin_voros
Active Contributor
0 Kudos

Hi,

check note - 1788653 - javax.naming.OperationNotSupportedException: LDAP: error code 53 (WILL_NOT_PERFORM). Probably password does not comply with LDAP password policy.

If that's not the case I would suggest to look in LDAP logs. There is some reason why LDAP refuses to perform this operation.

Cheers

Former Member
0 Kudos

Hello

This error is clearly coming from LDAP side. So, you need to deep dive into LDAP logs to see the reason of failure.

Regards,

Tapan