[teiid-commits] teiid SVN: r3926 - trunk/build/kits/jboss-as7/docs/teiid/datasources/ldap.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Fri Mar 9 07:33:17 EST 2012


Author: rareddy
Date: 2012-03-09 07:33:17 -0500 (Fri, 09 Mar 2012)
New Revision: 3926

Modified:
   trunk/build/kits/jboss-as7/docs/teiid/datasources/ldap/create-ldap-ds.cli
Log:
TEIID-1280: Adding implementation for providing the DDL based view definitions and also flexible metadata repository plug-in architecture.

Modified: trunk/build/kits/jboss-as7/docs/teiid/datasources/ldap/create-ldap-ds.cli
===================================================================
--- trunk/build/kits/jboss-as7/docs/teiid/datasources/ldap/create-ldap-ds.cli	2012-03-09 12:32:32 UTC (rev 3925)
+++ trunk/build/kits/jboss-as7/docs/teiid/datasources/ldap/create-ldap-ds.cli	2012-03-09 12:33:17 UTC (rev 3926)
@@ -4,4 +4,4 @@
 /subsystem=resource-adapters/resource-adapter=ldapDS/connection-definitions=ldapDS/config-properties=LdapAdminUserDN:add(value={cn=???,ou=???,dc=???})
 /subsystem=resource-adapters/resource-adapter=ldapDS/connection-definitions=ldapDS/config-properties=LdapAdminUserPassword:add(value={pass})
 /subsystem=resource-adapters/resource-adapter=ldapDS/connection-definitions=ldapDS/config-properties=LdapTxnTimeoutInMillis:add(value=-1)
-/subsystem=resource-adapters/resource-adapter=ldapDS/connection-definitions=ldapDS:enable
\ No newline at end of file
+/subsystem=resource-adapters/resource-adapter=ldapDS:activate
\ No newline at end of file



More information about the teiid-commits mailing list