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§
- Attribute
Type - an attribute type LDAP schema entry
- LDAP
Schema - an entire LDAP schema for an LDAP server
- LDAP
Schema Tag - a single tag in an LDAP schema entry
- LDAP
Schema TagDescriptor - describes an expected tag in an LDAP schema entry
- LDAP
Syntax - this describes an LDAP syntax schema entry
- Matching
Rule - a matching rule LDAP schema entry
- Matching
Rule Use - parse a matching rule use LDAP schema entry
- Object
Class - an LDAP schema objectclass entry
Enums§
- LDAP
Schema TagType - encodes the expected value type for a schema tag this allows code reuse in the parser
- LDAP
Schema TagValue - stores the parameter values that can appear behind a tag in an LDAP schema entry
- Object
Class Type - type of LDAP object class
Functions§
- attribute_
type_ parser - parser for attribute type LDAP schema entries
- ldap_
schema_ parser - this parses an LDAP schema entry described by its parameter
- ldap_
schema_ tag_ parser - this parses an LDAP schema tag described by its parameter
- ldap_
schema_ tag_ value_ parser - this parses the LDAP schema tag value that is described by its parameter
- ldap_
syntax_ parser - parse an LDAP syntax schema entry
- matching_
rule_ parser - parse a matching rule LDAP schema entry
- matching_
rule_ use_ parser - parse a matching rule use LDAP schema entry
- object_
class_ parser - parses an LDAP schema object class entry
- optional_
tag - this is used to extract an optional tag’s value from the result of ldap_schema_parser
- required_
tag - this is used to extract a required tag’s value from the result of ldap_schema_parser