From 72d724432f3f7528dd7ba99e367f8c4f9fbc2752 Mon Sep 17 00:00:00 2001 From: Julian Rother <julian@jrother.eu> Date: Fri, 23 Jul 2021 13:02:57 +0200 Subject: [PATCH] Added README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..030c048 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Python LDAP Server Library +========================== + +Python library that implements the socketserver.BaseRequestHandler interface +for LDAP. It provides stubs for all operations (BIND, SEARCH, ...). Overwrite +the stubs you need to provide actual functionality. + +**Early prototype, API not stable yet, do not rely on it!** -- GitLab