diff --git a/admin_manual/configuration_user/user_auth_ldap.rst b/admin_manual/configuration_user/user_auth_ldap.rst index f4dcc375a..4a2f32509 100644 --- a/admin_manual/configuration_user/user_auth_ldap.rst +++ b/admin_manual/configuration_user/user_auth_ldap.rst @@ -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:: diff --git a/admin_manual/images/ldap-advanced-1-connection.png b/admin_manual/images/ldap-advanced-1-connection.png index 3ef12bdcf..d2e03fb61 100644 Binary files a/admin_manual/images/ldap-advanced-1-connection.png and b/admin_manual/images/ldap-advanced-1-connection.png differ diff --git a/admin_manual/images/ldap-advanced-2-directory.png b/admin_manual/images/ldap-advanced-2-directory.png index 35837fa1b..d39181177 100644 Binary files a/admin_manual/images/ldap-advanced-2-directory.png and b/admin_manual/images/ldap-advanced-2-directory.png differ diff --git a/admin_manual/images/ldap-advanced-3-attributes.png b/admin_manual/images/ldap-advanced-3-attributes.png index f0810d6f0..f37eb43f7 100644 Binary files a/admin_manual/images/ldap-advanced-3-attributes.png and b/admin_manual/images/ldap-advanced-3-attributes.png differ diff --git a/admin_manual/images/ldap-expert.png b/admin_manual/images/ldap-expert.png index 59d19bad4..de0229095 100644 Binary files a/admin_manual/images/ldap-expert.png and b/admin_manual/images/ldap-expert.png differ diff --git a/admin_manual/images/ldap-wizard-1-server.png b/admin_manual/images/ldap-wizard-1-server.png index ed7271741..80ce25dd9 100644 Binary files a/admin_manual/images/ldap-wizard-1-server.png and b/admin_manual/images/ldap-wizard-1-server.png differ diff --git a/admin_manual/images/ldap-wizard-2-user.png b/admin_manual/images/ldap-wizard-2-user.png index 69982628b..ef6b59192 100644 Binary files a/admin_manual/images/ldap-wizard-2-user.png and b/admin_manual/images/ldap-wizard-2-user.png differ diff --git a/admin_manual/images/ldap-wizard-3-login.png b/admin_manual/images/ldap-wizard-3-login.png index 1e54d4660..42c49bd69 100644 Binary files a/admin_manual/images/ldap-wizard-3-login.png and b/admin_manual/images/ldap-wizard-3-login.png differ diff --git a/admin_manual/images/ldap-wizard-4-group.png b/admin_manual/images/ldap-wizard-4-group.png index 08741a621..a3ecde4b0 100644 Binary files a/admin_manual/images/ldap-wizard-4-group.png and b/admin_manual/images/ldap-wizard-4-group.png differ diff --git a/admin_manual/whats_new_admin.rst b/admin_manual/whats_new_admin.rst index 166d3ff48..6b26aa9a2 100644 --- a/admin_manual/whats_new_admin.rst +++ b/admin_manual/whats_new_admin.rst @@ -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 -`_ is -available in the Developer's Manual + `_ + 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"