- servicedesk=# SELECT * FROM sduser WHERE userid IN (SELECT user_id FROM aaalogin WHERE NAME LIKE '%administrator%')
- servicedesk-# ;
- userid | employeeid | jobtitle | status | smsmailid | domain_id | secondemailid | ldap_id | user_dn | ciid | costperhour | allowedtoviewcost | reportingto
- --------+------------+----------+--------+-----------+-----------+---------------+---------+---------+------+-------------+-------------------+-------------
- 4 | 009 | | ACTIVE | | | | | | 18 | 0 | t |
- (1 row)
-
- servicedesk=#
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 ?