diff --git a/docs/frontends/FTP-and-SFTP.rst b/docs/frontends/FTP-and-SFTP.rst index ed52e7456..18917a2d4 100644 --- a/docs/frontends/FTP-and-SFTP.rst +++ b/docs/frontends/FTP-and-SFTP.rst @@ -76,15 +76,28 @@ 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. +The accounts.url directive allows access requests to be controlled by an +HTTP-based login service, useful for centralized deployments. This was +used by AllMyData to provide web-based file access, where the service +used a simple PHP script and database lookups to map an account email +address and password into a tahoe rootcap. The service will receive a +multipart/form-data POST, just like one created with a