summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename src package to ipsilonPetr Vobornik2014-01-2414-1014/+0
|
* Fix __init__.py filenamePetr Vobornik2014-01-241-0/+0
|
* Add infrastructure to configure serverSimo Sorce2014-01-235-20/+182
|
* Add Kerberos Negotiate auth pluginSimo Sorce2014-01-231-0/+78
| | | | | | | | | | | | | | | | | | | | | | This plugin depends on the proper configuration of mod_auth_kerb The mod_auth_kerb plugin should be configured with a <Location> directive like the folowing: <Location /idp/login/krb/negotiate> AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on KrbMethodK5Passwd off KrbServiceName HTTP KrbAuthRealms $REALM_NAME Krb5KeyTab $KEYTAB_NAME KrbSaveCredentials off KrbConstrainedDelegation off Require valid-user ErrorDocument 401 /idp/login/krb/unauthorized </Location>
* Add sample pam based login pluginSimo Sorce2014-01-231-0/+112
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add infrastructure to handle login manager pluginsSimo Sorce2014-01-238-47/+287
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Move template and user retrieval to page classSimo Sorce2013-12-183-61/+87
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add page class handlerSimo Sorce2013-12-183-12/+60
| | | | | | | This also adds support for sessions and a somewhat custom page dispatcher. Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial user preferences infrastructureSimo Sorce2013-12-182-2/+108
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix global and app configsSimo Sorce2013-12-131-4/+10
| | | | | | | | | | | Do not overwrite config settings - the update() method replaces the global config, we just want to merge new directives normally Provide default app settings for quick development - allow ui/ to be served as static files when run in standalone mode Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix settingsSimo Sorce2013-12-131-1/+1
| | | | | | | Fix logging to use right name and value Make all option relative to the base of the tree. Signed-off-by: Simo Sorce <simo@redhat.com>
* Use jinja2 as the templating systemSimo Sorce2013-12-112-8/+43
| | | | Add flashy css to indicate this is development stuff
* Add Admin preferences systemSimo Sorce2013-12-042-0/+70
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add example configurationSimo Sorce2013-12-041-0/+2
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add plugins loaderSimo Sorce2013-12-043-0/+86
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial moduleSimo Sorce2013-12-032-0/+43
Signed-off-by: Simo Sorce <simo@redhat.com>