mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
implementing loading backends
* fix conf file * add exceptions * fix modules skeletons
This commit is contained in:
parent
6a610c079e
commit
1e5f057e36
6 changed files with 38 additions and 9 deletions
|
@ -5,6 +5,8 @@
|
|||
# LdapCherry
|
||||
# Copyright (c) 2014 Carpentier Pierre-Francois
|
||||
|
||||
import ldapcherry.backend
|
||||
|
||||
class Backend(ldapcherry.backend.Backend):
|
||||
|
||||
def __init__(self, config, logger):
|
||||
|
|
|
@ -5,3 +5,9 @@
|
|||
# LdapCherry
|
||||
# Copyright (c) 2014 Carpentier Pierre-Francois
|
||||
|
||||
import ldapcherry.backend
|
||||
|
||||
class Backend(ldapcherry.backend.Backend):
|
||||
|
||||
def __init__(self, config, logger):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue