From: Nick Porter Date: Mon, 30 Jan 2023 17:50:26 +0000 (+0000) Subject: post-auth is now send X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730eaecce19b7e494fc0e8de2cc935c6136524ca;p=thirdparty%2Ffreeradius-server.git post-auth is now send --- diff --git a/src/tests/modules/ldap/auth.unlang b/src/tests/modules/ldap/auth.unlang index e2309b2e410..680cc7c3edc 100644 --- a/src/tests/modules/ldap/auth.unlang +++ b/src/tests/modules/ldap/auth.unlang @@ -40,7 +40,7 @@ if ("%(pairs:reply.)" == "") { # Attempt a bind authentication ldap.authenticate -ldap.post-auth +ldap.send &Tmp-String-0 := "%{ldap:ldap://$ENV{TEST_SERVER}/uid=john,ou=people,dc=example,dc=com?description}" diff --git a/src/tests/modules/ldap/auth_ssl.unlang b/src/tests/modules/ldap/auth_ssl.unlang index dd148ed783a..0fba61f7537 100644 --- a/src/tests/modules/ldap/auth_ssl.unlang +++ b/src/tests/modules/ldap/auth_ssl.unlang @@ -27,7 +27,7 @@ if ("%(pairs:reply.)" == "") { # Attempt a bind authentication ldapssl.authenticate -ldapssl.post-auth +ldapssl.send &Tmp-String-0 := "%{ldapssl:ldaps:///uid=fred,ou=people,dc=subdept,dc=example,dc=com?description}" diff --git a/src/tests/modules/ldap/auth_starttls.unlang b/src/tests/modules/ldap/auth_starttls.unlang index e1eefc3951d..c8c327ee4a6 100644 --- a/src/tests/modules/ldap/auth_starttls.unlang +++ b/src/tests/modules/ldap/auth_starttls.unlang @@ -28,7 +28,7 @@ if ("%(pairs:reply.)" == "") { # Attempt a bind authentication ldaptls.authenticate -ldaptls.post-auth +ldaptls.send &Tmp-String-0 := "%{ldaptls:ldap:///uid=fred,ou=people,dc=subdept,dc=example,dc=com?description}"