From: Nick Porter Date: Wed, 26 Jul 2023 09:34:04 +0000 (+0100) Subject: Add sample "send ...Get..." sections to TACACS virtual server X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1d144e30fdac687eae07092929728ba410ab47;p=thirdparty%2Ffreeradius-server.git Add sample "send ...Get..." sections to TACACS virtual server --- diff --git a/raddb/sites-available/tacacs b/raddb/sites-available/tacacs index 097bbe97166..18101fa155d 100644 --- a/raddb/sites-available/tacacs +++ b/raddb/sites-available/tacacs @@ -330,6 +330,18 @@ server tacacs { &reply.Server-Message := "Failed login!" } + # + # With ASCII methods, GetUser and GetPass typically send a prompt + # for the client to present to the user. + # + send Authentication-GetUser { + &reply.Server-Message := "Username:" + } + + send Authentication-GetPass { + &reply.Server-Message := "Password:" + } + # # ## Authentication-Continue #