diff --git a/admin_manual/configuration/auth_ldap.rst b/admin_manual/configuration/auth_ldap.rst index 2f72c3f3c..94bdcaee6 100644 --- a/admin_manual/configuration/auth_ldap.rst +++ b/admin_manual/configuration/auth_ldap.rst @@ -500,6 +500,10 @@ has a photo stored in the *jpegPhoto* attribute, it will be used as Avatar. The user then is not able to change his avatar in the personal settings. It must be done within LDAP. +.. figure:: ../images/ldap-fetched-avatar.png + + Profile picture fetched from LDAP, Personal Settings + If the *jpegPhoto* attribute is not set or empty, the default ownCloud behaviour is active, i.e. the user will be able to set and change his profile picture in the personal settings. If the user sets a profile picture within ownCloud it diff --git a/admin_manual/images/ldap-fetched-avatar.png b/admin_manual/images/ldap-fetched-avatar.png new file mode 100644 index 000000000..9d25c60a3 Binary files /dev/null and b/admin_manual/images/ldap-fetched-avatar.png differ