Questions tagged [sasl]

SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols.

424 questions
1
vote
1 answer

Is there a Ruby SASL client gem?

I'd like to authenticate users of a little web service against an existing Dovecot SASL service. Any gem that can do that?
mkaito
  • 1,005
  • 1
  • 10
  • 19
1
vote
1 answer

Installing cyrus-sasl installs saslauthd, but not the sysv init for CentOS 7

I've dug through all the cyrus-sasl distributions that seem like they would have the distrubution. Searching the net turns up that there is a cyrus-sasl-authd package, but it doesn't show up in a yum list on my machine. It seems like this should…
aikimcr
  • 332
  • 4
  • 14
1
vote
1 answer

dovecot-postfix-sasl-squirrelmail issue

I'm just setting this webserver up for fun and learning so if nobody knows what my problem is its ok. I did a search of stackoverflow/google already and didn't find any solution. I am able to log into the test user that I made in squirrel mail, but…
mike
  • 11
  • 1
1
vote
0 answers

Gajim SASL External client authentication

Ok , this is a little off . I have a XMPP sever that supports XEP-00178 (SASL-External)(namely : openfire) and I am using Gajim client to test it. Now I created a .p12 file(using openssl) for the registered user on the server with the common name…
amrx
  • 673
  • 1
  • 9
  • 23
1
vote
1 answer

Ejabberd SASL external authentication for client SSL Authentication using certificates

So is there a module that supports SASL EXTERNAL for client SSL authentication using certificates in ejabberd. My search so far has resulted in dead links and forum discussions and also this http://xmpp.org/extensions/xep-0178.html. Wondering did…
amrx
  • 673
  • 1
  • 9
  • 23
1
vote
1 answer

s3cmd pipe mongodb 3.0.2 SASL auth failed

Does anybody experience an issue with s3cmd and mongoimport after having upgraded to mongodb 3.0.2? I am receiving the SCRAM-SHA1 / SASL error but have no clue how I can fix this? The connection from and to s3 is still unaffected and working…
LJM JR
  • 43
  • 1
  • 7
1
vote
1 answer

In apache httpd configuration, what LDAP SASL mechanism is used during ldap authentication?

In apache, SVN repository is configured. During authentication, ldap (auth basic provider) is used. In apache httpd configuration, what LDAP SASL mechanism is used during ldap authentication?
1
vote
0 answers

Problems with JavaMail, GMail and OAUTH2 (not Android)

I'm having a problem connecting to GMail with JavaMail in a non-android environment. I'm being given an OAuth2 access token, which I believe to be correct. But when I try to use this access token to connect, I get an…
Brian Hurt
  • 11
  • 1
  • 2
1
vote
1 answer

WildFly 8.2 configure JMS Bridge for remote servers

I'm trying to configure a jmsbridge on wildfly 8.2 for connect two remote servers. The first server put messages in a local queue JMSBridgeSourceQ then the bridge move the messages to the other queue JMSBridgeTargetQ located on server2. I followed…
1
vote
0 answers

SASL Authentication Exception while connecting to openfire XMPP IOS

I'm working on a chat app where we need instant messaging with XMPP. While logging in to app, I'm able to authenticate user with OpenFire. But, in OpenFire logs, I see this org.jivesoftware.openfire.auth.AuthorizationManager -…
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
1
vote
1 answer

conflicts between cyrus sasl and openssl

When building cyrus sasl version 2.1.25 on windows with cl compiler following this guide: http://www.sendmail.org/~ca/email/cyrus2/windows.html whith openssl version is 0.9.6g. at this step: #nmake /f NTMakefile it fails with this…
mamayo
  • 67
  • 1
  • 7
1
vote
0 answers

SASL (severity 2): Password verification failed Memcached

I have PHP Memcached running I have binary turned on (both memcached process & php) I am using Memcached::setSaslAuthData Using Ubuntu 14.04 SASL is enabled I just continually get: mech: ``PLAIN'' with 46 bytes of data SASL (severity 2): Password…
1
vote
0 answers

How can I login to IMAP using SASL

I'm am coding an email app and I need to acccess gmail through SASL https://developers.google.com/gmail/xoauth2_protocol I am able to construct the SASL url and login using Mail::IMAPClient, but my whole backend is using Net::IMAP::Simple how can I…
user2348668
  • 768
  • 7
  • 19
1
vote
1 answer

SASL authentication failed Quickblox

I am you using quickblox and im tryna authenticate the chat.. with this code QBChatService.getInstance().loginWithUser(myapp.getQbUser(), MessageReader.this); and at the end i get this error why? SASL authentication failed any help around…
Elltz
  • 10,730
  • 4
  • 31
  • 59
1
vote
1 answer

Building libmemcached with SASL on Debian Wheezy

I'm trying to build libmemcached-1.0.18 on Debian Wheezy with libsasl2 in /usr/lib/x86_64-linux-gnu/libsasl2.so and memcached in /usr/bin/memcached. When I run ./configure --with-memcached-sasl --prefix=/opt/libmemcached I end up with the following…
Jacek
  • 464
  • 4
  • 9