Update google.md

This commit is contained in:
Julien Fontanet 2016-03-21 15:16:07 +01:00
parent 9e8d366f38
commit d82dd63e11

View File

@ -38,16 +38,4 @@ You can now connect with your Google account in the log in page:
## Debugging
If you can't log in with your Google settings, please check the logs of `xo-server` while you attempt to connect. It will give you hints about the error encountered. You can do that with a `tail -f /var/log/syslog -n 100` on your XOA.
## Missing plugin?
If you don't find the Google plugin in the list, be sure to have it displayed in your Xen Orchestra configuration (in `/etc/xo-server/config.yaml`):
```
plugins:
auth-google:
```
If it's not the case, don't forget to restart the service after your modification, with `systemctl restart xo-server.service`.
If you can't log in with your Google settings, please check the logs of `xo-server` while you attempt to connect. It will give you hints about the error encountered. You can do that with a `tail -f /var/log/syslog -n 100` on your XOA.