perl -p -i -e 's/\&request/request/g' $(git grep -lE '&[a-zA-Z0-9]' doc/antora | egrep -v 'raddb|developers|interpreter|assets')
=== rlm_eap_pwd
The `virtual_server` configuration has been removed from EAP-PWD. The
-module now looks for &request.control.Password.Cleartext.
+module now looks for request.control.Password.Cleartext.
=== rlm_eap_leap
----
update control {
DHCP-SQL-Option-Context := "by-mac"
- DHCP-SQL-Option-Identifier := &request:DHCP-Client-Hardware-Address
+ DHCP-SQL-Option-Identifier := request:DHCP-Client-Hardware-Address
}
dhcp_sql.authorize
----
====
[source,unlang]
----
-reply += &request.User-Name
+reply += request.User-Name
----
====
====
[source,unlang]
----
-reply := &request
+reply := request
----
====
====
[source,unlang]
----
-reply += &request
+reply += request
----
====
request.Tmp-String-0 := "not bob!"
}
-reply.Reply-Message := "%eval(&request.Tmp-String-0}"
+reply.Reply-Message := "%eval(request.Tmp-String-0}"
----
.Output when `User-Name == bob`
----
%dhcpv4.encode("Relay-Agent-Information.Circuit-Id = 0xabcdef, Relay-Agent-Information.Remote-Id = 0x010203040506")
%radius.encode("User-Name = 'ABCD'")
-Tmp-Octets-1 := %dhcpv4.encode(&request.Relay-Agent-Information.[*])
+Tmp-Octets-1 := %dhcpv4.encode(request.Relay-Agent-Information.[*])
----
.Output