#105 Display an actual error message if no auth provider is selected
Closed: Fixed None Opened 9 years ago by rcritten.

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.


Fields changed

owner: => rcritten
status: new => accepted

This has been fixed in f73332f

resolution: => fixed
status: accepted => closed

Fields changed

milestone: => 1.0 m4
rhbz: => 0

Metadata Update from @nkinder:
- Issue assigned to rcritten
- Issue set to the milestone: 1.0 m4

7 years ago

Login to comment on this ticket.

Metadata