Browse Source

disabled scram as possibly not compatible with stun/turn auth

dominik 3 years ago
parent
commit
57343f072b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      data/conf.d/31-auth.yml

+ 4 - 2
data/conf.d/31-auth.yml

@@ -1,8 +1,10 @@
 auth_method:
   - internal
 #  - ldap
-auth_password_format: scram
-auth_scram_hash: sha512
+# disabled scram as possibly not compatible with stun/turn auth
+#auth_password_format: scram
+auth_password_format: plain
+#auth_scram_hash: sha512
 
 disable_sasl_mechanisms:
   - "digest-md5"