mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 03:52:00 +00:00
Added information on accounts.url directive
This commit is contained in:
parent
0ac4801293
commit
ee9d28f20b
@ -73,6 +73,19 @@ these strings.
|
|||||||
Now add an 'accounts.file' directive to your tahoe.cfg file, as described in
|
Now add an 'accounts.file' directive to your tahoe.cfg file, as described in
|
||||||
the next sections.
|
the next sections.
|
||||||
|
|
||||||
|
accounts.url Directive
|
||||||
|
======================
|
||||||
|
|
||||||
|
The accounts.url directive should point to a secure, preferably
|
||||||
|
localhost-only service. This makes it harder for attackers to brute force
|
||||||
|
the password or use DNS poisoning to cause the Tahoe-LAFS gateway to talk
|
||||||
|
with the wrong server, thereby revealing the username and passwords.
|
||||||
|
|
||||||
|
Tahoe-LAFS will send the credentials, email address and password to the
|
||||||
|
URI specified in the accounts.url directive. If the credentials are correct,
|
||||||
|
the server will return a rootcap string. Otherwise, it returns the string
|
||||||
|
"0" which means bad username and/or password.
|
||||||
|
|
||||||
Configuring FTP Access
|
Configuring FTP Access
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user