Hello,
I am quite new to Sametime. I tried to install Sametime 12.0.1 on RHEL and Docker.
I was able to finish the installation and I am able to access the web interface for meeting and chat, but I am not able to log in to the system.
Here is my LDAP configuration:
# LDAP configuration
LDAP_HOST_ENV=ldap.jumpcloud.com
LDAP_PORT_ENV=
LDAP_SSL_ENABLED_ENV=1
LDAP_SSL_PORT_ENV=636
LDAP_BIND_ENTRY_DN_ENV=uid=testvdi,ou=Users,o=5b5725ebd,dc=jumpcloud,dc=com
LDAP_BIND_ENTRY_PWD_ENV=<Password>
LDAP_PERSON_RESOLVE_BASE_ENV=ou=Users,o=5b5725ebd,dc=jumpcloud,dc=com
LDAP_GROUP_RESOLVE_BASE_ENV=ou=Users,o=5b5725ebd,dc=jumpcloud,dc=com
The errors I see are the following:
- login > SDK.loggedOut loginId:testvdi loginMethod:byPassword
- login > SDK.loggedOut: error: 80001001 : ST_ERROR_LDAP_NOT_REACHABLE
- authenticate: LOGGED_OUT: bad login or password. error: 80001001 : ST_ERROR_LDAP_NOT_REACHABLE
The other error is:
- LoginFailed userName=testvdi organization= IP=172.21.0.8 app=(0x14c3)(5315) reason=(0x80001001)
I use JumpCloud as an LDAP source: https://support.jumpcloud.com/support/s/article/using-jumpclouds-ldap-as-a-service1
I thought the issue is caused by the fact, that I can't connect to the LDAP server, but I was able to perform the following test successfully from inside the pod.
[notes@ea959fc31938 notesdata]$ curl ldap://ldap.jumpcloud.com:389/ DN: objectClass: top objectClass: OpenLDAProotDSE
[notes@ea959fc31938 notesdata]$ curl ldaps://ldap.jumpcloud.com:636/
DN:
objectClass: top
objectClass: OpenLDAProotDSE
[notes@ea959fc31938 notesdata]$
So I am able to access the LDAP server. The SSL certificate is signed by GoDaddy. In this case, I expect, that it does not need to be imported separately and can use system certificates.
Then I thought it can be caused by the SSL certificate. I installed OpenLDAP locally just plain LDAP without STARTTLS, but the error was the same.
Do you please have any idea what can cause the issue and how to solve it (or use a workaround)?
Thank you
Ondrej