1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-17 16:19:59 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
kakwa
e5d97cf8ff making Backend skeleton a child class of object
this enables the use of super()
2015-07-28 20:32:46 +02:00
kakwa
8617ed5ae5 fix docstring in ldapcherry/backend/__init__.py 2015-07-21 00:53:07 +02:00
kakwa
7d5ccb4e8e add docstring for backend 2015-07-21 00:29:37 +02:00
kakwa
bbeaebe77d pep8 compliance 2015-07-11 22:05:33 +02:00
kakwa
3712bb85cb many pep8 fixes thanks to pep8ify 2015-07-10 21:06:28 +02:00
kakwa
7d63e967da adding exception to prevent using skeleton module 2015-06-17 19:57:41 +02:00
kakwa
45393c3a80 fix backend module skeleton 2015-06-17 19:48:57 +02:00
kakwa
247a1fed3a removing trailling spaces 2015-06-06 22:23:21 +02:00
kakwa
0343af4270 correct backend module skeleton 2015-05-28 09:44:21 +02:00
kakwa
93ed190913 multiple changes
* change parameters name for Backend Ldap
* fix default value handling in backends get_param
* correct exception in backends get_param
* fix syntaxe error
* add backend name in test_BackendLdap.py
2015-05-21 21:40:13 +02:00
kakwa
3ab1cbcdb2 adding a get_param method + pass backend name to backend 2015-05-21 19:54:38 +02:00
kakwa
1020c454d0 begin ldap backend implementation 2015-05-20 17:13:18 +02:00
kakwa
7ec0cb4e74 adding skeleton for most files 2015-04-15 21:13:14 +02:00