summaryrefslogtreecommitdiff
path: root/doc/en_US/ldap-profile-picture.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-04-06 10:54:58 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-04-06 10:54:58 -0700
commit0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch)
tree5d8941b5950ede2db8ca3fba0213792db0f07a50 /doc/en_US/ldap-profile-picture.markdown
parentac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff)
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'doc/en_US/ldap-profile-picture.markdown')
-rw-r--r--doc/en_US/ldap-profile-picture.markdown27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/en_US/ldap-profile-picture.markdown b/doc/en_US/ldap-profile-picture.markdown
deleted file mode 100644
index 4798f645..00000000
--- a/doc/en_US/ldap-profile-picture.markdown
+++ /dev/null
@@ -1,27 +0,0 @@
-LDAP User Profile Photo
-=======================
-
-Kanboard can download automatically user pictures from the LDAP server.
-
-This feature is enabled only if LDAP authentication is activated and the parameter `LDAP_USER_ATTRIBUTE_PHOTO` is defined.
-
-Configuration
--------------
-
-In your `config.php`, you have to set the LDAP attribute used to store the image.
-
-```php
-define('LDAP_USER_ATTRIBUTE_PHOTO', 'jpegPhoto');
-```
-
-Usually, the attributes `jpegPhoto` or `thumbnailPhoto` are used.
-The image can be stored in JPEG or PNG format.
-
-To upload the image in the user profile, Active Directory administrators may use software like [AD Photo Edit](http://www.cjwdev.co.uk/Software/ADPhotoEdit/Info.html).
-
-Notes
------
-
-The profile image is **downloaded at login time only if the user do not already have uploaded an image previously**.
-
-To change the user photo, the previous one have to be removed manually in the user profile.