Logo
Explore Help
Sign In
Cadoles/eole-lemonldap
21
0
Fork 0
You've already forked eole-lemonldap
Code Issues 11 Pull Requests Releases Wiki Activity
eole-lemonldap/diagnose/71-lemonLDAP

18 lines
408 B
Plaintext
Raw Normal View History

Adding first working templates - manager-nginx.conf - portal-nginx.conf - handler-nginx.conf - lmConf-1.js (Any configuration modification in LemonLDAP Manager prevail over this configuration) Adding diagnose script - HTTP Ping the manager, the handler and the portal Adding posttempalte script - Enable nginx configuration if necessary - Add an entry ton /etc/hosts with the 3 web names
2018-03-05 14:35:14 +01:00
#!/bin/bash
Don't crash if LemonLDAP::NG is disabled Ref: #30852
2020-10-14 13:17:07 +02:00
if [ $(CreoleGet activerLemon 'non') = 'oui' ]
then
Adding first working templates - manager-nginx.conf - portal-nginx.conf - handler-nginx.conf - lmConf-1.js (Any configuration modification in LemonLDAP Manager prevail over this configuration) Adding diagnose script - HTTP Ping the manager, the handler and the portal Adding posttempalte script - Enable nginx configuration if necessary - Add an entry ton /etc/hosts with the 3 web names
2018-03-05 14:35:14 +01:00
. /usr/lib/eole/diagnose.sh
manager=$(CreoleGet managerWebName)
portal=$(CreoleGet authWebName)
handler=$(CreoleGet reloadWebName)
EchoGras "*** LemonLDAP::NG"
TestHTTPPage "Manager" "http://${manager}/"
TestHTTPPage "Portal" "http://${portal}/"
TestHTTPPage "Handler" "http://${handler}/"
echo
fi
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 79ms Template: 3ms
English
Deutsch English Español Français Latviešu Nederlands Polski Português Русский 日本语 简体中文 繁體中文
Licenses API