Chapter 6 Deploying Wireless Networks for FortiOS 5.0 : Wireless network examples : Basic wireless network : Configuring authentication for wireless users
  
Configuring authentication for wireless users
You need to configure user accounts and add the users to a user group. This example shows only one account, but multiple accounts can be added as user group members.
To configure a WiFi user - web-based manager
1. Go to User & Device > User > User Definition and select Create New.
2. Enter a User Name and Password and then select OK.
To configure the WiFi user group - web-based manager
1. Go to User & Device > User > User Group and select Create New.
2. Enter the following information and then select OK:
Name
wlan_users
Type
Firewall
Available Users/ Members
Move users to the Members list.
To configure a WiFi user and the WiFi user group - CLI
config user user
edit "user01"
set type password
set passwd "asdf12ghjk"
end
config user group
edit "wlan_users"
set member "user01"
end