Skip to main content
5-Regular Member
August 8, 2024
Solved

What are JNDI adaptor bind password requirements?

  • August 8, 2024
  • 1 reply
  • 2162 views

I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.0.1

We have a JNDI adaptor to allow us to login using our corporate Active Directory credentials. It has been working fine. Then our IT group imposed a password requirements of 20 characters minimum plus at least one special character, on the bind password for the adaptor. After making the change the Windchill method server will not start - see error below. What are the requirements of the bind password? Are special characters allowed?

Here are the errors that I faced
wt.system.err - javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09050F, comment: AcceptSecurityContext error, data 775, v4563 ]

Best answer by mmeadows-3

@VladimirN was right to provide article https://www.ptc.com/en/support/article/CS28129

From your error message...

wt.system.err - javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09050F, comment: AcceptSecurityContext error, data 775, v4563 ]

 

"775" means the account is locked.  Probably you entered the wrong password too many times and locked out the account.  It needs to be unlocked before you can try again.

 

1 reply

24-Ruby III
August 9, 2024

Articles:

5-Regular Member
August 9, 2024

Thanks for the response. I tried using escape character \ and also enclosing in single quotes per the article, but that did not help.

I also tried PTC’s SyntegraLDAPBrowser and LDAPSearch, and get the same Error Code 49.

Any other suggestions on what I can do to resolve?

16-Pearl
August 10, 2024

@VladimirN was right to provide article https://www.ptc.com/en/support/article/CS28129

From your error message...

wt.system.err - javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09050F, comment: AcceptSecurityContext error, data 775, v4563 ]

 

"775" means the account is locked.  Probably you entered the wrong password too many times and locked out the account.  It needs to be unlocked before you can try again.