Quantcast
Channel: Support Portal
Viewing all articles
Browse latest Browse all 9807

Re : LDAP auth failing after upgrade

$
0
0
  1. servicedesk=# SELECT * FROM sduser WHERE userid IN (SELECT user_id FROM aaalogin WHERE NAME LIKE '%administrator%')
  2. servicedesk-# ;
  3.  userid | employeeid | jobtitle | status | smsmailid | domain_id | secondemailid | ldap_id | user_dn | ciid | costperhour | allowedtoviewcost | reportingto 
  4. --------+------------+----------+--------+-----------+-----------+---------------+---------+---------+------+-------------+-------------------+-------------
  5.       4 | 009        |          | ACTIVE |           |           |               |         |         |   18 |           0 | t                 |            
  6. (1 row)

  7. servicedesk=# 

The local administrator logon works (the password was forgotten but I reset it to 'admin' via another article found here).

I spoke to the LDAP admin and he tells me that the server will NOT accept to authenticate over LDAP, I must use LDAPS instead. After the upgrade to 9 I had changed it from LDAPS to LDAP just to take it out of the equation but I guess this is THE problem I'm having right now.

So I've just reconfigured to ldaps://server:636/ and saved, and it says it could connect OK to the server -- but it failed on an import with this in the log:

-----------
[10:49:45:421]|[03-10-2015]|[SYSOUT]|[INFO]|[22]|: javax.naming.CommunicationException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [Root exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]; remaining name 'ou=users,dc=logistec,dc=com'|
-----------


I have attached the latest serverout0.txt.

What is wrong with the java keystore after the upgrade and how do I fix it ?


Viewing all articles
Browse latest Browse all 9807

Trending Articles