[jboss-svn-commits] JBoss Portal SVN: r5624 - in trunk/test/src/etc: ldap/ldif opends/config/schema
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 10 21:05:31 EST 2006
Author: bdaw
Date: 2006-11-10 21:05:27 -0500 (Fri, 10 Nov 2006)
New Revision: 5624
Added:
trunk/test/src/etc/opends/config/schema/05-other.ldif
Modified:
trunk/test/src/etc/ldap/ldif/initial-tests-qa.ldif
Log:
- added 'inetUser' object class to OpenDS schema to have 'memberOf' attribute present
Modified: trunk/test/src/etc/ldap/ldif/initial-tests-qa.ldif
===================================================================
--- trunk/test/src/etc/ldap/ldif/initial-tests-qa.ldif 2006-11-11 00:18:20 UTC (rev 5623)
+++ trunk/test/src/etc/ldap/ldif/initial-tests-qa.ldif 2006-11-11 02:05:27 UTC (rev 5624)
@@ -23,6 +23,7 @@
objectclass: top
objectclass: inetOrgPerson
objectclass: person
+objectclass: inetUser
uid: jduke1
cn: Java Duke1
sn: Duke1
@@ -33,6 +34,7 @@
objectclass: top
objectclass: inetOrgPerson
objectclass: person
+objectclass: inetUser
uid: jduke2
cn: Java Duke2
sn: Duke2
@@ -42,6 +44,7 @@
objectclass: top
objectclass: inetOrgPerson
objectclass: person
+objectclass: inetUser
uid: jduke3
cn: Java Duke3
sn: Duke3
@@ -51,6 +54,7 @@
objectclass: top
objectclass: inetOrgPerson
objectclass: person
+objectclass: inetUser
uid: jduke4
cn: Java Duke4
sn: Duke4
Added: trunk/test/src/etc/opends/config/schema/05-other.ldif
===================================================================
--- trunk/test/src/etc/opends/config/schema/05-other.ldif 2006-11-11 00:18:20 UTC (rev 5623)
+++ trunk/test/src/etc/opends/config/schema/05-other.ldif 2006-11-11 02:05:27 UTC (rev 5624)
@@ -0,0 +1,44 @@
+#--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# ~ JBoss, a division of Red Hat ~
+# ~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
+# ~ contributors as indicated by the @authors tag. See the ~
+# ~ copyright.txt in the distribution for a full listing of ~
+# ~ individual contributors. ~
+# ~ ~
+# ~ This is free software; you can redistribute it and/or modify it ~
+# ~ under the terms of the GNU Lesser General Public License as ~
+# ~ published by the Free Software Foundation; either version 2.1 of ~
+# ~ the License, or (at your option) any later version. ~
+# ~ ~
+# ~ This software is distributed in the hope that it will be useful, ~
+# ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~
+# ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~
+# ~ Lesser General Public License for more details. ~
+# ~ ~
+# ~ You should have received a copy of the GNU Lesser General Public ~
+# ~ License along with this software; if not, write to the Free ~
+# ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~
+# ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. ~
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+#
+# Some schema parts that were missing in standard set
+#
+#
+#
+dn: cn=schema
+objectClass: top
+objectClass: ldapSubentry
+objectClass: subschema
+attributeTypes: ( 2.16.840.1.113730.3.1.692 NAME 'inetUserStatus'
+ DESC '"active", "inactive", or "deleted" status of a user' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+ SINGLE-VALUE X-ORIGIN 'Nortel subscriber interoperability' )
+attributeTypes: ( 2.16.840.1.113730.3.1.693 NAME 'inetUserHttpURL'
+ DESC 'A users Web addresses' SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+ X-ORIGIN 'Nortel subscriber interoperability' )
+attributeTypes: ( 1.2.840.113556.1.2.102 NAME 'memberOf'
+ DESC 'Group that theentry belongs to' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+ X-ORIGIN 'iPlanet Delegated Administrator' )
+objectClasses: ( 2.16.840.1.113730.3.2.130 NAME 'inetUser'
+ DESC 'Auxiliary class which must be present in an entry for delivery of subscriber services'
+ SUP top AUXILIARY MAY ( uid $ inetUserStatus $ inetUserHttpURL $ userPassword $ memberOf )
+ X-ORIGIN 'Nortel subscriber interoperability' )
More information about the jboss-svn-commits
mailing list