#
# ### Send
#
+ # Note that "follow" is officially deprecated, and is not supported.
+ #
send Authentication-Pass {
&reply.Server-Message := "Hello %{User-Name}"
#
# ### Send
#
+ # Add the arguments to whatever the user entered.
+ #
send Authorization-Pass-Add {
&reply.Authorization-Status := Pass-Add
&reply.Server-Message := "authorization-response-server"
&reply.Argument-List := "key1=var1"
}
+ #
+ # Replace whatever the user entered with the following arguments
+ #
+ send Authorization-Pass-Reply {
+ &reply.Authorization-Status := Pass-Repl
+ &reply.Server-Message := "authorization-response-server"
+ &reply.Data := "authorization-response-data"
+ &reply.Argument-List := "key1=var1"
+ }
+
+ #
+ # Reject the request
+ #
+ send Authorization-Fail {
+ &reply.Authorization-Status := Fail
+ }
+
+ #
+ # An error processing the request
+ #
+ send Authorization-Fail {
+ &reply.Authorization-Status := Error
+ }
+
#
# ## Accounting
#