doc: LDAP login support, update php requirements list

- fixes https://github.com/shaarli/Shaarli/issues/1677
This commit is contained in:
nodiscc 2021-06-17 17:57:07 +02:00
parent 11c6fc418d
commit 4a63c2bbb4
No known key found for this signature in database
GPG key ID: 61B23168A539DBBD
2 changed files with 2 additions and 0 deletions

View file

@ -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.

View file

@ -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