Module ldap_types::schema
source · [−]Expand description
Contains all the code related to representing and parsing LDAP schemas
LDAP Schema is defined in RFC2252 https://www.rfc-editor.org/rfc/rfc2252.txt
Structs
an attribute type LDAP schema entry
an entire LDAP schema for an LDAP server
a single tag in an LDAP schema entry
describes an expected tag in an LDAP schema entry
this describes an LDAP syntax schema entry
a matching rule LDAP schema entry
parse a matching rule use LDAP schema entry
an LDAP schema objectclass entry
Enums
encodes the expected value type for a schema tag this allows code reuse in the parser
stores the parameter values that can appear behind a tag in an LDAP schema entry
type of LDAP object class
Functions
parser for attribute type LDAP schema entries
this parses an LDAP schema entry described by its parameter
this parses an LDAP schema tag described by its parameter
this parses the LDAP schema tag value that is described by its parameter
parse an LDAP syntax schema entry
parse a matching rule LDAP schema entry
parse a matching rule use LDAP schema entry
parses an LDAP schema object class entry
this is used to extract an optional tag’s value from the result of ldap_schema_parser
this is used to extract a required tag’s value from the result of ldap_schema_parser