KokutoSan

Results 3 comments of KokutoSan

Hello, Did you run your container with a command like the one bellow? `docker run -p 389:389 -p 636:636 --name my-openldap-container --detach osixia/openldap:1.5.0` because both port 389 (ldap) and 636...

Hello @tnunamak , You can have your .ldif file on your own computer and then apply them using a command like this one: `ldapmodify -x -H ldaps:// -W -D "cn=admin,cn=config"...

Hi, I was facing the exact same issue and after a few hours of debugging, I've found a solution. I was making the same kind of configuration that you have...