update ldap screenshots
@@ -11,7 +11,7 @@ user.
|
||||
|
||||
.. Note:: The PHP LDAP module is required; this is supplied by ``php5-ldap`` on
|
||||
Debian/Ubuntu, and ``php-ldap`` on CentOS/Red Hat/Fedora. PHP 5.4+ is
|
||||
required in ownCloud 8.
|
||||
required in ownCloud 8.1.
|
||||
|
||||
The LDAP application supports:
|
||||
|
||||
@@ -463,23 +463,12 @@ Testing the configuration
|
||||
The **Test Configuration** button checks the values as currently given in the
|
||||
input fields. You do not need to save before testing. By clicking on the
|
||||
button, ownCloud will try to bind to the ownCloud server using the
|
||||
settings currently given in the input fields. The response will look like this:
|
||||
settings currently given in the input fields. If the binding fails you'll see a
|
||||
yellow banner with the error message "The configuration is invalid. Please have
|
||||
a look at the logs for further details."
|
||||
|
||||
.. figure:: ../images/ldap-settings-invalid-oc45.png
|
||||
|
||||
Failure
|
||||
|
||||
In case the configuration fails, you can see details in ownCloud's log, which
|
||||
is in the data directory and called **owncloud.log** or on the bottom the
|
||||
**Settings -- Admin page**. You must refresh the Admin page to see the new log
|
||||
entries.
|
||||
|
||||
.. figure:: ../images/ldap-settings-valid-oc45.png
|
||||
|
||||
Success
|
||||
|
||||
In this case, Save the settings. You can check if the users and groups are
|
||||
fetched correctly on the Users page.
|
||||
When the configuration test reports success, save your settings and check if the
|
||||
users and groups are fetched correctly on the Users page.
|
||||
|
||||
ownCloud Avatar integration
|
||||
---------------------------
|
||||
@@ -580,7 +569,8 @@ Caching
|
||||
The LDAP cache has changed in ownCloud 8.1. There is no more file cache, but
|
||||
only a memory cache, and you must install and configure the memory cache. The
|
||||
simplest memory cache to use is APCu. This is supplied by the ``php5-apcu``
|
||||
package on Debian/Ubuntu/Mint, and by ``php-pecl-apcu``on Red Hat/CentOS/Fedora.
|
||||
package on Debian/Ubuntu/Mint, and by ``php-pecl-apcu`` on Red
|
||||
Hat/CentOS/Fedora.
|
||||
|
||||
After installing APCu you must modify ``config.php`` to select APCu as the
|
||||
ownCloud cache::
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 218 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 35 KiB |
@@ -6,40 +6,40 @@ ownCloud Server and Enterprise Subscription 8.1 are shipping with a batch of
|
||||
improvements and new features, including:
|
||||
|
||||
* Updated encryption with support for multiple encryption backends and
|
||||
migration tools for 8.0 -> 8.1
|
||||
migration tools for 8.0 -> 8.1
|
||||
* Improved LDAP configuration wizard
|
||||
* WebDAV performance enhancements
|
||||
* SFTP external storage with SSH keys
|
||||
* SMB external storage is now based on ``libsmbclient``
|
||||
* Improved performance and better storage space management of preview
|
||||
generation
|
||||
generation
|
||||
* UI improvements for configurating external storage
|
||||
* The ownCloud Appstore shows now different trust levels, and allows enabling
|
||||
experimental apps
|
||||
experimental apps
|
||||
* Deleted files & folders now keep the share info after restoring from trashbin
|
||||
(local shares only and not external storage)
|
||||
(local shares only and not external storage)
|
||||
|
||||
|
||||
* Many more links from the administration UI to the relevant documention
|
||||
* ``occ`` command updated to allow installing ownCloud completely from the
|
||||
command line
|
||||
command line
|
||||
* User avatars are displayed in share dialogs
|
||||
* Font preview, 3D pictures media type (previewed as JPEG) and raw media type
|
||||
support without previews
|
||||
support without previews
|
||||
* A new simple example theme is included
|
||||
* All shares now have at least read permissions, which prevents unpredictable
|
||||
server behavior
|
||||
server behavior
|
||||
* Support for shortened URLs
|
||||
* Users may not remove share expiration dates when the admin settings require
|
||||
them
|
||||
them
|
||||
* Auto complete in share dialog works again when sharing is limited to groups
|
||||
* `Developer changelog
|
||||
<https://doc.owncloud.org/server/8.1/developer_manual/app/changelog.html>`_ is
|
||||
available in the Developer's Manual
|
||||
<https://doc.owncloud.org/server/8.1/developer_manual/app/changelog.html>`_
|
||||
is available in the Developer's Manual
|
||||
|
||||
* File IDs are now persistent when moving files across storages, deleted to
|
||||
trashbin or restored as version
|
||||
trashbin or restored as version
|
||||
* Ship ca-bundle.crt to work around issues on systems that experience failed
|
||||
connections to the Appstore
|
||||
connections to the Appstore
|
||||
* Introduce new "OC-ETag" header fixing issues with server configs stripping off
|
||||
ETags "No E-Tag received from server"
|
||||
ETags "No E-Tag received from server"
|
||||
|
||||