# HG changeset patch # User Rob Hoelz # Date 1347918981 -7200 # Node ID bc173b17c15f358a4be5fdd8c0f8830415acf712 # Parent 8971110c0a61f6389b43c4652144a17e73ee163b Add photo config to sample config diff -r 8971110c0a61 -r bc173b17c15f mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua --- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Mon Sep 17 23:56:11 2012 +0200 +++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua Mon Sep 17 23:56:21 2012 +0200 @@ -34,5 +34,9 @@ vcard_format = { displayname = 'cn', -- Consult the vCard configuration section in the README nickname = 'uid', + photo = { + type = 'binval', + binval = 'jpegPhoto', + } }, }