Re-add support for attribute ranges
This is an alternative implementation of #37 . It doesn't need additional configuration, but enables range retrieval automatic. It also add some testing. Fixes #32
This commit is contained in:
4
test/fixtures/ldapdb.yaml
vendored
4
test/fixtures/ldapdb.yaml
vendored
@ -2,6 +2,9 @@
|
||||
dc=example,dc=com:
|
||||
cn:
|
||||
- Top object
|
||||
cn=Unknown Flintstone,dc=example,dc=com:
|
||||
cn:
|
||||
- Unknown Flintstone
|
||||
cn=Fred Flintstone,dc=example,dc=com:
|
||||
cn:
|
||||
- Fred Flintstone
|
||||
@ -36,3 +39,4 @@ cn=All Users,dc=example,dc=com:
|
||||
member:
|
||||
- cn=Wilmas,dc=example,dc=com
|
||||
- cn=Fred Flintstone,dc=example,dc=com
|
||||
- cn=Unknown Flintstone,dc=example,dc=com
|
||||
|
Reference in New Issue
Block a user