]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
post-auth is now send
authorNick Porter <nick@portercomputing.co.uk>
Mon, 30 Jan 2023 17:50:26 +0000 (17:50 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 1 Feb 2023 18:34:13 +0000 (18:34 +0000)
src/tests/modules/ldap/auth.unlang
src/tests/modules/ldap/auth_ssl.unlang
src/tests/modules/ldap/auth_starttls.unlang

index e2309b2e410a56cae00fe53691546a1c5915f363..680cc7c3edc1f704172de75b123f50a42e2a9298 100644 (file)
@@ -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}"
 
index dd148ed783ad5d78a37499d3f584cdbf720ad38f..0fba61f7537ed3e23e862296721ddc769d261582 100644 (file)
@@ -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}"
 
index e1eefc3951dbfc2eb65eef1c482dea197945e5a5..c8c327ee4a6f7e2b6b22baddcc654a1417c5486a 100644 (file)
@@ -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}"