Commit graph

8 commits

Author SHA1 Message Date
Jan Dittberner 34f788e099 Reorganize package structure
This commit reorganizes the package structure. The gvaldap.settings
modules have been merged. The gvaldap.ldaptasks module has been move up
one level to have task names without the gvaldap prefix.

isort control instructions have been added to setup.cfg.
2020-03-03 12:20:13 +01:00
Jan Dittberner 427fdd9c03 Fix compatibility with Django 2.2 and other dependencies
- drop mockldap in favour of volatildap
- fix URLs and settings
- fix tests
2020-03-02 15:40:08 +01:00
Jan Dittberner 2ff7dd8902 Refactoring of ldaptasks
All LDAP tasks return a dictionary now to allow chaining with other
tasks, the new task delete_ldap_user_chained has been added to allow
user deletion after other Celery tasks.
2016-02-07 22:41:36 +01:00
Jan Dittberner b0097ea0a5 change order of LDAP commands and logging to fix log messages 2015-01-29 21:35:33 +01:00
Jan Dittberner 2bca6f687f reverted Reject handling in ldaptasks 2015-01-29 18:41:44 +01:00
Jan Dittberner b422c554ea improved task logging 2015-01-29 18:32:13 +01:00
Jan Dittberner 023a9eb448 add new task set_ldap_user_password 2015-01-19 22:38:58 +01:00
Jan Dittberner e489ecb797 move osusers to ldaptasks 2015-01-19 21:27:19 +01:00
Renamed from gvaldap/osusers/tasks.py (Browse further)