1
vote
2answers
19 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 …
3
votes
2answers
78 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?
0
votes
1answer
306 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 …
0
votes
1answer
81 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
0answers
58 views
Java LDAP with SASL
Hi,
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 …
0
votes
1answer
91 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 …
0
votes
5answers
784 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
1answer
454 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.
