#518 Recovered: Display an actual error message if no auth provider is selected
Closed: Fixed by t0xic0der. Opened by t0xic0der.

If you auth provider other than authtest is installed then the installer blows up with no message but usage. It should not print usage but print a message saying that at least one auth provider be installed, or that pam needs to be installed

/usr/sbin/ipsilon-server-install
...
375         if len(args['lm_order']) == 0:
376             #force the basic pam provider if nothing else is selected
377             if 'pam' not in args:
378  ->             parser.print_help()
379                 sys.exit(-1)

This may be masked by rpm dependencies but the underlying problem would still be there.


This issue ticket was originally removed from the tracker as it clashed with the pull request.
See upstream ticket for migration details.


Metadata Update from @t0xic0der:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata