You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/10/24 14:33:20 UTC

svn commit: r1026776 - in /directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig: ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.840.ldif ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.804.ldif

Author: elecharny
Date: Sun Oct 24 12:33:19 2010
New Revision: 1026776

URL: http://svn.apache.org/viewvc?rev=1026776&view=rev
Log:
Added the ads-webApps field in the ads-httpServer OC and added the ads-webApps AT

Added:
    directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.840.ldif
Modified:
    directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.804.ldif

Added: directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.840.ldif
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou%3Dschema/cn%3Dadsconfig/ou%3Dattributetypes/m-oid%3D1.3.6.1.4.1.18060.0.4.1.2.840.ldif?rev=1026776&view=auto
==============================================================================
--- directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.840.ldif (added)
+++ directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=attributetypes/m-oid=1.3.6.1.4.1.18060.0.4.1.2.840.ldif Sun Oct 24 12:33:19 2010
@@ -0,0 +1,18 @@
+version: 1
+dn: m-oid=1.3.6.1.4.1.18060.0.4.1.2.840, ou=attributeTypes, cn=adsconfig, ou=sch
+ ema
+objectclass: top
+objectclass: metaTop
+objectclass: metaAttributeType
+m-name: ads-webApps
+m-oid: 1.3.6.1.4.1.18060.0.4.1.2.840
+m-description: The references to the web applications
+m-syntax: 1.3.6.1.4.1.1466.115.121.1.44
+m-length: 0
+m-supattributetype: ads-compositeElement
+m-ordering: caseExactOrderingMatch
+m-substr: caseExactSubstringsMatch
+m-equality: caseExactMatch
+createtimestamp: 20100111145215Z
+creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
+entrycsn: 20100111202215.700000Z#000000#000#000000

Modified: directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.804.ldif
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou%3Dschema/cn%3Dadsconfig/ou%3Dobjectclasses/m-oid%3D1.3.6.1.4.1.18060.0.4.1.3.804.ldif?rev=1026776&r1=1026775&r2=1026776&view=diff
==============================================================================
--- directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.804.ldif (original)
+++ directory/shared/branches/shared-config/ldap-schema/src/main/resources/schema/ou=schema/cn=adsconfig/ou=objectclasses/m-oid=1.3.6.1.4.1.18060.0.4.1.3.804.ldif Sun Oct 24 12:33:19 2010
@@ -1,9 +1,9 @@
 version: 1
 dn: m-oid=1.3.6.1.4.1.18060.0.4.1.3.804, ou=objectClasses, cn=adsconfig, ou=sche
  ma
-objectclass: metaObjectClass
-objectclass: metaTop
 objectclass: top
+objectclass: metaTop
+objectclass: metaObjectClass
 m-name: ads-httpServer
 m-oid: 1.3.6.1.4.1.18060.0.4.1.3.804
 m-description: integrated jetty http server
@@ -12,3 +12,4 @@ createtimestamp: 20100116052129Z
 creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
 entrycsn: 20100116105129.573000Z#000000#000#000000
 m-may: ads-httpConfFile
+m-may: ads-webApps