From d04ed9db5a37d095028be603b9f4c0afb71ac37a Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 25 Aug 2020 12:17:50 -0400 Subject: [PATCH 1/2] Add notice about module maintenance --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de98f9..d27a45c 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,25 @@ ActiveDirectory for Node ========= -[![CircleCI](https://circleci.com/gh/jsumners/node-activedirectory.svg?style=svg)](https://circleci.com/gh/jsumners/node-activedirectory) +> ## Module Maintenance Notice +> This module is minimally maintained. I, James Sumners, have not been in an +> environment where I need to communicate with an Active Directory server in +> over two years (as of this writing on 2020-08-25). Given that I do not need +> this module for my own work, it is not a priority for me. I will continue +> to review pull requests and issue releases as necessary, but to get the +> "best" support possible: +> +> 1. Read through the module's source code to learn how to either resolve +> your issue or to point out where the issue is. +> 2. Open a Pull Request to fix the issue if you are able. If you're not able, +> you should state _why_ in any issue you open. +> 3. Provide a thorough replication of your problem if you are opening an issue +> and not a Pull Request. +> +> If you rely on this module, it would be a great idea to start contributing +> your own Pull Requests to resolve open issues or any issues you have +> encountered. If I determine that you would be a good steward of the project, +> I will invite you to take up full maintenance of it. ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations. This code was a port of an existing C# library (not published) that I had written a few years ago. Here are the key features From 32a1aae0b3747c387a25b76d0ab01e5b5e1bf198 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 25 Aug 2020 12:17:59 -0400 Subject: [PATCH 2/2] v2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40f4ea4..5307beb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "George Heeres ", "name": "activedirectory2", - "version": "2.0.0", + "version": "2.1.0", "description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.", "contributors": [ {