lldap/example_configs
amiga23 07523219d1
docs(dex): Fix group search
The userAttr needs to be the full DN, otherwise the search does not work:
```
❯ ldapsearch -x -H ldap://localhost:3890 -D "cn=admin,ou=people,dc=example,dc=com" -b "ou=groups,dc=example,dc=com" -W "member=bob"
Enter LDAP Password: 
# extended LDIF
#
# LDAPv3
# base <ou=groups,dc=example,dc=com> with scope subtree
# filter: member=bob
# requesting: ALL
#

# search result
search: 2
result: 53 Server is unwilling to perform
text: Unsupported group filter: while parsing a user ID: Missing DN value

# numResponses: 1
```
2023-03-18 00:07:40 +01:00
..
2022-10-16 16:10:47 +02:00
2023-03-18 00:07:40 +01:00
2022-07-08 11:01:02 +02:00
2022-10-07 21:19:55 +02:00
2022-11-22 12:13:27 +01:00
2022-06-07 15:27:47 +02:00
2022-04-29 09:37:46 +02:00
2022-06-21 23:13:37 +02:00
2022-06-11 14:06:56 +02:00
2023-01-22 09:49:00 +01:00
2022-11-10 11:06:29 +01:00