Directory: document HS exclusion config option
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
- [LDAP](#ldap)
|
- [LDAP](#ldap)
|
||||||
- [SQL](#sql)
|
- [SQL](#sql)
|
||||||
- [REST](#rest)
|
- [REST](#rest)
|
||||||
|
- [Next steps](#next-steps)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
This feature allows you to search for existing and/or potential users that are already present in your Identity backend
|
This feature allows you to search for existing and/or potential users that are already present in your Identity backend
|
||||||
@@ -165,3 +166,11 @@ For each query, `type` can be used to tell mxisd how to process the ID column:
|
|||||||
|
|
||||||
#### REST
|
#### REST
|
||||||
See the [dedicated document](../backends/rest.md)
|
See the [dedicated document](../backends/rest.md)
|
||||||
|
|
||||||
|
## Next steps
|
||||||
|
### Homeserver results
|
||||||
|
You can configure if the Homeserver should be queried at all when doing a directory search.
|
||||||
|
To disable Homeserver results, set the following in mxisd config file:
|
||||||
|
```
|
||||||
|
directory.exclude.homeserever: true
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user