Skip to content

Commit f17279c

Browse files
sirainencmouse
authored andcommitted
config/sql: Add example configuration links to auth
1 parent 25b8bb8 commit f17279c

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

docs/core/config/auth/databases/sql.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ layout: doc
33
title: SQL
44
dovecotlinks:
55
auth_sql: SQL authentication database
6+
auth_mysql:
7+
hash: mysql
8+
text: MySQL authentication
9+
auth_postgresql:
10+
hash: postgresql
11+
text: PostgreSQL authentication
12+
auth_sqlite:
13+
hash: sqlite
14+
text: Sqlite authentication
615
---
716

817
# SQL Database (`sql`)

docs/core/config/sql/mysql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ headers installed.
1616

1717
For MariaDB, you need to have compatibility headers installed.
1818

19+
## Example Configuration
20+
21+
See [[link,auth_mysql]].
22+
1923
## Settings
2024

2125
<SettingsComponent tag="sql-mysql" />

docs/core/config/sql/postgresql.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Driver name is `postgresql`.
1212
To compile support for this driver, you need PostgreSQL client library and
1313
headers.
1414

15+
## Example Configuration
16+
17+
See [[link,auth_postgresql]].
18+
1519
## Settings
1620

1721
<SettingsComponent tag="sql-postgresql" />

docs/core/config/sql/sqlite.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Driver name is `sqlite`.
1111

1212
To compile support for this driver. you need sqlite library and headers.
1313

14+
## Example Configuration
15+
16+
See [[link,auth_sqlite]].
17+
1418
## Settings
1519

1620
<SettingsComponent tag="sql-sqlite" />

0 commit comments

Comments
 (0)