From: Arran Cudbard-Bell Date: Sat, 2 Sep 2023 16:22:33 +0000 (-0600) Subject: ldap: More fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ffa06e2779f9f5c67bfc276ebf1c0155c9343c0;p=thirdparty%2Ffreeradius-server.git ldap: More fixes Seems like we hang on an improperly configured LDAP instance with SSL --- diff --git a/.github/actions/ci-tests/action.yml b/.github/actions/ci-tests/action.yml index a42e83900ba..59e2c12f83c 100644 --- a/.github/actions/ci-tests/action.yml +++ b/.github/actions/ci-tests/action.yml @@ -15,7 +15,7 @@ inputs: default: 3890 ldaps_test_server_port: description: LDAPS server port - default: 6360 + default: 6361 ldap389_test_server: description: 389DS server host default: 127.0.0.1 diff --git a/.github/workflows/ci-sanitizers.yml b/.github/workflows/ci-sanitizers.yml index 96afd6ac5a0..1e5c911bf6c 100644 --- a/.github/workflows/ci-sanitizers.yml +++ b/.github/workflows/ci-sanitizers.yml @@ -107,7 +107,7 @@ jobs: redis_test_server: 127.0.0.1 ldap_test_server: 127.0.0.1 ldap_test_server_port: 3890 - ldaps_test_server_port: 6360 + ldaps_test_server_port: 6361 ldap389_test_server: 127.0.0.1 ldap389_test_server_port: 3892 active_directory_test_server: 127.0.0.1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d48ae9fd04..1424a924f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: redis_test_server: 127.0.0.1 ldap_test_server: 127.0.0.1 ldap_test_server_port: 3890 - ldaps_test_server_port: 6360 + ldaps_test_server_port: 6361 ldap389_test_server: threeds ldap389_test_server_port: 3389 active_directory_test_server: 127.0.0.1