Sfoglia il codice sorgente

fix: Use internal_hashed everywhere. (#8485)

master
bgrozev 4 anni fa
parent
commit
a9bb8e5e81
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Vedi File

74
     muc_room_default_public_jids = true
74
     muc_room_default_public_jids = true
75
 
75
 
76
 VirtualHost "auth.jitmeet.example.com"
76
 VirtualHost "auth.jitmeet.example.com"
77
-    authentication = "internal_plain"
77
+    authentication = "internal_hashed"
78
 
78
 
79
 -- Proxy to jicofo's user JID, so that it doesn't have to register as a component.
79
 -- Proxy to jicofo's user JID, so that it doesn't have to register as a component.
80
 Component "focus.jitmeet.example.com" "client_proxy"
80
 Component "focus.jitmeet.example.com" "client_proxy"

+ 1
- 1
doc/example-config-files/multidomain/prosody.cfg.multidomain.example Vedi File

142
 -- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
142
 -- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
143
 -- for information about using the hashed backend.
143
 -- for information about using the hashed backend.
144
 
144
 
145
 authentication = "internal_hashed"
145
 authentication = "internal_hashed"
146
 
146
 
147
 -- Select the storage backend to use. By default Prosody uses flat files
147
 -- Select the storage backend to use. By default Prosody uses flat files
190
         key = "/var/lib/prosody/auth.jitsi.example.com.key";
189
         key = "/var/lib/prosody/auth.jitsi.example.com.key";
191
         certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
190
         certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
192
     }
191
     }
193
-    authentication = "internal_plain"
192
+    authentication = "internal_hashed"
194
 
193
 
195
 ------ Components ------
194
 ------ Components ------
196
 -- You can specify components to add hosts that provide special services,
195
 -- You can specify components to add hosts that provide special services,

+ 1
- 1
doc/example-config-files/prosody.cfg.lua.example Vedi File

139
 -- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
139
 -- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
140
 -- for information about using the hashed backend.
140
 -- for information about using the hashed backend.
141
 
141
 
142
 authentication = "internal_hashed"
142
 authentication = "internal_hashed"
143
 
143
 
144
 -- Select the storage backend to use. By default Prosody uses flat files
144
 -- Select the storage backend to use. By default Prosody uses flat files
187
         key = "/var/lib/prosody/auth.jitsi.example.com.key";
186
         key = "/var/lib/prosody/auth.jitsi.example.com.key";
188
         certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
187
         certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
189
     }
188
     }
190
-    authentication = "internal_plain"
189
+    authentication = "internal_hashed"
191
 
190
 
192
 ------ Components ------
191
 ------ Components ------
193
 -- You can specify components to add hosts that provide special services,
192
 -- You can specify components to add hosts that provide special services,

+ 2
- 2
doc/example-config-files/scalable/meet.example.com.cfg.lua.scalable.example Vedi File

67
         key = "/etc/prosody/certs/auth.meet.example.com.key";
67
         key = "/etc/prosody/certs/auth.meet.example.com.key";
68
         certificate = "/etc/prosody/certs/auth.meet.example.com.crt";
68
         certificate = "/etc/prosody/certs/auth.meet.example.com.crt";
69
     }
69
     }
70
-    authentication = "internal_plain"
70
+    authentication = "internal_hashed"
71
 
71
 
72
 Component "focus.meet.example.com"
72
 Component "focus.meet.example.com"
73
     component_secret = "jicofo_secret_test"
73
     component_secret = "jicofo_secret_test"
83
     modules_enabled = {
83
     modules_enabled = {
84
         "ping";
84
         "ping";
85
     }
85
     }
86
-    authentication = "internal_plain"
86
+    authentication = "internal_hashed"
87
     c2s_require_encryption = false
87
     c2s_require_encryption = false

Loading…
Annulla
Salva