This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new fe2a6db LDAP migration: Bulk operations are available in
4.17.0-SNAPSHOT
fe2a6db is described below
commit fe2a6db9399d7950666d83ed32a94019697ed43b
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 12 12:12:01 2025 +0100
LDAP migration: Bulk operations are available in 4.17.0-SNAPSHOT
Signed-off-by: Andrea Cosentino <[email protected]>
---
keycloak-ldap-migration/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keycloak-ldap-migration/README.adoc
b/keycloak-ldap-migration/README.adoc
index bcb16ed..f3482e8 100644
--- a/keycloak-ldap-migration/README.adoc
+++ b/keycloak-ldap-migration/README.adoc
@@ -218,7 +218,7 @@ After configuring LDAP and Keycloak, and adding test users
to LDAP, run the migr
[source,sh]
----
-$ jbang -Dcamel.jbang.version=4.16.0 camel@apache/camel run *
+$ jbang -Dcamel.jbang.version=4.17.0-SNAPSHOT camel@apache/camel run *
----
IMPORTANT: Make sure you have created the LDAP organizational unit structure
and added test users (see "Adding Test Users to LDAP" section above). If you
see an error like `NameNotFoundException: No Such Object`, it means the LDAP
base DN doesn't exist yet.