Tagged Questions
The sasl tag has no wiki summary.
5
votes
3answers
671 views
ldap_sasl_bind_s(GSSAPI) - What should be provided in the credentials BERVAL structure
I'm trying to use the ldap_sasl_bind_s method from the Microsoft LDAP C SDK, with GSSAPI as the authentication mechanism. ldap_sasl_bind_s expects the credentials as a BERVAL structure, which is ...
5
votes
4answers
2k views
SVN + SASL + ActiveDirectory: How to
I'm trying to set up SVN to authenticate against an ActiveDirectory. I know this is possible if you set up SVN to be served using Apache, but doing so introduces too much overhead, and SVN runs too ...
4
votes
1answer
253 views
SASL library for .net
I am searching for a sasl library for .net.
So far I could only find: Sasl.Net but it looks dead and only implements plain and digest-md5.
Can anyone suggest a good library? Preferably an ...
3
votes
0answers
352 views
SVN authentication to Active Directory using SASL and OpenLDAP
I have been following all of the guides I found online to get a working svnserve + SASL + OpenLDAP configuration and I had everything working for about a day and then after playing with svn+ssh for a ...
3
votes
0answers
860 views
SASL (DIGEST-MD5) authentication error with SMACK [closed]
Possible Duplicate:
SASL Authentication failed while integrating facebook chat using Smack
I tries to compile this code and always it raises this exception
SASL authentication failed ...
3
votes
1answer
264 views
Influence of KRC and SASL on Haskell?
While learning Haskell I took a side road (so to speak) in researching the Kent Recursive Calculator and SASL functional languages. I was immediately struck by the similarities between them and ...
3
votes
3answers
362 views
Running the report browser (rb) for SASL error reports whilst in a remote shell
Folks we are now delploying a lot of Erlang instances and we are seeing bugs been thrown and would like to examine them...
Normally we connect to the running instance with a remote shell and get ...
3
votes
2answers
222 views
Erlang: What are strategies for dealing with huge SASL crash dumps?
When my app crashes, I get a crash report that takes 5 minutes to scroll by. What's the best way to handle this?
2
votes
2answers
332 views
Memcache connects but doesn't respond to any command
Setup:
Apache; PHP 5.2.9; libevent (for memcached it's required) version 1.3; memcached server version 1.2.2 (tried 1.4.5, 1.4.0, now downgraded to 1.2.2, no difference); memcached php pecl module ...
2
votes
1answer
155 views
SASL stores progress report despite {errlog_type, error}
With this config file:
[
{gmcontroller, [{config_file, "/mware/config/controller.config"}]},
%% SASL config
{sasl, [
{sasl_error_logger, false},
{errlog_type, error},
...
2
votes
2answers
607 views
What programs use GSS-API? Any decent sample programs?
I thought I wanted to use GSS-API, but now am not so sure, since I'm having a hard time finding good sample code for a trivial client/server pair. Sun has documentation including sample code, but ...
2
votes
2answers
2k views
XMPP SASL authentication on Ejabberd with PHP
I'm trying to authenticate with an XMPP server using SASL.
/**
* Send Authentication, SASL
* @return Bool
* @param $username String
* @param $password String
*/
function ...
2
votes
0answers
255 views
Java LDAP with SASL
I am using Java 1.2 with the Netscape ldapjdk.jar and trying to make an LDAP connection to one of our servers that needs SASL. I’m also relativity new to LDAP. I do know that java EE has built in ...
2
votes
5answers
2k views
SMTP with CRAM-MD5 in Java
I need to send email through an (external) SMTP server from Java however this server will only accept CRAM-MD5 authentication, which is not supported by JavaMail.
What would be a good way to get ...
1
vote
2answers
61 views
How to store passwords securely when using different authentication mechanisms
For a fun project I want to support the SASL Mechanisms for authentication, especially PLAIN and DIGEST-MD5.
My question is: how can I store the users' password securely if I need to support those ...
1
vote
1answer
148 views
How to generate an XOAUTH parameter using OAuth2.0 for use with Gmail IMAP protocol?
I have a user authorized to access their gmail through imap using OAuth2.0. I have the OAuth2.0 access token (and refresh token). But I am having trouble figuring out how to map that into an XOAUTH ...
1
vote
2answers
166 views
How do you deal with distracting shell tty output?
My application does cyclic error_logger reports.
These will be displayed on the Erlang shell which is quite a lot of output.
This makes typing into the shell quite a nuisance.
What is the usual ...
1
vote
1answer
166 views
1
vote
2answers
446 views
Is there SASL implementation that works on Android?
Android has no SASL by default. Curious, if there some 3rd party implementation that can be used on Android? Did some one try http://www.cryptix.org/?
1
vote
1answer
263 views
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 ...
1
vote
1answer
1k views
saslpasswd2: generic failure on Windows
I get a generic failure when I try to run:
saslpasswd2 username
This was installed by Collanet's Subversion 1.5.2.
0
votes
0answers
17 views
How can I check SVN server is running with SASL?
I'm running SVN with svnserve. This offers SASL security and I think I set this up. Anyway I need some verification about it to ensure my configuration. How can I check my SVN server is running with ...
0
votes
3answers
113 views
node.js DIGEST-MD5 calculation: calculate 16 octect MD5 hash
I'm trying to implement DIGEST-MD5 with node.js but it doesn't seem to work correctly.
Currently, I tried to implement it the following way:
function md5(str) {
var hash = ...
0
votes
0answers
56 views
Use Gmail SMTP server from GNU SASL
Can we send Email using libgsasl and Gamil as the SMTP server. As gmail uses the encrypted format for data sending. Is it possible to use gmail SMTP server from GNU SASL??
0
votes
0answers
511 views
SASL PLAIN authentication failed: no mechanism available
Before I begin. Keep in mind that this had been working flawlessly for months until this morning. Today? Poof. Decided it's not going to work anymore.
The punchline is I have a postfix install setup ...
0
votes
0answers
87 views
Secure login with jQuery and gsasl
Can it really be true that there's no code out there for jQuery that enables secure login through the methods implemented in gsasl?
I am thinking mainly about DIGEST-MD5 and SCRAM-SHA1.
0
votes
1answer
114 views
Custom SASL Authentication [closed]
How to implement at ejabberd server custom SASL authentication mechanism like facebook X-FACEBOOK-PLATFORM SASL authentication. I would like to authenticate the user with the sessionID received ...
0
votes
1answer
111 views
ApacheDS 1.5.7 - SASL Configuration
I currently try to setup an ApacheDS instance to test SASL mechanisms.
Anyone out there that managed to get SASL in ApacheDS to work?
I am looking for a working setup instruction for ApacheDS 1.5.7 ...
0
votes
2answers
185 views
In Erlang SASL Crash Report, what exactly is the meaning of the “messages:” field?
Is the messages field in a sasl crash report the current content of the messages mailbox i.e. the unrecieved messages?
Or is it the messages history, the last received messages?
If it shows the ...
0
votes
2answers
145 views
How to configure Postfix to accept connections from several hosts outside LAN? [closed]
I have Postfix 2.3 on Centos 5.5 server.
I followed this how to http://wiki.centos.org/HowTos/postfix_sasl to configure Postfix to accept only TLS connections and reject plain authentication.
It seems ...
0
votes
1answer
128 views
Error logger and sasl reports show double on shell - how to see only the formatted version
When I start my application with the shell I see all error_logger reports twice.
One version is formatted like with ~p and the there is the nicely formatted one:
{info_report,<0.48.0>,
...
0
votes
1answer
241 views
java sasl authentication with openldap server
Can anyone see any reason this code doesn't work when ldapwhoami -U portal -h yorktown -Y PLAIN -ZZ works just fine? Is there something I'm doing that isn't equivalent?
LDAPConnection connection = ...
0
votes
1answer
416 views
Connect to XMPP server using SASL ANONYMOUS in c#
I want to connect to an XMPP server using SASL ANONYMOUS.
I can use any library that is available for commercial use.
Any advice on how to do this and what library to use?
I've looked into the ...
0
votes
4answers
649 views
XMPP Handshake (DIGEST-MD5 SASL)
ive got ejabberd as my xmpp server and here is my php code:
$stripped = strip_tags($returnTwo); // remove the xml tags from the response stanza
$decoded = base64_decode($stripped); // decode the ...
0
votes
1answer
338 views
php_ldap over ssl difficulties
I am trying to bind to AD with php_ldap (using ADLdap), from a Ubuntu (hardy 8.04LTS) host.
Binding on port 389 is fine to ldap://myserver, but does not allow me to do things like set password, so I ...
0
votes
1answer
667 views
How to use the Java SASL API and CRAM-MD5
I'm currently playing with the Java SASL API and I wrote a little program to simulate a challenge response sequence using CRAM-MD5. However, I'm unsure about how to do this, as SaslClient and ...
0
votes
1answer
289 views
how to use ldap_sasl_bind_s() with SSL, DN, password (no client cert)
I have ldap_sasl_bind_s() working fine with SSL and client cert (without DN and password) from 'C' windows program.
When I call ldap_sasl_bind_s() using SSL, DN and password (no client cert) it throws ...
0
votes
1answer
290 views
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 ...
0
votes
1answer
373 views
Using EXTERNAL mechanism with Cyrus SASL
Does the Cyrus SASL api not support the EXTERNAL mechanism? I'm trying to
use it as a client, but it returns SASL_NOMECH when asked.
% cat cyrus_sal_ex.c
/* cyrus_sasl_ex.c: Example of using the ...