Skip to content

Commit

Permalink
Directory: document HS exclusion config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Dor committed Nov 22, 2017
1 parent aaa742f commit e2b3920
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/features/directory-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [LDAP](#ldap)
- [SQL](#sql)
- [REST](#rest)
- [Next steps](#next-steps)

## Description
This feature allows you to search for existing and/or potential users that are already present in your Identity backend
Expand Down Expand Up @@ -165,3 +166,11 @@ For each query, `type` can be used to tell mxisd how to process the ID column:

#### REST
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
```

0 comments on commit e2b3920

Please sign in to comment.