mirror of
https://github.com/dignajar/another-ldap.git
synced 2026-04-26 05:45:47 +03:00
[GH-ISSUE #4] I'm not able to properly configure LDAP access #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/another-ldap#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @luizjr on GitHub (Feb 9, 2022).
Original GitHub issue: https://github.com/dignajar/another-ldap/issues/4
I'm not able to properly configure LDAP access

It always returns connection error
@dignajar commented on GitHub (Feb 9, 2022):
Looks like the username or password is incorrect is not about connection error.
The finalUsername displayed in the logs has the correct structure for your LDAP server ? have you tried with
ldapsearch?@luizjr commented on GitHub (Feb 9, 2022):
I don't know, I've tried several ways but none establish a connection.
@glebrodionov94old commented on GitHub (Feb 14, 2022):
hi! somthing wrong?



@luizjr commented on GitHub (Feb 14, 2022):
Now I'm having the same problem!
@glebrodionov94old commented on GitHub (Feb 15, 2022):
add configmap COOKIE_DOMAIN: .example.com
@dignajar commented on GitHub (Feb 15, 2022):
can you paste all your Kubernetes manifests ?
@yuyangood commented on GitHub (Feb 15, 2022):
I'm also having the same problem!
app ingress manifests:

@glebrodionov94old commented on GitHub (Feb 15, 2022):
try to add configmap COOKIE_DOMAIN: .50yc.com
@dignajar commented on GitHub (Feb 15, 2022):
Yes in all configurations you posted here is missing the environment
COOKIE_DOMAIN.To start with the troubleshooting, try to log in to the Login page,
another-ldap.50yc.com.@luizjr commented on GitHub (Feb 15, 2022):
When I put the
COOKIE_DOMAINI can login. But I would like to know if there is a way to change the image without having to mess with the code.@yuyangood commented on GitHub (Feb 16, 2022):
Thank for you ask. Now I can login. Thank
@dignajar commented on GitHub (Feb 16, 2022):
@luizjr you need to change this file https://github.com/dignajar/another-ldap/tree/main/files/static and re-build the docker image.
@luizjr commented on GitHub (Feb 16, 2022):
I made a pull request, and it still suggests another improvement, please check