Hello,

I'm also trying to setup continuum and archiva to work with ldaps.  We
already do this with apache/subversion as follows in this small
example excerpt of our httpd.conf:

LDAPTrustedGlobalCert CA_BASE64 /opt/apache2/etc/ldap.pem
LDAPVerifyServerCert Off

AuthType Basic
AuthName "Email Address / Password (https://auth.foo.com/)"
AuthBasicProvider ldap
AuthLDAPURL 
ldaps://ldapssl.foo.com:2636/o=corp?corpLHS?sub?(objectclass=corpPerson)
<LimitExcept GET PROPFIND OPTIONS REPORT>
        Require ldap-user jane.doe
        Require ldap-user john.smith
</LimitExcept>

How can I translate this into configuration for archiva and continuum?

Thanks in advance!

Reply via email to