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
Can't connect to my ejabberd server using Asmack
Getting these errors in logcat:
06-26 02:34:08.352: W/System.err(1261): java.security.KeyStoreException: java.security.NoSuchAlgorithmException: KeyStore jks implementation not found
06-26 02:34:08.352: W/System.err(1261): at…

Punit
- 667
- 1
- 7
- 17
1
vote
0 answers
postfix with sasl authentication not working
I have a smtp server with postfix with which i m able to send and receive mails.
The problem is when i m connecting from remote client i do not have to supply a valid password. I m able to send mail with any password.
I have tried everything but to…

Pradyut Bhattacharya
- 5,440
- 13
- 53
- 83
1
vote
0 answers
HRegionServer cannot communicate with HMaster
I have a 3-node Hadoop cluster (master and 2 slaves) with Hbase installed. Zookeeper and HMaster were installed on the Hadoop master node. After I started HBase Cluster by calling start-hbase.sh, the HMaster and the 2 HRegionServer processes were…

mickey_tx
- 445
- 1
- 7
- 9
1
vote
1 answer
Sendmail authentication failed [# in password]
When sendmail is configured with password that starts with the character #, authentication is failed. Sendmail throwed an error that "AUTH=client, available mechanisms do not fulfill requirements".
Is this is a known issue.?
Is that a restriction…
1
vote
2 answers
How to use ldap_sasl_bind in WinLDAP?
I currently use ldap_bind_s to bind to the server in my C application with SEC_WINNT_AUTH_IDENTITY struct, but the function is marked as deprecated. For this reason I would like to change it to the ldap_sasl_bind_s function.
int main(void) {
…

noirello
- 51
- 1
- 11
1
vote
1 answer
Java, LDAP with MySQL, and authenticating users
There's a few moving pieces to this one, so I'll go through things fairly slowly.
I have a java web app that has registered a few thousand users, and stored them in a MySQL DB. The passwords for each user has been hashed using SHA1, plus a bit of…

avjaz
- 41
- 4
1
vote
1 answer
sasl2 by macport lack of login/plain authentication mechanisms
I'm trying to use svn protocol to connect to our company's svn. It uses "LOGIN PLAIN" as authentication mechanism. I use macport to install subversion 1.8.3. However, it doesn't supports these two authentication mechanism. It reports "svn: E210007:…

Cong Ling
- 38
- 6
1
vote
0 answers
Building Remail source for IOS gives error
I want to build the remail app and i facing compilation issue when i run script file pull_dependencies, the openssl library compiles fine but the sasl library fails, following are the error messages from terminal :
digestmd5.c:1047: error:…

sandy Surname or Initialc
- 353
- 3
- 15
1
vote
2 answers
Error code 400 on generating OAuth 2 SASL string
I have generated the following SASL string FOR OAuth 2:
user=designadmin@mydesign.mygbiz.com^Aauth=Bearer
ya29.AHES6ZTtYOu0NR0vAYbrvKZNcHJPuZEpr4Hk3W3dXcXFQ88^A^A
Then i encoded it and sent the encoded string like this:
MSB AUTHENTICATE…

tryingToLearn
- 10,691
- 12
- 80
- 114
1
vote
0 answers
SASL authentication failed using mechanism DIGEST-MD5:
i m working on Facebook chat and the code is working fine till connecting to chat.facebook.
bt1.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
TAG = ed1.getText().toString();
…

Akhilesh Sk
- 451
- 4
- 18
1
vote
2 answers
Postfix - restricting port 25 to receive mails from mail servers only
I have configured my postfix so as users under my server shall send mails through port 587 and port 25 will only be used to receive mails from mail servers.
I am successful to the extent that on connecting to port 25 mails are not allowed outside…

Joshi
- 2,730
- 5
- 36
- 62
1
vote
1 answer
SASL-GSSAPI on windows fails during bind
I have tried below lined of code on RHEL it works so great. On Linux I just have to acquire the Kerberos ticket.
mport ldap
import ldap.sasl
conn=ldap.initialize('ldap://auto.test-auto.com',trace_level=2)
conn.set_option(ldap.OPT_PROTOCOL_VERSION,…

Susant
- 21
- 3
1
vote
1 answer
Connect to facebook chat using Jabber.net (C#/Mono) with SASL
I am trying to connect to facebook chat using Jabber.net(c#/Mono). The code I am using is this:
static ManualResetEvent done = new ManualResetEvent(false);
const bool VERBOSE = true;
const string TARGET =…

Sunkas
- 9,542
- 6
- 62
- 102
1
vote
0 answers
SVN Authentication for encrypted passwd or SASL-GSSAPI
We currently use the auth_ldap with apache for authentication and due to security compliance we have to change the auth for SVN.
The requirement is pretty simple. Users cannot save password unencrypted locally on clients. Ofcourse, the password can…

Prashanth Sundaram
- 161
- 3
1
vote
2 answers
Smack: Null returned for XMPPException.getXMPPError() and XMPPException.getStreamError() with wrong login username/password
I've searched everywhere, but I could not find an answer: when I try to log in on any XMPP server (my Openfire setup, talk.google.com, jabber.org) with invalid login username/password, the thrown XMPPException (message: SASL authentication PLAIN…

user1569978
- 11
- 3