redback 1.0.1 doesn't work well with LDAP and 1.0.2/1.0.3 doesn't support LDAPS
Emmanuel On Wed, Aug 6, 2008 at 1:50 PM, Emmanuel Venisse <[EMAIL PROTECTED] > wrote: > Some components must be declared in application.xml. > Yesterday I added them in comments in trunk > Look at LDAP snippet part in > https://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/resources/META-INF/plexus/application.xml > > Emmanuel > > > On Wed, Aug 6, 2008 at 5:58 AM, Maria Odea Ching <[EMAIL PROTECTED]>wrote: > >> ---------- Forwarded message ---------- >> From: Maria Odea Ching <[EMAIL PROTECTED]> >> Date: Wed, Aug 6, 2008 at 11:58 AM >> Subject: Re: ldap with Archiva >> To: [EMAIL PROTECTED] >> >> >> Hi Marina, >> >> I'll be forwarding this to the archiva users list and we could continue >> the >> discussion there :) >> Anyway, with redback 1.0.1 (used by archiva 1.0.2 & 1.0.1) I think you >> only >> need to configure the security.properties file in order to use ldap for >> authentication. Here's an example config: >> >> user.manager.impl=ldap >> ldap.bind.authenticator.enabled=true >> ldap.config.hostname=localhost >> ldap.config.port=10389 >> ldap.config.base.dn=dc=redback,dc=plexus,dc=codehaus,dc=org >> ldap.config.context.factory=com.sun.jndi.ldap.LdapCtxFactory >> ldap.config.bind.dn=uid=admin,ou=system >> ldap.config.password=PASSWORD >> >> I'm not sure with redback 1.0.2 (used by archiva 1.1) though if there are >> additional configurations needed after the changes in redback's LDAP >> module. >> Emmanuel might be able to answer that :) >> >> HTH, >> Deng >> >> >> On Wed, Aug 6, 2008 at 4:58 AM, Marina <[EMAIL PROTECTED]> wrote: >> >> > Hi, Maria >> > >> > I am trying to make ldap authenticated for Archiva. I do not see any of >> > examples online showing how to do it. >> > I wonder if you can give any example. >> > >> > Is the archiva.xml the only file to change? >> > Or I have to change other property file? >> > Could you send me example of those ldap settings for Archiva? >> > >> > Great Thanks! >> > Marina >> > >> > >
