docker-fusiondirectory icon indicating copy to clipboard operation
docker-fusiondirectory copied to clipboard

Dockerized web based LDAP manager

Results 21 docker-fusiondirectory issues
Sort by recently updated
recently updated
newest added

### Summary fusiondirectory-setup --update-cache looking for /var/www/fusiondirectory which is in /www/fusiondirectory ### Steps to reproduce Add PLUGIN_INVITATIONS ```Erreur fatale : impossible d'initialiser la classe 'publicFormPage' - veuillez exécuter 'fusiondirectory-setup --update-cache'...

bug

**Description of the feature** Please install fusiondirectory-tools repository as part of this image. **Benefits of feature** Fusiondirectory-tools provides some additional tools such as `fusiondirectory-schema-manager`, which will help users who don't...

enhancement

### Summary When i try to connect to openldap, container add "cn=config,ou=fusiondirectory" on to searchbase: ### Relevant logs and/or screenshots **OPENLDAP LOG:** ``` openldap | 638db7d0 conn=1027 op=0 BIND dn="cn=admin,dc=pXXXX12,dc=XX"...

bug

When I change some value (for me i get the error when changing the strict naming policy) i get the following error message: ``` LDAP operation failed! Object: cn=config,ou=fusiondirectory,dc=example,dc=com Error:...

Hi tiredofit !! Can you put a sample of docker-compose.yml running the 2 services? (fusion and ldap) Thanks

### SITUATION I use docker-compose with the following plugins activated. ``` - PLUGIN_AUDIT=TRUE - PLUGIN_LDAPMANAGER=TRUE - PLUGIN_PERSONAL=TRUE - PLUGIN_PPOLICY=TRUE - PLUGIN_SSH=TRUE - PLUGIN_USER_REMINDER=TRUE ``` With this, I can create users...

bug

I find these maill server that allow a backend authentication with LDAP so i wanted to use my LDAP based on fusiondirectory to use that mailserver. SO i wanted to...

Hello, Can we easily edit the dockerfile to make your image work with Fusion Directory 1.4 ? I need to use Web service REST API which is a plugin in...

### Summary I have an error while editing the configuration. I tried first to remove "Force SSL" option on WebService Plugin configuration and the error above get displayed. ### Steps...

bug

Hello all, I have the docker-compose.yml below. With it, I am able to successfully create the container, but nginx is not accessible externally or internally. To simplify things, I am...