# @ldapjs/controls

> LDAP control objects

Latest version **2.1.0** (published 2023-11-02) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @ldapjs/controls
pnpm add @ldapjs/controls
yarn add @ldapjs/controls
bun add @ldapjs/controls
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2023-11-02 |
| First published | 2022-03-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 64 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | James Sumners |
| Maintainers | melloc, jsumners, jgeurts, tonybrix |
| Keywords | ldapjs |

## Links

- npm: https://www.npmjs.com/package/@ldapjs/controls
- Repository: https://github.com/ldapjs/controls
- Homepage: https://github.com/ldapjs/controls#readme
- Issues: https://github.com/ldapjs/controls/issues
- npm.io page: https://npm.io/package/@ldapjs/controls

## Dependencies (2)

- [@ldapjs/asn1](https://npm.io/package/@ldapjs/asn1.md) ^1.2.0
- [@ldapjs/protocol](https://npm.io/package/@ldapjs/protocol.md) ^1.2.1

## Recent versions

- 2.1.0 (latest) — 2023-11-02
- 2.0.0 (rc) — 2023-02-22
- 1.0.0-rc.5 (next) — 2022-03-28
- 2.0.0-rc.2 — 2023-02-21
- 2.0.0-rc.1 — 2023-02-21
- 1.1.0-rc.1 — 2023-02-19
- 1.0.0 — 2022-06-05
- 1.0.0-rc.6 — 2022-06-05
- 1.0.0-rc.4 — 2022-03-28
- 1.0.0-rc.3 — 2022-03-28
- 1.0.0-rc.2 — 2022-03-28
- 1.0.0-rc.1 — 2022-03-27

## README

# @ldapjs/controls

This package provides implementations of [LDAP controls][controls]. The
primary purpose of this library is to facilitate client and server
implementations in the [`ldapjs`](https://npm.im/ldapjs) package.

## Docs

At this time, one must reference the code to learn about the available
controls and their methods.

[controls]: https://datatracker.ietf.org/doc/html/rfc4511#section-4.1.11

---
_Source: https://npm.io/package/@ldapjs/controls · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
