Mercurial > prosody-modules
comparison mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua @ 826:9dc7d92f44e8
Fix prosody config (type is MIME type)
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Tue, 18 Sep 2012 00:13:37 +0200 |
parents | bc173b17c15f |
children | 675945ea2ed6 |
comparison
equal
deleted
inserted
replaced
825:abdc5db04152 | 826:9dc7d92f44e8 |
---|---|
33 | 33 |
34 vcard_format = { | 34 vcard_format = { |
35 displayname = 'cn', -- Consult the vCard configuration section in the README | 35 displayname = 'cn', -- Consult the vCard configuration section in the README |
36 nickname = 'uid', | 36 nickname = 'uid', |
37 photo = { | 37 photo = { |
38 type = 'binval', | 38 type = 'image/jpeg', |
39 binval = 'jpegPhoto', | 39 binval = 'jpegPhoto', |
40 } | 40 } |
41 }, | 41 }, |
42 } | 42 } |