diff options
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index 49988a3b..8e5c6e49 100644 --- a/config.default.php +++ b/config.default.php @@ -114,6 +114,9 @@ define('LDAP_USER_ATTRIBUTE_EMAIL', 'mail'); // LDAP attribute to find groups in user profile define('LDAP_USER_ATTRIBUTE_GROUPS', 'memberof'); +// LDAP attribute for user avatar image: thumbnailPhoto or jpegPhoto +define('LDAP_USER_ATTRIBUTE_PHOTO', ''); + // Allow automatic LDAP user creation define('LDAP_USER_CREATION', true); |