Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit d04ed9d

Browse files
committed
Add notice about module maintenance
1 parent 7b0cf44 commit d04ed9d

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
ActiveDirectory for Node
22
=========
33

4-
[![CircleCI](https://circleci.com/gh/jsumners/node-activedirectory.svg?style=svg)](https://circleci.com/gh/jsumners/node-activedirectory)
4+
> ## Module Maintenance Notice
5+
> This module is minimally maintained. I, James Sumners, have not been in an
6+
> environment where I need to communicate with an Active Directory server in
7+
> over two years (as of this writing on 2020-08-25). Given that I do not need
8+
> this module for my own work, it is not a priority for me. I will continue
9+
> to review pull requests and issue releases as necessary, but to get the
10+
> "best" support possible:
11+
>
12+
> 1. Read through the module's source code to learn how to either resolve
13+
> your issue or to point out where the issue is.
14+
> 2. Open a Pull Request to fix the issue if you are able. If you're not able,
15+
> you should state _why_ in any issue you open.
16+
> 3. Provide a thorough replication of your problem if you are opening an issue
17+
> and not a Pull Request.
18+
>
19+
> If you rely on this module, it would be a great idea to start contributing
20+
> your own Pull Requests to resolve open issues or any issues you have
21+
> encountered. If I determine that you would be a good steward of the project,
22+
> I will invite you to take up full maintenance of it.
523
624
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
725

0 commit comments

Comments
 (0)