Net::TacacsPlus::Packet::AuthenReplyBody - Tacacs+ authentication replay body
7. The authentication REPLY packet body
The TACACS+ daemon sends only one type of authentication packet (a
REPLY packet) to the client. The REPLY packet body looks as follows:
1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8
+----------------+----------------+----------------+----------------+
| status | flags | server_msg len |
+----------------+----------------+----------------+----------------+
| data len | server_msg ...
+----------------+----------------+----------------+----------------+
| data ...
+----------------+----------------+
- new( somekey => somevalue)
- Construct tacacs+ authentication packet body object
Parameters:
'raw_body': raw body
- decode($raw_data)
- Extract $server_msg and data from raw packet.
- raw()
- Return binary data of packet body.