SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols.
0
votes
0answers
7 views
Integrated LDAP SASL with krb5
We are using LDAP for storing our organization information. We integrated the same with our machine to authenticate the users. What we feel , LDAP is less secure for authentication mechanism. So we ...
0
votes
1answer
16 views
CRAM-MD5 Sasl mechanism implementation
I want to implement the use of the CRAM-MD5 sasl mechanism, i am taking a look at System.Security.Cryptography.HMACMD5 but don't know where to start. can any one help me , tutorials articles any thing ...
0
votes
1answer
32 views
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 ...
0
votes
0answers
29 views
What is the zookeeper version supports SASL Authentication [closed]
Does zookeeper 3.3.6 support SASL Authentication? If not what is the stable zookeeper version which supports SASL?
0
votes
0answers
24 views
“Cleartext” password with bindpw in nslcd.conf?
I want to know if there is a way to not put the password in clear nslcd.conf file? A hash or so I've heard of a method with SASL but I do not know how it works.
Thank you in advance
-1
votes
0answers
24 views
generic SASL LOGIN failure [closed]
few years ago I've set up my server using this guide:
http://flurdy.com/docs/postfix/
at that time machine was running ubuntu 8.04 LTS, recently I've updated machine to 12.04 LTS but can't force SASL ...
0
votes
1answer
17 views
SASL create user failure
I am trying to add new user to SASL db with:
saslpasswd2 -a memcached -c <new_user>.
Once I repeat password I get following error:
saslpasswd2: generic failure
I was not able to find any ...
-1
votes
1answer
136 views
Postfix: SASL authentication failure: no secret in database [closed]
I have a VPS with Plesk Panel on Ubuntu server 10.04, so there is **postfix** and **courier-imap**. Everything was set up and working perfectly. Only change I made to the mail configuration was to ...
1
vote
1answer
139 views
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 ...
0
votes
0answers
32 views
SASL implementation in Roundcube
I am using Roundcube email client opensource for my email. The client can communicate my server through SASL. Now I want to implement SASL in Roundcube and also add a new SASL mechanism(like Login, ...
0
votes
0answers
89 views
Confidentiality protection to work with Active Directory LDAP server with SASL GSSAPI mechanism over Kerberos
I've implemented 'Client Side of Authentication Protocol Exchange' as described in
http://tools.ietf.org/html/rfc4752#section-3.1
ldap_sasl_bind_s(GSSAPI) - What should be provided in the ...
0
votes
0answers
238 views
ldap_sasl_bind - Unknown authentication method
I am trying to bind to our LDAP server using ldap_sasl_bind and the GSSAPI mech. I am running IIS on Windows Server 2008R2. Our AD/LDAP server is Server 2003.
My setup is:
Web Server: Windows ...
0
votes
0answers
53 views
Different AccessControlContexts when executing JMX operations
I have a custom InvocationHandler/MBeanServerForwarder class set on my JMX server so I can grant permissions to specific methods based on the authenticated user.
When an operation is invoked in ...
0
votes
2answers
125 views
why 'xml-not-well-formed'?
using sasl plain in xmpp
from server (sasl negotiation)
<stream:features><mechanisms ...
1
vote
1answer
186 views
Connecting to LDAP (Active Directory) with NTLM security protocol
Currently, I'm using user and password as the connection credentials to ldap (in order to authenticate user of AD).
For authentication here I had created an initial context (for Active Directory) by ...
-2
votes
1answer
67 views
postfix allows sending mail altough noanonymous has been set [closed]
I have the problem that my postfix server currently accepts authenticated and non-authenticated users to send mail. Although I activated the smtpd sasl in my postfix configuration:
...
0
votes
0answers
49 views
.so file not working with Axis C++ code added
I tried calling a web service using Axis C++ from a .c file of cyrus sasl package ( a modified mechanism, I added a piece of code to call a webservice in plain.c ). I added the .c stub files generated ...
0
votes
0answers
47 views
sasl,gen_event, rb module, log_mf_h, error_logger_mf_h
I want to use rb module to debug module with supervisor behavior because it restart worker for unknown reason.
The following comes from SASL reference book:
Error Logger Event Handlers
The ...
0
votes
1answer
207 views
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
...
0
votes
2answers
85 views
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:
...
0
votes
0answers
74 views
Android - Add Sasl Authentication with k9mail
I am developing an android email client application with sasl
authentication. For this I am using k9-mail email client open source.
Now I want to add sasl authentication with this k9-mail.
Is it ...
0
votes
0answers
57 views
Verify Email authentication from K9 Android Client using SASL
From my k9 android client I need to verify Username and Password from MY MAIL SERVER. I need to implement the above using SASL. my target platform is CENTOS 6.3. How to proceed further? Any documents ...
0
votes
0answers
55 views
SASL - to verify username and password
How to get the user name and password is valid or not using SASL layer?
I have downloaded Cyrus-SASL and made a development environment, and I wrote a sample program by calling few APIs of SASL and ...
0
votes
0answers
24 views
How to Build SASL in CentOS
How to build SASL in Centos and how to compile a basic program sample-client.c in CentOs?
0
votes
1answer
156 views
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 ...
0
votes
0answers
104 views
XMPP SASL server not responding
I trying to understand xmpp-protocol. At first i create an "stream" by using this code:
socket = new Socket("xmpp.jp",5222);
InputStream io = socket.getInputStream();
OutputStream out = ...
0
votes
0answers
158 views
Why Subversion authenticating with SASL fails?
So far my subversion server is working well with built-in authentication. Now I am trying
to use SASL authentication to avoid plain text password issue.
I follow configuration manual but did not get ...
0
votes
1answer
109 views
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 ...
0
votes
0answers
153 views
Using git-svn over svn + SASL with encryption
Is it possible to launch git-svn over svn + SASL with encryption?
I've got an error can't establish connection.
C:\a\trunk>git svn clone svn://url/trunk
Initialized empty Git repository in ...
0
votes
1answer
295 views
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 ...
0
votes
0answers
40 views
is it possible to implement custom authentication mechanism for openldap?
I need to read username-password information from a database and create ldap users. I looked for which authentication and hashing mechanism is used in database, to configure the same authentication in ...
1
vote
1answer
1k views
Error connecting to Active Directory via LDAP using DIGEST-MD5 auth
I have a problem connecting to Active Directory (Windows Server 2008 R2) via LDAP using SASL DIGEST-MD5 authentication mechanism. I get next error:
The authentication failed - [LDAP: error code 49 - ...
1
vote
1answer
1k views
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;
...
3
votes
1answer
49 views
Security Layer Byte Precision?
In the XMPP RFC, there are two MUST directives stating that the XML used for STARTTLS and SASL must not include any whitespace, for the sake of something that the spec states as "security layer byte ...
0
votes
0answers
67 views
Has anyone figured out how to compile SASL on MinGW?
I've found that Cyrus SASL doesnt support MinGW directly. It does support Visual Studio meaning that it should include windows support. Make produces the following error:
../config.h:486:21: fatal ...
1
vote
0answers
188 views
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 ...
1
vote
1answer
469 views
TortoiseSVN Can't Authenticate
After my previous problem, TortoiseSVN Can't Connect was resolved, I ran into a new problem.
On the linux server hosting my svn repository, in the repository's directory, there is a conf/svnserve.conf ...
1
vote
0answers
147 views
pyxmpp user registration: plain text authentication on SASL fail?
When using pyxmpp is the jabber user registered (for example in plain text) when the SASLAuthenticationFailed exception raises?
My colleague left me a code in which he logs "registration sucessful" ...
0
votes
1answer
181 views
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 ...
0
votes
1answer
426 views
exclude localhost from postfix sasl, tls
due to pci dss check i am trying to allow only secure connections to postfix and exclude sslv2. I've added the following lines to main.cf
smtpd_tls_mandatory_protocols = SSLv3, TLSv1
...
0
votes
1answer
348 views
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, ...
1
vote
1answer
692 views
How to force SASL on all Zookeeper connections
I have a recent zookeeper build (version=3.4.3-1240972, built on 02/06/2012 10:48 GMT), and am having trouble forcing SASL to be used on all client connections.
Using the local conf/ directory of the ...
4
votes
3answers
2k views
Security & Authentication: SSL vs SASL
My understanding is that SSL combines an encryption algorithm (like AES, DES, etc.) with a key exchange method (like Diffier-Hellman) to provide secure encryption and identification services between ...
1
vote
0answers
222 views
Python DIGEST-MD5 SASL failures
Implementing Digest-MD5 in Python. Trying to get a basic idea of how it works, so I knocked up some quick code to take a look. It seems to work and seems to be aligned with the RFC but I always just ...
-1
votes
2answers
670 views
Postfix dovecot SASL smtp auth [closed]
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 ...
1
vote
1answer
376 views
What is the difference between SASL and SASL PLAIN in Smack?
I'm working with something about IM. It involves XMPP.
I develop a app on Android, so I used aSmack.
I want to log in google talk, and here (linked below)
...
33
votes
2answers
914 views
Secure this invaluable documentation on using C/C++ with GSSAPI and SASL
I have been working on using GSSAPI in c/c++ applications, for some time now.
Obviously I had to google and research a lot.
One of the most interesting documentation I discovered was on Sun's old ...
1
vote
1answer
397 views
Does *anyone* have Windows SVNServe authenticating to AD/Kerberos via SASL/GSSAPI?
Scenario: Windows server in a AD domain hosting a Subversion repository using SVNSERVE only (no Apache), and not VisualSVN.
Objective: Authenticate users to the Subversion repository via SASL through ...
1
vote
0answers
173 views
Need to determine proper SPN for svn/svnserve authentication via GSSAPI to Win 2008 AD
I am setting up a Windows-based Subversion setup via SVNSERVE under which users authenticate to Active Directory via SASL and the GSSAPI. I know that some providers offer pre-packaged installations of ...
0
votes
1answer
539 views
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 ...
