You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to use ldaptools on my workstation to connect to the LDAP server with either ldap or ldaps without issue. The phpldapadmin/phpldapadmin container is able to ping the openldap container by name and sees the ldap port as open on it.
nc -vz openldap 389
openldap (172.18.0.5:389) open
ldapadmin:/app$
It is always the little things. That got me the login screen. However, it is giving me 'These credentials do not match our records.' when attempting to login. You might be thinking I fat finger this to, but I'm C&P'ing it out of a password manager and it works from the CLI tools from my workstation. It isn't taking the full path like 'uid=admin,DC=synthrealm,DC=net' or just the user 'admin'. Thoughts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Its
LDAP_HOSTnotLDAP_HOSTS. See wiki