소스 검색

fix: Use internal_hashed everywhere. (#8485)

j8
bgrozev 4 년 전
부모
커밋
a9bb8e5e81
No account linked to committer's email address

+ 1
- 1
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example 파일 보기

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

+ 1
- 1
doc/example-config-files/multidomain/prosody.cfg.multidomain.example 파일 보기

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

+ 1
- 1
doc/example-config-files/prosody.cfg.lua.example 파일 보기

@@ -139,7 +139,6 @@ pidfile = "/var/run/prosody/prosody.pid"
139 139
 -- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
140 140
 -- for information about using the hashed backend.
141 141
 
142 142
 authentication = "internal_hashed"
143 143
 
144 144
 -- Select the storage backend to use. By default Prosody uses flat files
@@ -187,7 +186,7 @@ VirtualHost "auth.jitsi.example.com"
187 186
         key = "/var/lib/prosody/auth.jitsi.example.com.key";
188 187
         certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
189 188
     }
190
-    authentication = "internal_plain"
189
+    authentication = "internal_hashed"
191 190
 
192 191
 ------ Components ------
193 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 파일 보기

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

Loading…
취소
저장