-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation LDAP Sync #110
Comments
Hello, Have you tried running the database upgrade with the following command :
What is your docker-compose file ? |
Hello I've test your command but don't work, I don't have folder /var/www/html/glpi My docker-compose file is
Regards, |
You need the /var/www/html/glpi folder because that's where GLPI is installed. volumes:
- ./data:/var/www/html/glpi Adapt my previous command with the name of your GLPI container
Are you sure your GLPI container can communicate with your MariaDB container ? I also notice that you use the link statement in your docker-compose file but it is obsolete (https://docs.docker.com/network/links/) and not necessary in your docker-compose (https://docs.docker.com/compose/networking/#link-containers) |
Hello, Yes i understand but in fact I don't have this folder /var/www/html/glpi
And yes I think my containers works because my GLPI Works fine Regards, |
Hello,
I've a problem for automation of user import and synchronization, when I use command I've this error :
So when I try to update database I've this error :
I've check requirements with command "php bin/console system:check_requirements" and I've all required
I've configure my LDAP on graphic interface, connection is ok. I can import & synch manually users
So I don't know I've this error, maybe it's because it's a docker configuration ?
My GLPI is on version 10.0.13
Regards
The text was updated successfully, but these errors were encountered: