Author: bdaw
Date: 2006-12-19 19:56:54 -0500 (Tue, 19 Dec 2006)
New Revision: 5908
Modified:
trunk/identity/src/resources/test/config/rhds-config.xml
trunk/identity/src/resources/test/config/standardidentity-config.xml
Log:
- updates for identity tests configuration (still mostly broken after recent changes)
Modified: trunk/identity/src/resources/test/config/rhds-config.xml
===================================================================
--- trunk/identity/src/resources/test/config/rhds-config.xml 2006-12-19 23:28:04 UTC (rev
5907)
+++ trunk/identity/src/resources/test/config/rhds-config.xml 2006-12-20 00:56:54 UTC (rev
5908)
@@ -67,6 +67,7 @@
<implementation>LDAP</implementation>
<config/>
</module>
+
<module>
<type>UserProfile</type>
<implementation>PORTAL</implementation>
@@ -91,14 +92,8 @@
<implementation>LDAP</implementation>
<config/>
</module>
+ </modules>
- <!--For ldap configuration this is needed additionally to use ldap
connection...-->
- <module>
- <type>ConnectionContext</type>
- <implementation>LDAP</implementation>
- <config/>
- </module>
- </modules>
<options>
<option-group>
<group-name>common</group-name>
@@ -111,5 +106,24 @@
<value>ou=Roles,dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</value>
</option>
</option-group>
+ <option-group>
+ <group-name>userCreateAttibutes</group-name>
+ <option>
+ <name>objectClass</name>
+ <!--This objectclasses should work with Red Hat Directory-->
+ <value>top</value>
+ <value>person</value>
+ <value>inetOrgPerson</value>
+ </option>
+ <!--Schema requires those to have initial value-->
+ <option>
+ <name>cn</name>
+ <value>none</value>
+ </option>
+ <option>
+ <name>sn</name>
+ <value>none</value>
+ </option>
+ </option-group>
</options>
</identity-configuration>
\ No newline at end of file
Modified: trunk/identity/src/resources/test/config/standardidentity-config.xml
===================================================================
--- trunk/identity/src/resources/test/config/standardidentity-config.xml 2006-12-19
23:28:04 UTC (rev 5907)
+++ trunk/identity/src/resources/test/config/standardidentity-config.xml 2006-12-20
00:56:54 UTC (rev 5908)
@@ -343,6 +343,10 @@
<value>hex</value>
</option>
<option>
+ <name>encodePasswordOnUpdate</name>
+ <value>false</value>
+ </option>
+ <option>
<name>roleContainerDN</name>
<value>ou=Roles,dc=example,dc=com</value>
</option>
Show replies by date