1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-28 14:42:55 +02:00
ldapcherry/ldapcherry/backend/ldap.py
2015-04-15 21:13:14 +02:00

12 lines
253 B
Python

# -*- coding: utf-8 -*-
# vim:set expandtab tabstop=4 shiftwidth=4:
#
# The MIT License (MIT)
# LdapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
class Backend(ldapcherry.backend.Backend):
def __init__(self, config, logger):
pass