Download Print this page

D-Link DWS-3160 Configuration Manual page 9

Unified switch
Hide thumbs Also See for DWS-3160:

Advertisement

How to Configure a BYOD Environment with the DWS-3160
Remove "#" in the beginning of "sql" in the sections of "authorize"
5. Setup PostgreSQL server
5-1. Start Postgresql service
Execute the following commands to init and start postgresql. And save.
---------------------------
service postgresql initdb
service postgresql enable
service postgresql start
---------------------------
5-2. Create a database user for FreeRADIUS.
5-2-1. Create a database user for FreeRADIUS. Please note that the username and password must
be matched with username/password which set in /etc/raddb/sql.conf. In the settings of previous
steps, the username/ password are radius/ radpass.
----------------------------
sudo -u postgres createuser radius --no-superuser --no-createdb --no-createrole –P
----------------------------
5-2-2. Create a database for FreeRadius
Create a database for FreeRADIUS. The owner of this database should be the one we defined in
/etc/raddb/sql.conf.

Advertisement

loading