diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..030c0484e23bc2d8b30d80e1ba878b098dc46ab9 --- /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!**