summaryrefslogtreecommitdiffstats
path: root/ipsilon/login
Commit message (Expand)AuthorAgeFilesLines
* Validate options of the LDAP auth plugin on installationHEADmasterRob Crittenden2015-08-271-21/+62
* Report to user if an LDAP error occursRob Crittenden2015-08-181-6/+17
* Mark the service as readonly in the UI in authpam pluginRob Crittenden2015-08-181-1/+3
* Use full path when constructing "Other authentication methods"Rob Crittenden2015-08-111-1/+3
* Return PAM errors from mod_intercept_form_submitRob Crittenden2015-07-152-8/+18
* Implement change registrationPatrick Uiterwijk2015-05-087-8/+8
* Update Copyright header point to COPYING fileRob Crittenden2015-05-087-83/+7
* Remove extraneous logging arg in authform login pluginRob Crittenden2015-05-081-2/+1
* pylint 1.4.3 version fixesSimo Sorce2015-05-077-7/+2
* Use python logging in install / log cherrypy at right severityRob Crittenden2015-05-074-8/+16
* Drop usage of self._debug and use self.debug insteadRob Crittenden2015-05-051-2/+2
* Change references to authkrb plugin to authgssapiRob Crittenden2015-04-281-29/+29
* Rename authkrb plugin to authgssapiRob Crittenden2015-04-281-0/+0
* Add OpenID test suitePatrick Uiterwijk2015-04-281-1/+2
* Make availble a list of alternative aut methodsSimo Sorce2015-04-271-6/+22
* Populate krb_principal_name from GSS_NAME env varRob Crittenden2015-04-271-1/+5
* Use mod_auth_gssapi instead of mod_auth_kerbRob Crittenden2015-04-171-18/+12
* Make the authtest login plugin provide more infoRob Crittenden2015-04-101-1/+6
* Rename and move PluginConfig to ConfigHelperRob Crittenden2015-04-101-3/+4
* IdP-initiated logout for current userRob Crittenden2015-04-011-1/+18
* Add a method to Installer classes to validate argument inputRob Crittenden2015-03-271-0/+3
* Add LDAP testSimo Sorce2015-03-231-1/+6
* Fix fetching infoldap plugin groupsSimo Sorce2015-03-231-1/+15
* set SELinux boolean httpd_can_connect_ldap when install infolap and authldapJohn Dennis2015-03-231-0/+9
* Fix error returned from login pluginsSimo Sorce2015-03-175-0/+7
* Fix transaction ID passing for failed authenticationPatrick Uiterwijk2015-03-031-3/+6
* Add uninstallation support.Patrick Uiterwijk2015-02-267-18/+40
* Use the new Policy engine for login/info mappingSimo Sorce2015-02-241-12/+11
* Prefix userdata hives with _ to avoid conflictsSimo Sorce2015-02-243-27/+27
* Fix some copy-paste errors in help outputPatrick Uiterwijk2015-01-191-1/+1
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-167-14/+0
* Add support for Persona Identity ProviderPatrick Uiterwijk2014-11-141-2/+4
* Fix LDAP plugin configuration checksPatrick Uiterwijk2014-11-131-2/+2
* Refactor plugin initialization and enablementSimo Sorce2014-11-127-157/+92
* Refactor plugin configurationSimo Sorce2014-11-127-140/+123
* In configure we do not need to set_config()Simo Sorce2014-11-126-16/+8
* Fix plugins enablement codeSimo Sorce2014-10-271-14/+12
* Reuse the AdminPlugins class for the providers tooSimo Sorce2014-10-271-0/+9
* Use self.log in authpam.pySimo Sorce2014-10-271-5/+4
* Map some common attributes from fas to userdataPatrick Uiterwijk2014-10-241-3/+17
* Return to provider if user cancels loginSimo Sorce2014-10-241-0/+22
* Handle invalid/expired transactions gracefullySimo Sorce2014-10-242-6/+5
* Show login target on the login screenPatrick Uiterwijk2014-10-241-0/+3
* Drop custom FAS templateSimo Sorce2014-10-241-1/+1
* Add group and CLA support to FAS login pluginSimo Sorce2014-10-241-1/+39
* Add attribute mapping for user informationSimo Sorce2014-10-243-4/+21
* Fix mod_auth_kerb based authenticationSimo Sorce2014-10-091-1/+5
* Fix transaction handling in providersSimo Sorce2014-10-061-0/+1
* Fix login session's userdata acquisitionSimo Sorce2014-10-061-1/+3
* Add very simple LDAP authentication pluginSimo Sorce2014-09-241-0/+221