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 2010/09/05 20:46:42 UTC

svn commit: r992854 - in /directory: apacheds/trunk/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=httpserver/ou=webapps/ shared/trunk/ldap-schema-loader/src/main/resources/ shared/trunk/ldap-schema/src/main/resources/schema/...

Author: kayyagari
Date: Sun Sep  5 18:46:42 2010
New Revision: 992854

URL: http://svn.apache.org/viewvc?rev=992854&view=rev
Log:
o added ads-enabled attribute to ads-httpWebApp object class
o disabled the default example web app in the configuration

Modified:
    directory/apacheds/trunk/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=httpserver/ou=webapps/ads-id=testapp.ldif
    directory/shared/trunk/ldap-schema-loader/src/main/resources/schema-all.ldif
    directory/shared/trunk/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.803.ldif

Modified: directory/apacheds/trunk/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=httpserver/ou=webapps/ads-id=testapp.ldif
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-config/src/main/resources/config/ou%3Dconfig/ou%3Dservers/ads-serverid%3Dhttpserver/ou%3Dwebapps/ads-id%3Dtestapp.ldif?rev=992854&r1=992853&r2=992854&view=diff
==============================================================================
--- directory/apacheds/trunk/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=httpserver/ou=webapps/ads-id=testapp.ldif (original)
+++ directory/apacheds/trunk/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=httpserver/ou=webapps/ads-id=testapp.ldif Sun Sep  5 18:46:42 2010
@@ -5,3 +5,4 @@ ads-httpappctxpath: /foo
 ads-id: testapp
 objectclass: ads-httpWebApp
 objectclass: top
+ads-enabled: false

Modified: directory/shared/trunk/ldap-schema-loader/src/main/resources/schema-all.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-schema-loader/src/main/resources/schema-all.ldif?rev=992854&r1=992853&r2=992854&view=diff
==============================================================================
--- directory/shared/trunk/ldap-schema-loader/src/main/resources/schema-all.ldif (original)
+++ directory/shared/trunk/ldap-schema-loader/src/main/resources/schema-all.ldif Sun Sep  5 18:46:42 2010
@@ -1757,6 +1757,7 @@ m-name: ads-httpWebApp
 creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
 m-may: ads-httpAppCtxPath
 m-may: description
+m-may: ads-enabled
 
 dn: m-oid=1.3.6.1.4.1.18060.0.4.1.3.804,ou=objectClasses,cn=adsconfig,ou=schema
 m-must: ads-serverId

Modified: directory/shared/trunk/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.803.ldif
URL: http://svn.apache.org/viewvc/directory/shared/trunk/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.803.ldif?rev=992854&r1=992853&r2=992854&view=diff
==============================================================================
--- directory/shared/trunk/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.803.ldif (original)
+++ directory/shared/trunk/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.803.ldif Sun Sep  5 18:46:42 2010
@@ -14,3 +14,4 @@ m-name: ads-httpWebApp
 creatorsname: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
 m-may: ads-httpAppCtxPath
 m-may: description
+m-may: ads-enabled