These now need to be ldap.accounting.<acct status type> or
ldap.send.<packet type>
# Run the "ldap" module
# PRE: auth
#
-ldap.accounting {
+ldap.accounting.start {
}
if (!ok) {
test_fail
# Attempt a bind authentication
ldap.authenticate
-ldap.send
+ldap.send.access-accept
&test_string := %ldap("ldap://$ENV{TEST_SERVER}/uid=john,ou=people,dc=example,dc=com?description")
# Attempt a bind authentication
ldap.authenticate
-ldap.send
+ldap.send.access-accept
&test_string := %ldap("ldap://$ENV{TEST_SERVER}/uid=peter,ou=people,dc=example,dc=com?description")
# Attempt a bind authentication
ldapssl.authenticate
-ldapssl.send
+ldapssl.send.access-accept
&test_string := %ldapssl("ldaps:///uid=fred,ou=people,dc=subdept,dc=example,dc=com?description")
# Attempt a bind authentication
ldaptls.authenticate
-ldaptls.send
+ldaptls.send.access-accept
&test_string := %ldaptls("ldap:///uid=joe,ou=people,dc=subdept,dc=example,dc=com?description")