tapmodo / node-ldif

Nodejs LDIF (LDAP Data Interchange Format) parser based on RFC2849
9 stars 7 forks source link

Add the complet rule for the distinguishedName as is defined in RFC 2849 #7

Closed cosminghitea closed 6 years ago

cosminghitea commented 6 years ago

Here is some modification for the ldif.pegjs to fully understand and allow a empty space distinguishedName.

cosminghitea commented 6 years ago

I changed the library a bit again to accept the special language characters I also added additional tests for that.