Tagged Questions

5
votes
3answers
706 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 ...
2
votes
0answers
275 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 ...
1
vote
1answer
266 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 ...
0
votes
2answers
130 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
1answer
368 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
300 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 ...