Merge pull request #1769 from nodiscc/doc-php-ldap
doc: LDAP login support, update php requirements list
This commit is contained in:
commit
1a36e314ba
2 changed files with 2 additions and 0 deletions
|
@ -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-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-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-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.
|
Some [plugins](Plugins.md) may require additional configuration.
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,7 @@ Shaarli can be used:
|
||||||
- Easily extensible by any client using the [REST API](REST-API.md) exposed by Shaarli
|
- 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
|
- 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
|
- Responsive/support for mobile browsers, degrades gracefully with Javascript disabled
|
||||||
|
- LDAP (single-user) login support
|
||||||
|
|
||||||
|
|
||||||
### Easy setup
|
### Easy setup
|
||||||
|
|
Loading…
Reference in a new issue