summaryrefslogtreecommitdiffstats
path: root/ipsilon/idpserver.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename scripts and mark them as suchSimo Sorce2014-04-111-68/+0
| | | | | | | | | | | | Mark actual top level scripts as such instead of disguising them as modules. Also remove __init__.py from ipsilon/install as this is not a module just the place where install scripts are kept, for now. Note: Scripts are installed in the bin directory but the contrib spec file moves them to sbin. Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix default and example pathsSimo Sorce2014-03-131-1/+2
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Better handling of configuration fileSimo Sorce2014-03-131-1/+11
| | | | | | | allow to pass it on the command line or to look for it in well known locations. Signed-off-by: Simo Sorce <simo@redhat.com>
* Implement login plugin infrastructureSimo Sorce2014-01-241-5/+5
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Better infrastructure to load pluginsSimo Sorce2014-01-241-6/+0
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Use pep8 checkPetr Vobornik2014-01-241-4/+3
| | | | | Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix ImportsSimo Sorce2014-01-241-9/+8
| | | | | | Based on patches by Petr Voborni Signed-off-by: Simo Sorce <simo@redhat.com>
* Rename the main executable to idpserver.pySimo Sorce2014-01-241-0/+65
Based on a patch from Petr Voborni Signed-off-by: Simo Sorce <simo@redhat.com>