-
- Downloads
Refactored Schema interface, added OID canonicalization
Matching rules objectIdentifierMatch and objectIdentifierFirstComponentMatch now behave correctly when comparing a numeric OID and the corresponding short descriptive name or two different short descriptive name belonging to the same OID.
Showing
- ldapserver/objects.py 124 additions, 84 deletionsldapserver/objects.py
- ldapserver/schema/__init__.py 4 additions, 4 deletionsldapserver/schema/__init__.py
- ldapserver/schema/rfc2252/syntaxes.py 2 additions, 2 deletionsldapserver/schema/rfc2252/syntaxes.py
- ldapserver/schema/rfc4517/matching_rules.py 24 additions, 15 deletionsldapserver/schema/rfc4517/matching_rules.py
- ldapserver/schema/rfc4517/syntaxes.py 20 additions, 20 deletionsldapserver/schema/rfc4517/syntaxes.py
- ldapserver/schema/types.py 163 additions, 82 deletionsldapserver/schema/types.py
Loading