Skip to content

Commit a0e1c5a

Browse files
committed
The auth plugin defaults to pwd
1 parent a66ff47 commit a0e1c5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/2.installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ To use native binaries you need to download a bundle which is simply a ZIP file
2222
3. **Start up the server**. You need to choose a `root` password for the `root` account which will have complete control over the database.
2323

2424
```bash
25-
./skyd --auth-root-password=<your root password> --auth-plugin=pwd
25+
./skyd --auth-root-password=<your root password>
2626
```
2727

2828
**Replace with your own secure password!**
2929

3030
Explanation:
3131
- `--auth-root-password`: sets the root password
32-
- `--auth-plugin`: sets the authentication plugin to `pwd` which is a simple password based authentication system
3332

3433
The server starts up at `localhost:2003` and is ready to run queries.
3534

0 commit comments

Comments
 (0)