SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols.
Questions tagged [sasl]
424 questions
1
vote
1 answer
Connecting using shared access policy and key to IoT Hub using AMQP lite
Following the samples on the AMQP lite github page, I have successfully connected using SASL ANONYMOUS then token on $cbs endpoint. (https://github.com/Azure/amqpnetlite/blob/master/docs/articles/service_to_iothub.md)
Generating SAS tokens on every…

George Onofrei
- 155
- 7
1
vote
1 answer
"authentication methods aren't supported by server" on Android devices
I have this error "authentication methods aren't supported by server" when i try to configure SMTP in an android device. In ios it works perfectly using MD5 Challenge.
I tried to enable CRAM-MD5, DIGEST and LOGIN but it still gives me that error.…

Prescol
- 615
- 5
- 12
1
vote
0 answers
ldap_bind: Invalid credentials (49) when configuring Pass-Trough authentication with SASL in OpenLDAP with AD
I'm using ubuntu 14.04 and OpenLDAP-2.4.40. I have synchronized Active Directory users in OpenLDAP using http://lsc-project.org/wiki/documentation/start utility.
Now I want to do the authentications on the OpenLDAP part and will use the AD password…

Sandeep Joshi
- 61
- 1
- 7
1
vote
0 answers
Configuring GSSAPI and Cyrus SASL
I've been trying to configure GSSAPI and Cyrus SASL, following this guide.
It seems pretty straightforward, except for the very first step, "1. Compile the Cyrus-SASL distribution with the GSSAPI plugin for your favorite GSS-API mechanism."
I can't…

Garretonzo
- 11
- 2
1
vote
1 answer
Postfix virtual mailbox with authentication setup allows sending mails from unauthenticated users
I have a problem with my postfix setup that it allows unauthenticated and non-existing users to send mail. Postfix is configured to use virtual mailboxes.
This is what happens:
telnet hostname.com 25
Connected to hostname.com.
Escape character is…

Stuka
- 37
- 1
- 5
1
vote
0 answers
EJB invocations from a remote client using JNDI?
I wrote a war application deployed on wildfly 9.0.2 final based on "EJB invocations from a remote client using JNDI" example on jboss documentation.
The app connects to a remote EJB inside war deployment on wildfly 10.
I am getting this exception…

kayvan jam
- 92
- 8
1
vote
0 answers
Authentication problems with Smack SASLPlainMechanism class implementations
Am trying to authenticate my XMPP Smack connection when trying to connect to FCM CCS. I have two different ways of authentication that I am trying to use. Both ways throw exceptions.I feel like I just need a hint here to move in the right way.…

i_o
- 777
- 9
- 25
1
vote
0 answers
Should one encrypt a DTP communication when HDFS is already encrypted?
Is encrypting a Hadoop Data Transfer Protocol (DTP) communication (which is an in-transit encryption) redundant with HDFS Transparent Encryption (which is considered an at-rest encryption) when the latest is already configured on the cluster?
In…

kamino
- 395
- 2
- 11
1
vote
1 answer
Getting Non SASL Authentication issue using XMPP
I am implementing a chat application for which I have an Openfire Support as the backend and using Asmack version 8-0.8.9 to implement it. However I am facing an issue of Non SASL Authentication during login and I get "No Response from Server" in…

Tushar Gogna
- 4,963
- 6
- 31
- 42
1
vote
0 answers
Ubuntu postfix SMTP server not connecting from java code
I have configured postfix smtp with SASL on a ubuntu server. I am able to send mail from command line on server (command is echo "Mail Body" | mail -s "some subject" to_email_id@mailprovider.com) but not able to send mails from java code. here are…

Anurag Verma
- 11
- 1
1
vote
0 answers
535 5.7.8 Error: authentication failed: authentication failure
Having a problem setting up authentication with smtp on my mail server using postfix. I have set up a test user inside of sasl_passwd file with info test:testpass. The same result is obtain when running AUTH LOGIN also.
220 rossiscloud.co.uk ESMTP…

Ross McQuillan
- 75
- 2
- 11
1
vote
1 answer
XMPP rspauth token should contain what in a DIGEST-MD5 auth?
Background: I'm fiddling with a XMPP server that doesn't work.
So the documentation on this particular response token called rspauth is not very well documented anywhere really. Some appear to just skip it and go for a static string looking like…

Torxed
- 22,866
- 14
- 82
- 131
1
vote
1 answer
Javamail IMAP OAUTH2/SASL Exception
I am currently working on a IMAP Messenger, I am trying to get the users google username and authorization token from the built in account manager, and keep getting errors based around SASL as my store tries to connect.
Here is my current…

Phillip Stanley
- 29
- 7
1
vote
1 answer
Windows Server 2012 Digest MD5 Authentication setup for Active Directory
May I ask how do I set up an Authentication for Digest MD5 on my Windows Server 2012 active directory to allow the client to authenticate to the server. Here is the code I am using to establish the connection from the client to the server.
Hashtable…

Derwin FeelsTired
- 11
- 3
1
vote
1 answer
Implementations of SASL: Cyrus SASL vs Gnu SASL vs Dovecot SASL?
I am trying to understand the main differences between those implementations of SASL. Actually I have to admit that I am very far away from understanding the internal structure so if you have further references besides the respective specifications…

varantir
- 6,624
- 6
- 36
- 57