Module Ldap_dnparser

module Ldap_dnparser: sig .. end

type token = 
| Equals
| Plus
| Comma
| End_of_input
| AttributeType of string
| Oid of string
| String of string
| StringWithPair of string
| HexString of string
| QuoteString of string
val dn : (Stdlib.Lexing.lexbuf -> token) ->
Stdlib.Lexing.lexbuf -> Ldap_types.dn