tiredofit / docker-openldap-fusiondirectory

Dockerized OpenLDAP server with FusionDirectory Schema Support
41 stars 15 forks source link

Error: Insufficient access using default fd-admin user #17

Open logoff opened 4 years ago

logoff commented 4 years ago

I have a simple setup based on your examples/docker-compose.yml file, using your tiredofit/openldap-fusiondirectory and tiredofit/fusiondirectory images.

I'm able to log-in in fusiondirectory web page with the default fd-admin user, but errors arise immediately saying:

LDAP operation failed!

Object: cn=99478028f7d19f714c3d523ae3031b91,ou=locks,ou=fusiondirectory,dc=mydomain,dc=com

Error: Insufficient access (no write access to parent, while operating on 'cn=99478028f7d19f714c3d523ae3031b91,ou=locks,ou=fusiondirectory,dc=mydomain,dc=com' using LDAP server 'ldap://openldap:389')

I put everything with default values except my domain, and I'm not using TLS.

What I'm doing wrong? I was expecting everything in place to allow fd-admin user to have write access permissions.

tiredofit commented 4 years ago

Hi, Sorry I haven't seen this until now for some reason.

Can you try the latest image? You shouldn't be seeing this especially not on a new install and even more so with those defaults. I use those same defaults regularly to deploy new instances a couple times per month.