freeipa / freeipa-community-portal

[ABANDONED] FreeIPA Community Portal extension
GNU General Public License v3.0
4 stars 6 forks source link

Better error handling for api_connect() #7

Open tiran opened 8 years ago

tiran commented 8 years ago

api_connect() doesn't handle errors such as FreeIPA server being not available. This may lead to ugly 500 errors. Instead the community portal should inform the user when the FreeIPA server is not available.

Related to #5