TypeScript implementations of the BNF schemas defined by RFC4512
  • TypeScript 100%
Find a file
2026-05-13 12:08:00 +01:00
src export common dfn types 2026-05-13 12:08:00 +01:00
.gitignore Initial commit 2026-05-12 04:51:22 +01:00
package-lock.json Initial commit 2026-05-12 04:51:22 +01:00
package.json Initial commit 2026-05-12 04:51:22 +01:00
README.md Initial commit 2026-05-12 04:51:22 +01:00
tsconfig.json Initial commit 2026-05-12 04:51:22 +01:00

ldap-schema-parser

TypeScript implementations of the BNF schemas defined by RFC4512

Usage

  • parseAttributeTypeDefinition(definition: string) - Parses an Attribute Type Definition and returns a structured object.
  • parseLDAPSyntaxDefinition(definition: string) - Parses an LDAP Syntax Definition and returns a structured object.
  • parseMatchingRuleDefinition(definition: string) - Parses a Matching Rule Definition and returns a structured object.
  • parseMatchingRuleUseDefinition(definition: string) - Parses a Matching Rule Use Definition and returns a structured object.
  • parseObjectClassDefinition(definition: string) - Parses an Object Class Definition and returns a structured object.