This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
pgls/test/fixtures/ldapdb.yaml
Lars Kanis 81473fb2b4 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
2022-12-01 15:27:40 +01:00

43 lines
837 B
YAML

---
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
mail:
- fred@bedrock.org
- fred.flintstone@bedrock.org
sn:
- Flintstone
sAMAccountName:
- Fred
cn=Wilma Flintstone,dc=example,dc=com:
cn:
- Wilma Flintstone
mail:
- wilma@bedrock.org
sAMAccountName:
- Wilma
cn=Flintstones,dc=example,dc=com:
cn:
- Flintstones
member:
- cn=Fred Flintstone,dc=example,dc=com
- cn=Wilma Flintstone,dc=example,dc=com
cn=Wilmas,dc=example,dc=com:
cn:
- Wilmas
member:
- cn=Wilma Flintstone,dc=example,dc=com
cn=All Users,dc=example,dc=com:
cn:
- All Users
member:
- cn=Wilmas,dc=example,dc=com
- cn=Fred Flintstone,dc=example,dc=com
- cn=Unknown Flintstone,dc=example,dc=com