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 dd...@apache.org on 2008/10/07 16:48:31 UTC

svn commit: r702499 - /portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml

Author: ddam
Date: Tue Oct  7 07:48:30 2008
New Revision: 702499

URL: http://svn.apache.org/viewvc?rev=702499&view=rev
Log:
remove uid attribute for a groupOfUniqueNames entity

Modified:
    portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml

Modified: portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml?rev=702499&r1=702498&r2=702499&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/jetspeed-portal-resources/src/main/resources/assembly/security-ldap.xml Tue Oct  7 07:48:30 2008
@@ -161,13 +161,6 @@
     <property name="attributeDefinitions">
       <set>
         <bean class="org.apache.jetspeed.security.mapping.model.impl.AttributeDefImpl">
-          <constructor-arg type="java.lang.String"  index="0" value="uid" />
-          <constructor-arg index="1" value="false" />
-          <constructor-arg index="2" value="false" />
-          <property name="required" value="true"/>
-          <property name="idAttribute" value="true"/>
-        </bean>
-        <bean class="org.apache.jetspeed.security.mapping.model.impl.AttributeDefImpl">
           <constructor-arg type="java.lang.String" index="0" value="cn" />
           <constructor-arg index="1" value="false" /> 
           <constructor-arg index="2" value="false" /> 
@@ -206,13 +199,6 @@
     <property name="attributeDefinitions">
       <set>
         <bean class="org.apache.jetspeed.security.mapping.model.impl.AttributeDefImpl">
-          <constructor-arg type="java.lang.String"  index="0" value="uid" />
-          <constructor-arg index="1" value="false" />
-          <constructor-arg index="2" value="false" />
-          <property name="required" value="true"/>
-          <property name="idAttribute" value="true"/>
-        </bean>
-        <bean class="org.apache.jetspeed.security.mapping.model.impl.AttributeDefImpl">
           <constructor-arg type="java.lang.String" index="0" value="cn" />
           <constructor-arg index="1" value="false" />
           <constructor-arg index="2" value="false" />



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