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``. +