From 69a4b7ad67d2732ba1f86666b3d4d2d83b15200e Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Mon, 3 Jul 2023 22:35:58 +0200 Subject: [PATCH] ldap: add an entry in the doc --- docs/index.rst | 1 + docs/ldap.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/ldap.rst diff --git a/docs/index.rst b/docs/index.rst index 717eed0..2fd1e1a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,6 +30,7 @@ Welcome to NixOS Mailserver's documentation! fts flakes autodiscovery + ldap Indices and tables ================== diff --git a/docs/ldap.rst b/docs/ldap.rst new file mode 100644 index 0000000..efd975d --- /dev/null +++ b/docs/ldap.rst @@ -0,0 +1,14 @@ +LDAP Support +============ + +It is possible to manage mail user accounts with LDAP rather than with +the option `loginAccounts `_. + +All related LDAP options are described in the `LDAP options section +`_ and the `LDAP test +`_ +provides a getting started example. + +.. note:: + The LDAP support can not be enabled if some accounts are also defined with ``mailserver.loginAccounts``. +