Hello,
we use Clearpass tacacs with FortiGate 6.4.9 with no problem, now I want to configure a user to see only one vdom in FortiGate I try to use "set radius-vdom-override enable" but no luck,
config system admin
edit "t1_admin"
set remote-auth enable
set accprofile "noaccess"
set vdom "root" "vdom.01" "vdom.02"
set wildcard enable
set remote-group "TACACS1"
set accprofile-override enable
set radius-vdom-override enable
next
end
my questions:
Thank you
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
"radius-vdom-override" has "radius" in its name because historically TACACS+-based login has not supported dynamic VDOM assignment.
This has however just changed in firmware 7.2.1, where the new feature logged under ID 803326 has implemented this.
Vendor-Specific Attributes (VSAs) can be used with TACACS authentication and authorization in wildcard system administrator access to FortiGates from browsers and SSH. The new VSAs allows the FortiGate to perform group matching, and overwrite VDOM settings under |
The expected attribute name is simply "vdom" .
Keep in mind that this will not work in any other version.
Hi Mohammad,
Check whether your radius server is returning a VDOM attribute (if not, nothing will happen)
Check also if your radius dictionary file includes these 2 attributes.
(12356 is Fortinet RADIUS Vendor ID)
adminroot Password = "<pass>",
User-Service-Type = Login-User,
Fortinet-Vdom-Name = root,
Fortinet-Access-Profile = read_only,
adminvdom01 Password = "<pass>",
User-Service-Type = Login-User,
Fortinet-Vdom-Name = vdom.01,
Fortinet-Access-Profile = read_only,
adminvdom02 Password = "<pass>",
User-Service-Type = Login-User,
Fortinet-Vdom-Name = vdom.02,
Fortinet-Access-Profile = read_only,
regards
/ Abel
Hello Abelio,
I use tacacs+, not a radius, do you know the attributes for vdom in TACACS+ Services Dictionaries?
I try put vdom like the photo:
but no luck.
thank you
Hi Mohammad,
based on this:
I would guess the values are simply what the FortiGate config has to offer.
vdom = vdom-name, e.g. root. Rest as per article.
Best regards,
Markus
"radius-vdom-override" has "radius" in its name because historically TACACS+-based login has not supported dynamic VDOM assignment.
This has however just changed in firmware 7.2.1, where the new feature logged under ID 803326 has implemented this.
Vendor-Specific Attributes (VSAs) can be used with TACACS authentication and authorization in wildcard system administrator access to FortiGates from browsers and SSH. The new VSAs allows the FortiGate to perform group matching, and overwrite VDOM settings under |
The expected attribute name is simply "vdom" .
Keep in mind that this will not work in any other version.
Hello pminarik,
Thank you too much for your help and the information.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1732 | |
1105 | |
752 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.