Page MenuHomeVyOS Platform

BP not work "Login: issue warning if TACACS or RADIUS source-address is not configured on the system"
Closed, ResolvedPublicBUG

Description

The Backport of https://github.com/vyos/vyos-1x/pull/4858 not work.

Warning not rise.

Version: VyOS 1.4-stable-202511292107 , vyos-1.5-stream-202512030410

Config:

set system login radius server 192.168.0.2 key 'test-vyos'
set system login radius server 192.168.0.2 port '1812'
set system login radius server 192.168.0.2 timeout '5'
set system login radius source-address '192.168.0.1'

Details

Version
1.4.4
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Cosmetic issue (typos etc.)

Event Timeline

a.pidnebesny renamed this task from BP 1.4.4 not work "Login: issue warning if TACACS or RADIUS source-address is not configured on the system" to BP not work "Login: issue warning if TACACS or RADIUS source-address is not configured on the system".Wed, Dec 3, 10:14 AM

Warning is not displayed in sagitta and circinus because a warning class import from vyos.base is missing in system_login.py

Subject works in current branch only, corresponding import - https://github.com/vyos/vyos-1x/blob/3dbbf5e97d9832bcde9ee6d9751457922ef7e8db/src/conf_mode/system_login.py#L29

Viacheslav triaged this task as Normal priority.Fri, Dec 5, 2:31 PM
Viacheslav claimed this task.
Viacheslav moved this task from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.4) board.