On 12-01-11 02:02 PM, Jimmy Tang wrote: > Hi All > > I was looking through the docs in relation to the sftp/ftp frontend > and it mentions an option for an accounts url > > [sftpd] > enabled = true > port = tcp:8022:interface=127.0.0.1 > host_pubkey_file = private/ssh_host_rsa_key.pub > host_privkey_file = private/ssh_host_rsa_key > accounts.url = https://example.com/login > > Is there any further documentation on what is returned or expected > from the accounts.url? What is send to the URL and how? I didn't seem > to find this in the documentation. > > Thanks, > Jimmy >
I've never used the "accounts.url" alternative. I would assume that "login" contains the same sort of password lines (username, password, cap) as specified for the "ftp.accounts" file. By the way, the username and password values here do not correspond to any existing login credentials. They're created just for sftpd. Maybe that's obvious. _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
