2298b94f78
Add SqlAuthUser and LdapAuthUser auth classes. Deprecate the usage of SqlAuthUser in favor of SqlAuthUser.
...
SqlAuthUser use django databases management, and thus is compatible with all SQL databases supported
by django: postgresql, mysql, sqlite3 and oracle.
LdapAuthUser use the full pythonic ldap3 module
2016-07-31 17:09:27 +02:00
d812257daa
Exclude a should not happen branche from coverage in auth.TestAuthUser.attributs
2016-07-20 18:56:01 +02:00
cec0cadb7a
Add some docs using sphinx autodoc
2016-07-20 18:29:00 +02:00
aa433d3c58
Use django admin application to add/modif identty providers when CAS_FEDERATE is True
2016-07-04 17:23:11 +02:00
9909699012
Update sime legal headers
2016-07-03 18:11:48 +02:00
8e5b75e090
Add some docstrings
2016-07-03 17:54:11 +02:00
90daf3d2a0
Add unit tests for when CAS_FEDERATE is True
...
Also fix some unicode related bugs
2016-07-03 13:53:12 +02:00
63f5b2cabf
Merge branch 'master' into federate
2016-07-01 16:44:22 +02:00
219171fe41
Set legals headers
2016-07-01 00:02:46 +02:00
6972ad7536
Add some docstrings and comments
2016-06-29 00:25:09 +02:00
dedc1e34a2
Fix some style error introduced during the merge
2016-06-28 00:37:18 +02:00
32b5627c38
Merge branch 'dev' into federate
2016-06-28 00:34:31 +02:00
7db3157864
Forgotten return
2016-06-27 14:01:39 +02:00
2fac47f0b1
Add unit test for the utils function check_password
2016-06-26 21:44:41 +02:00
ac206d56d6
Add some password check methods to the MySQL auth backend
2016-06-26 20:29:47 +02:00
8303f816df
Exclude non test auth from coverage
2016-06-26 15:34:26 +02:00
ac5f359063
style
2016-06-26 11:26:19 +02:00
5cb25de99f
Put test username, password, attributes in settings
2016-06-24 21:06:36 +02:00
efdd97ec07
Test for CAS federation
2016-06-17 19:28:49 +02:00
494da62935
Fix MysqlAuthUser when number of results != 1, typo in README
2015-12-19 17:14:02 +01:00
78f4538f6a
Update README
2015-12-12 17:26:19 +01:00
39557d1942
PEP8
2015-06-12 18:12:35 +02:00
41fcc06200
MysqlAuthUser use return username for case
2015-06-09 16:42:28 +02:00
9a4c6b9d7a
some cosmetics
2015-05-27 22:18:01 +02:00
1fcb0a7110
copyright notice
2015-05-27 22:10:06 +02:00
ad434a113f
Some refactoring
2015-05-27 21:56:39 +02:00
9112e6e475
Some login backends
2015-05-17 23:24:41 +02:00