Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Different Admin Profiles per VDOM?
Is it possible to have different admin profiles per vdom? For example, i have a group of users that need read/write access to vdom1, but read only access to vdom2. Conceivably, i can have them use 2 different usernames to log in, one for each vdom with appropriate rights, but is there a simpler way?
CISSP, NSE4
CISSP, NSE4
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't think you can at least with 5.2.x or older. I don't know about 5.4. You can add multiple vdoms to an admin. But the admin profile applies to all vdoms and I don't see a way to bind a different profile per vdom.
CLI:
config system admin
edit "test_admin"
set accprofile "test_profile1"
set vdom "Customer_A" "Customer_B"
<snip>
