From 4a63c2bbb4300d297758e52e3876b2681d5eae4b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 17 Jun 2021 17:57:07 +0200 Subject: [PATCH] doc: LDAP login support, update php requirements list - fixes https://github.com/shaarli/Shaarli/issues/1677 --- doc/md/Server-configuration.md | 1 + doc/md/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 881159b2..2bfb712e 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md @@ -67,6 +67,7 @@ Extension | Required? | Usage [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->รจ->f`) [`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way [`php-gettext`](http://php.net/manual/en/book.gettext.php) | optional | Use the translation system in gettext mode (faster) +[`php-ldap`](https://www.php.net/manual/en/book.ldap.php) | optional | LDAP login support Some [plugins](Plugins.md) may require additional configuration. diff --git a/doc/md/index.md b/doc/md/index.md index 2c4995f8..31ccaf4d 100644 --- a/doc/md/index.md +++ b/doc/md/index.md @@ -60,6 +60,7 @@ Shaarli can be used: - Easily extensible by any client using the [REST API](REST-API.md) exposed by Shaarli - Bookmarklet and [other tools](Community-and-related-software.md) to share links in one click - Responsive/support for mobile browsers, degrades gracefully with Javascript disabled +- LDAP (single-user) login support ### Easy setup