You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2015/01/03 15:34:31 UTC

svn commit: r1649208 - /directory/escimo/trunk/ldap/src/main/resources/escimo-ldap-mapping.xml

Author: kayyagari
Date: Sat Jan  3 14:34:31 2015
New Revision: 1649208

URL: http://svn.apache.org/r1649208
Log:
changed the objectclass

Modified:
    directory/escimo/trunk/ldap/src/main/resources/escimo-ldap-mapping.xml

Modified: directory/escimo/trunk/ldap/src/main/resources/escimo-ldap-mapping.xml
URL: http://svn.apache.org/viewvc/directory/escimo/trunk/ldap/src/main/resources/escimo-ldap-mapping.xml?rev=1649208&r1=1649207&r2=1649208&view=diff
==============================================================================
--- directory/escimo/trunk/ldap/src/main/resources/escimo-ldap-mapping.xml (original)
+++ directory/escimo/trunk/ldap/src/main/resources/escimo-ldap-mapping.xml Sat Jan  3 14:34:31 2015
@@ -110,12 +110,12 @@
         </objectClasses>
     </resourceType>
 
-    <resourceType name="Group" baseDn="ou=system" filter="(objectClass=groupOfNames)">
+    <resourceType name="Group" baseDn="ou=system" filter="(objectClass=groupOfUniqueNames)">
         <schemaRef id="group" />
         <rdnAtRef name="displayName"/>
         <reqUri value="/Groups"/>
         <objectClasses>
-         <objectClass>groupOfNames</objectClass>
+         <objectClass>groupOfUniqueNames</objectClass>
         </objectClasses>
     </resourceType>