imbamike666 / psi-dev

Automatically exported from code.google.com/p/psi-dev
0 stars 0 forks source link

s.c.r.a.m. authentication #494

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please add SCRAM auth support:

http://tools.ietf.org/rfc/rfc5802.txt

Many Prosody servers offer this enhanced login mechanism.

Original issue reported on code.google.com by anna.mur...@yopmail.com on 5 Mar 2012 at 5:37

GoogleCodeExporter commented 8 years ago
modify account
connection
allow plaintext authentication: never

Server Error
There was an error communicating with the server.
Details: Authentication error: No appropriate mechanism
available for given security settings (e.g. SASL library too
weak, or plaintext authentication not enabled)
Offered mechanisms: SCRAM-SHA-1, PLAIN

Original comment by anna.mur...@yopmail.com on 5 Mar 2012 at 5:49

GoogleCodeExporter commented 8 years ago
http://prosody.im/doc/plain_or_hashed#authenticating

Original comment by anna.mur...@yopmail.com on 5 Mar 2012 at 6:19

GoogleCodeExporter commented 8 years ago
IMPORTANT!!!
Before you create a new task in the bug tracker we strongly recommend you to 
first discuss it in psi-dev@conference.jabber.ru and/or in Psi+ Forum.

Original comment by vladimir.shelukhin on 7 Mar 2012 at 7:24

GoogleCodeExporter commented 8 years ago
 RFC 6120
13.8.  Mandatory-to-Implement TLS and SASL Technologies
...
13.8.1.  For Authentication Only
For authentication only, servers and clients MUST support the SASL Salted 
Challenge Response Authentication Mechanism [SCRAM] -- in particular, the 
SCRAM-SHA-1 and SCRAM-SHA-1-PLUS variants. 
...

Original comment by alextest...@gmail.com on 14 Jun 2012 at 10:26

GoogleCodeExporter commented 8 years ago
https://github.com/tfar/psi-soc2010/commits/sasl-scram

https://github.com/tfar/iris-gsoc2010/commits/sasl-scram

Original comment by rion4ik on 25 Jan 2013 at 7:18

GoogleCodeExporter commented 8 years ago

Original comment by rion4ik on 29 Aug 2013 at 6:37