By: Mike Assel user 15 Dec 2017 at 9:33 p.m. CST

2 Responses
Mike Assel gravatar
I have followed the video tutorial for setting up a source backend ldap server for cache refresh. It is an AD server. Im seeing these errors in the logs ``` 2017-12-15 22:24:57,337 ERROR [Thread-653] [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (CacheRefreshTimer.java:1068) - Failed to connect to LDAP server using configuration HB AD1 2017-12-15 22:24:57,357 ERROR [Thread-653] [gluu.oxtrust.ldap.cache.service.CacheRefreshTimer] (CacheRefreshTimer.java:281) - Skipping cache refresh due to invalid server configuration ``` I am able to connect to the server using ldapsearch from the gluu container. screenshots here https://www.dropbox.com/s/0b7wzrg2ihs2i1r/gluuArchive.zip?dl=0 I am new to gluu. Thanks! Mike

By Mohib Zico Account Admin 16 Dec 2017 at 2:05 a.m. CST

Mohib Zico gravatar
'Server' IP of backend AD require port as well. i.e. `1.1.1.1:636`

By Mike Assel user 16 Dec 2017 at 7:52 a.m. CST

Mike Assel gravatar
Sigh. And including the port was in the video too. That fixed it for me. Thanks for the prompt reply. Now on to SSO/SAML.