1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 05:49:03 +00:00
gns3-server/gns3server/appliances/aaa.gns3a

21 lines
785 B
Plaintext
Raw Normal View History

2018-07-13 10:42:43 +00:00
{
2021-11-12 04:42:15 +00:00
"appliance_id": "99920801-829d-4689-8231-7183c21ff878",
2018-07-13 10:42:43 +00:00
"name": "AAA",
"category": "guest",
"description": "This appliance provides RADIUS and TACACS+ services with preconfigured users and groups.",
"vendor_name": "Ubuntu",
"vendor_url": "https://www.ubuntu.com/",
"product_name": "AAA",
2023-01-17 05:11:18 +00:00
"registry_version": 4,
2018-07-13 10:42:43 +00:00
"status": "stable",
"maintainer": "Andras Dosztal",
"maintainer_email": "developers@gns3.net",
"usage": "RADIUS users:\n- alice\n- bob\n\nTACACS+ users:\n- gns3 (role: admin)\n- readonly\n\nAll users, as well as the RADIUS/TACACS+ clients have the password 'gns3' set.",
2020-09-03 16:29:45 +00:00
"symbol": "linux_guest.svg",
2018-07-13 10:42:43 +00:00
"docker": {
"adapters": 1,
"image": "adosztal/aaa:latest",
"console_type": "telnet"
}
}