SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols.
Questions tagged [sasl]
424 questions
0
votes
1 answer
How to communicate with HiveServer2 running NONE authentication
I'm trying to communicate with HiveServer2 via ruby TCPSocket. As per Thrift SASL spec, I send START message and then plain auth information.
Server returns COMPLETE status with an empty payload. It should return challenge as a payload but an empty…

KolobocK
- 103
- 5
0
votes
2 answers
why 'xml-not-well-formed'?
using sasl plain in xmpp
from server (sasl negotiation)
PLAIN DIGEST-MD5 SCRAM-SHA-1

user180574
- 5,681
- 13
- 53
- 94
0
votes
2 answers
Netbeans EXE not working when executed from Terminal - CentOs
I made Netbeans work environment with SASL. The sample codes get build and it also run properly from Netbeans. But when I try to run my exe from Terminal it is not working. The error says as below:
./cppapplication_1: error while loading shared…

2vision2
- 4,933
- 16
- 83
- 164
0
votes
1 answer
libetpan and Gmail SMTP (now with SASL)
I'm trying to use the libetpan library and the code below to send email through Google servers. However, when I run mailsmtp_auth it returns 16 (MAILSMTP_ERROR_AUTH_NOT_SUPPORTED). Any ideas why? I've got IMAP running great using the same library,…

Fmstrat
- 1,492
- 2
- 17
- 24
0
votes
1 answer
Erlang SASL AUTH PROTOCOL implementation
Many Systems are beginning to use this SASLAuthProtocol (see RFC4422) for authenticating Clients in RESTFUL interactions. Examples are: Couchbase Server 2.0, Memcached e.t.c. I wonder if there is an erlang complete implementation of this…

Muzaaya Joshua
- 7,736
- 3
- 47
- 86
0
votes
1 answer
Configuring SASL support in libmemcached
I'm trying to build libmemcached with SASL support on OS X Mountain Lion.
I have built memcached (1.4.15) with SASL support:
$ memcached -S -vv
Initialized SASL.
slab class 1: chunk size 96 perslab 10922
...
slab class…

John Keyes
- 5,479
- 1
- 29
- 48
0
votes
1 answer
Smack 3.2.2 SASL authentication DIGEST-MD5 failed: invalid-authzid
I have big problem. Every time when I'm trying to connect to any jabber server I have got "SASL authentication DIGEST-MD5 failed" notification. I dont have this error when I dont use JPasswordField, but using JTextField in IM is pointless. I have…

Ragnar
- 55
- 1
- 8
0
votes
1 answer
Subversion: Copy repository users from existing to new project (SASL Database)
Is it possible to copy the sasl (which contains username + pw) database from one repository to another?
The reason Im asking that is the following:
Everytime you create a new project in SVN it opens up a repository for it. So be it.
Unfortunately it…

Acron
- 1,378
- 3
- 20
- 32
0
votes
2 answers
Postfix dovecot SASL smtp auth
I configured my email server following the tutorial https://help.ubuntu.com/community/PostfixDovecotSASL
Now when I
telnet myserver.com 25
ehlo localhost
the output is
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN…

Gary Li
- 401
- 5
- 12
0
votes
1 answer
FB chat using SASL X-FACEBOOK_PLATFORM not working
I am developing a simple chat client for FB. I have progressed to a state where now i have the access_token of the user who had logged in to my chat with "xmpp_login" and "offline_access" scope. Am able to successfully connect to chat.facebook.com…

Karthik
- 315
- 1
- 4
- 17
0
votes
1 answer
Final issue w/LDAP authentication to Windows AD from Linux, Win7 Tortoise clients
I have successfully configured both PC-based TortoiseSVN and a test Linux-based Subversion server to perform LDAP-based user authentication back to a geniune Windows Server 2008 R2 ldap server. Took some doing, especially when it came to overcoming…

David W
- 10,062
- 34
- 60
-1
votes
1 answer
How to enable SASL mechanism in kafka locally
How to enable SASL mechanism with JAAS Authentication for kafka ? thus the consumer/producer have to provide username & password in order to be able to publish in the broker

Smaillns
- 2,540
- 1
- 28
- 40
-1
votes
1 answer
GNU SASL GSSAPI Example
I can't seem to find an example anywhere of how to use GNU's SASL with the gssapi mechanism. I've tried starting it up like this (just guessing how the thing works):
gsasl_init(&ctx);
gsasl_client_start(ctx, "GSSAPI", &session);
But…

David Mulder
- 7,595
- 11
- 45
- 61
-1
votes
2 answers
Hackers spamming my mail server
I've had a postfix(SASL) mail server running well for a long time with no problems. However recently I've installed vsftp to allow users to login and download files.
I created a linux user with a generic username/password which I thought didn't…

dan983
- 454
- 2
- 5
- 19
-1
votes
1 answer
OS X Mail is showing this warning.. Mail[378]: No worthy mechs found ... what is it
Note that the warning message in Syslog, isn't proceeded by any SASL warnings. Unless "Mail[378]" is exactly that.
Mail[378]: No worthy mechs found
I can't find any solution to this, and basically have no idea what it's referring to? So if anyone…

Harry McGovern
- 169
- 9