[java-identity-provider COMMIT] /trunk/idp-conf/src/test/resources/test/test-ldap.ldif

noreply at shibboleth.net noreply at shibboleth.net
Fri Sep 16 14:56:15 EDT 2016


Author: tzeller
Date: Fri Sep 16 14:56:15 2016
New Revision: 8397

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8397&view=rev
Log:
IDP-1044 - Make LDAP test accounts match non-LDAP

https://issues.shibboleth.net/jira/browse/IDP-1044

Modified:
    trunk/idp-conf/src/test/resources/test/test-ldap.ldif

Modified: trunk/idp-conf/src/test/resources/test/test-ldap.ldif
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/resources/test/test-ldap.ldif?rev=8397&r1=8396&r2=8397&view=diff
==============================================================================
--- trunk/idp-conf/src/test/resources/test/test-ldap.ldif	(original)
+++ trunk/idp-conf/src/test/resources/test/test-ldap.ldif	Fri Sep 16 14:56:15 2016
@@ -18,7 +18,7 @@
 uid: jdoe
 userpassword: changeit
 homephone: 555-111-2222
-mail: jdoe at shibboleth.net
+mail: jdoe at example.org
 description: test user
 #businessCategory: accountStateWarning
 #businessCategory: accountStateError
@@ -32,7 +32,7 @@
 uid: bdoe
 userpassword: changeit
 homephone: 555-111-3333
-mail: bdoe at shibboleth.net
+mail: bdoe at example.org
 description: test user
 
 dn: ou=system



More information about the commits mailing list