Skip to content

Commit bf22ae6

Browse files
committed
Make corrections to freeradius_radius_server_mysql.md
1 parent 678a778 commit bf22ae6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guides/security/freeradius_radius_server_mysql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ Then, set the database name, username and password:
142142

143143
Replace the above fields with your respective server, username.
144144

145-
146145
You will also need to define clients. This is to prevent unauthorized access to our RADIUS server. Edit the `clients.conf` file:
147146

148147
```bash
@@ -168,7 +167,7 @@ systemctl enable --now mysql
168167
mysql_secure_installation
169168
```
170169

171-
Next log into MariaDB:
170+
Next login to MariaDB:
172171

173172
```bash
174173
mysql -u root -p

0 commit comments

Comments
 (0)