On Dec 2, 2024, at 3:30 AM, 黄立成 via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I am trying to starting radius(default server) and tacacs at the same time, both with mschap.My tacacs server can work properly alone, so I just add the default file back to the sites-enabled dictionary. Also, according to the mschap module page, I put two attibutes parts in the mschap file(One for tacacs and One for radius).
You only put one "attributes" section in.
prefix = /usr/local log {
Why HTML spaces?
/usr/local/etc/raddb/mods-enabled/mschap[384]: Failed to parse configuration item 'chap_challenge = &Vendor-Specific.Microsoft.CHAP-Challenge': Attribute 'Vendor-Specific.Microsoft.CHAP-Challenge' not found. Searched in: TACACS, internal
Yes, Vendor-Specific is not a TACACS+ attribute. Delete the entire "attributes" section which contains this entry. Alan DeKok.