-
- Downloads
Integration of DN code with schema support
DN/RDN/RDNAssertion now require a schema parameter that is used for correct parsing and comparing. DN and RDN objects are now longer hashable (this may change later). Hex-formatted assertion values in DN strings are still not supported.
Showing
- examples/passwd.py 3 additions, 3 deletionsexamples/passwd.py
- ldapserver/dn.py 133 additions, 85 deletionsldapserver/dn.py
- ldapserver/objects.py 25 additions, 12 deletionsldapserver/objects.py
- ldapserver/schema/syntaxes.py 3 additions, 3 deletionsldapserver/schema/syntaxes.py
- tests/test_dn.py 19 additions, 12 deletionstests/test_dn.py
- tests/test_objects.py 9 additions, 9 deletionstests/test_objects.py
- tests/test_schema_syntaxes.py 61 additions, 59 deletionstests/test_schema_syntaxes.py
Loading