Book a Demo

Author Topic: Keystore with OpenDJ LDAP?  (Read 2872 times)

Slávek Rydval

  • EA User
  • **
  • Posts: 40
  • Karma: +2/-0
    • View Profile
    • homepage
Keystore with OpenDJ LDAP?
« on: October 25, 2020, 07:54:53 pm »
Is there any change to use Keystore with OpenDJ LDAP?

There is

Code: [Select]
AUTHMETHOD=AM_ACTIVEDIRECTORYEX

in config file and in keystoreservice.adconfig are these lines:

Code: [Select]
Name=EA_floating_license_user
NamingContext=ldap://opendjldap.st.sk:389/dc=st,dc=sk

Unfortunately, the log is saying this:

Code: [Select]
2020-10-21 08:52:53 [SYSTEM]: [ACTIVEDIRECTORYGROUPEX_AM] ATTEMPT: Loading group database from C:\Program Files (x86)\Sparx Systems\Keystore\Service\example.adconfig
2020-10-21 08:52:53 [SYSTEM]: [WebstoreAM] SUCCESS: Configured 6 Webstore group(s)
2020-10-21 08:52:53 [SYSTEM]: [ACTIVEDIRECTORYGROUPEX_AM] SUCCESS: Initialised. Default Naming Context: 'LDAP://DC=st,DC=sk', 6 Group(s) added.
2020-10-21 08:52:53 [SYSTEM]: SUCCESS Started AuthenticationManager
2020-10-21 08:52:53 [SYSTEM]: SUCCESS Started keystore manager
2020-10-21 08:52:53 [SYSTEM]: SUCCESS Management thread started
2020-10-21 08:52:53 [SYSTEM]: SUCCESS Bound and listening on port 7770
2020-10-21 08:52:53 [SYSTEM]: SUCCESS Socket acceptor thread started
2020-10-21 08:52:53 [INFO]: ** Now listening for connections
2020-10-21 08:52:59 [SYSTEM]: Client connected from 10.159.128.192
2020-10-21 08:52:59 [WARNING]: [ACTIVEDIRECTORYGROUPEX_AM] WARN: Authentication failed. Group 'CN=EA_floating_license_user' not found.

When using authentication AM_ACTIVEDIRECTORY, it work fine but with MS Active Directory.