[java-idp-testbed] branch main updated: Fix old comment.
Codeberg
noreply at shibboleth.net
Thu Aug 27 20:18:35 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-testbed/commit/685f46c0f2ee3cc722f715795b55025a5b6324d0
The following commit(s) were added to refs/heads/main by this push:
new 685f46c Fix old comment.
685f46c is described below
commit 685f46c0f2ee3cc722f715795b55025a5b6324d0
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 27 16:18:26 2026 -0400
Fix old comment.
---
src/main/resources/system/conf/testbed-ldap.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/system/conf/testbed-ldap.xml b/src/main/resources/system/conf/testbed-ldap.xml
index 5afde8d..4967899 100644
--- a/src/main/resources/system/conf/testbed-ldap.xml
+++ b/src/main/resources/system/conf/testbed-ldap.xml
@@ -14,7 +14,7 @@
<!-- Specific testbed-related beans -->
- <!-- See idp-conf/src/test/resources for the ldif and keystore files -->
+ <!-- See idp-conf-impl/src/test/resources for the ldif and keystore files -->
<bean id="testbed.DirectoryService" class="net.shibboleth.shared.testing.InMemoryDirectory" init-method="start" >
<constructor-arg name="baseDNs" value="#{{'dc=example,dc=org', 'ou=system'}}" />
<constructor-arg name="ldif" value="classpath:/test/test-ldap.ldif" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list