Commit 03739d6c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added default LDAP field for photo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9342 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5344c94d
......@@ -275,6 +275,7 @@ public class LdapUserProfile {
fullName = "{displayName}";
nickname = "";
birthday = "";
photo = "{jpegPhoto}";
homeStreet = "{homePostalAddress}";
homeCity = "";
homeState = "";
......@@ -306,6 +307,7 @@ public class LdapUserProfile {
fullName = "{displayName}";
nickname = "{uid}";
birthday = "";
photo = "{jpegPhoto}";
homeStreet = "{homePostalAddress}";
homeCity = "";
homeState = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment