Skip to content

Simple tool for formatting LDAP filters in a readable manner.

Notifications You must be signed in to change notification settings

piellardj/ldap-filter-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDAP filter analyzer

This project is a simple tool for easily visualizing large LDAP filters. Hovering parts of the analyzed result highlights where they were extracted from.

See it live here.

Donate

Description

The input string is analyzed by a scannerless parser: it performs lexing and parsing at once. It uses a factory pattern for building nodes in memory as it scans the input.