From f4caa882e5953b65a346e123210f2892aa6d67af Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 9 Sep 2019 16:33:29 +0100 Subject: update sample config --- docs/sample_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 93c0edd8ce..2723143e77 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1141,6 +1141,13 @@ signing_key_path: "CONFDIR/SERVERNAME.signing.key" # # The default is 5 minutes. # # # # saml_session_lifetime: 5m +# # +# # # The ID of the attestation that will be used for the localpart of the user's Matrix ID +# # # Deafault: 'uid' +# # username_attestation: "uid" +# # +# # # The ID of the attestation that will be used for the user's display name. Default: 'displayName' +# # displayname_attestation: "displayName" -- cgit 1.5.1