Skip to content
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

compatibility with GLPI 9.5.0 #12

Closed
emperium opened this issue Jul 14, 2020 · 4 comments
Closed

compatibility with GLPI 9.5.0 #12

emperium opened this issue Jul 14, 2020 · 4 comments

Comments

@emperium
Copy link

I updated my GLPI to the newest version 9.5.0 and the ldap computers plugin is not compatible, are you planning to update the plugin so it can run on 9.5?
ldap

@jpnr79
Copy link
Contributor

jpnr79 commented Jul 14, 2020

until the update code is not done, do this:
1 -Open the glpi/plugins/ldapcomputers directory
2- Edit the file setup.php in line 46
this is what you have 46. define('PLUGIN_LDAPCOMPUTERS_MAX_GLPI', '9.5');
change to 46. define('PLUGIN_LDAPCOMPUTERS_MAX_GLPI', '9.6');
and be happy until the original change are made.

@jpnr79
Copy link
Contributor

jpnr79 commented Jul 14, 2020 via email

@emperium
Copy link
Author

@jpnr79 Thank you, I'll edit the file and try the workaround ;)

@emperium
Copy link
Author

Installed and enabled :) thank you once again [obrigado mate ;)]
Screenshot 2020-07-14 at 20 21 17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants