You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2005/11/06 05:19:49 UTC

svn commit: r331078 - /portals/jetspeed-2/trunk/components/security/etc/security-spi-ldap.xml

Author: dlestrat
Date: Sat Nov  5 20:19:48 2005
New Revision: 331078

URL: http://svn.apache.org/viewcvs?rev=331078&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-188#action_12356329

Revisited the LDAP implementation.  Integrate Apache DS with J2.
All unit tests for LDAP are passing on Apache DS.  Leave them excluded for now.
Various quick fixes for serializable objects.  Add serialUID.

Documentation to come in the next few days.

Modified:
    portals/jetspeed-2/trunk/components/security/etc/security-spi-ldap.xml

Modified: portals/jetspeed-2/trunk/components/security/etc/security-spi-ldap.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/security/etc/security-spi-ldap.xml?rev=331078&r1=331077&r2=331078&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/security/etc/security-spi-ldap.xml (original)
+++ portals/jetspeed-2/trunk/components/security/etc/security-spi-ldap.xml Sat Nov  5 20:19:48 2005
@@ -18,8 +18,6 @@
 <beans>
 
   <!-- ************** Ldap Configuration ************** -->
-  <!-- Adds ldap.properties as our configuration object to support ${...} vars -->
-  <!-- ${applicationRoot} is acutally set as a system property via the SpringEngine -->
   <bean id="org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig"
       class="org.apache.jetspeed.security.spi.impl.ldap.LdapBindingConfig">
       <!-- The LDAP initial context factory. -->
@@ -31,15 +29,15 @@
       <!-- The LDAP server default dn suffix. -->
       <constructor-arg index="3"><value></value></constructor-arg>
       <!-- The LDAP server root context. -->
-      <constructor-arg index="3"><value>o=sevenSeas</value></constructor-arg>
+      <constructor-arg index="4"><value>o=sevenSeas</value></constructor-arg>
       <!-- The LDAP server root dn. -->
-      <constructor-arg index="3"><value>uid=admin,ou=system</value></constructor-arg>
+      <constructor-arg index="5"><value>uid=admin,ou=system</value></constructor-arg>
       <!-- The LDAP server root password. -->
-      <constructor-arg index="3"><value>secret</value></constructor-arg>
+      <constructor-arg index="6"><value>secret</value></constructor-arg>
       <!-- The users org unit. -->
-      <constructor-arg index="3"><value>users</value></constructor-arg>
+      <constructor-arg index="7"><value>users</value></constructor-arg>
       <!-- The groups org unit. -->
-      <constructor-arg index="3"><value>groups</value></constructor-arg>
+      <constructor-arg index="8"><value>groups</value></constructor-arg>
   </bean>
 
 </beans>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org