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 { ...@@ -275,6 +275,7 @@ public class LdapUserProfile {
fullName = "{displayName}"; fullName = "{displayName}";
nickname = ""; nickname = "";
birthday = ""; birthday = "";
photo = "{jpegPhoto}";
homeStreet = "{homePostalAddress}"; homeStreet = "{homePostalAddress}";
homeCity = ""; homeCity = "";
homeState = ""; homeState = "";
...@@ -306,6 +307,7 @@ public class LdapUserProfile { ...@@ -306,6 +307,7 @@ public class LdapUserProfile {
fullName = "{displayName}"; fullName = "{displayName}";
nickname = "{uid}"; nickname = "{uid}";
birthday = ""; birthday = "";
photo = "{jpegPhoto}";
homeStreet = "{homePostalAddress}"; homeStreet = "{homePostalAddress}";
homeCity = ""; homeCity = "";
homeState = ""; 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