TypeScript implementations of the BNF schemas defined by RFC4512
- TypeScript 100%
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
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.