FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
rmreddy
Staff
Staff
Article Id 196667
Description
This article describes how to limit number of users created for guest group.

Solution
From CLI :

Execute the below commands to configure maximum accounts and limit number of users created for specific guest group.
# config user group
    edit <guest_group_name>
        set max-accounts <integer value>
    end
If max accounts is set to 0 , there will be no limit.
# config user group
    edit <guest_group_name>
        set max-accounts 0
    end
Limiting the maximum accounts from GUI.





If maximum accounts is set to 2 , more than 2 users cannot be created.




If maximum accounts is disabled from GUI, then there will be no limitation.






Contributors