Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Add missing referral tag code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Dec 17, 2022
1 parent 7ff4064 commit 58ae926
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ const operations = Object.freeze({
LDAP_RES_MODRDN: 0x6d,
LDAP_RES_COMPARE: 0x6f,
LDAP_RES_EXTENSION: 0x78,
LDAP_RES_INTERMEDIATE: 0x79
LDAP_RES_INTERMEDIATE: 0x79,

// This is really an operation. It's a specific
// sequence tag. But the referral situation is
// so specific it makes more sense to put it here.
LDAP_RES_REFERRAL: 0xa3
})

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldapjs/protocol",
"version": "1.2.0",
"version": "1.2.1",
"description": "Provides constants for LDAP ASN.1 tags and values.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 58ae926

Please sign in to comment.