Questions tagged [osixia]
5 questions
2
votes
0 answers
Unable to add users using LDIF file in Osixia-OpenLdap image
I am trying to create an OpenLdap instance using image osixia/openldap:1.5.0 as a k8s service. Image works really well and the Ldap instance is also worked fine. However, when I'm trying to create users using user.ldif file, getting error. I created…

Aftab
- 2,863
- 32
- 41
0
votes
0 answers
Is there a way to enable seeing the latest logs for Slapd when I use "service slapd status"
I have two different Linux operating systems that each have their own Slapd configuration, and one of them has a feature that I'd also like to have in the other, but I'm unsure how to get it.
When I execute the service slapd status command on my…
0
votes
0 answers
How to set up LDAP authentication with Symfony, Docker Compose and Traefik?
I'm trying to set up a configuration for my symfony's app using traefik, docker-compose and ldap.
Unfortunately, I can't get my ldap. Is there someone who knows what's happen ?
my security.yaml with the 'my_ldap' provider :
security:
#…

brice hervé
- 1
- 1
0
votes
0 answers
OpenLDAP bind DN as email
I'm trying to build and openLDAP container for my nodejs app. This is the code i'm using.
try {
client = ldap.createClient({
url: 'ldap://openldap:389'
})
} catch (err) {
return errorHandler(req, res, err)
…

wsn
- 39
- 6
0
votes
1 answer
osixia/openldap - having trouble configuring helm chart to set mounts
Thanks for the assistance in advanced as I'm new, and my questions might come across as a bit green.
So at work, I've been tasked with getting openldap to use TLS via a helm deployment. We are currently using osixia/openldap. So instead of…