comparison mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua @ 824:bc173b17c15f

Add photo config to sample config
author Rob Hoelz <rob@hoelz.ro>
date Mon, 17 Sep 2012 23:56:21 +0200
parents 1d51c5e38faa
children 9dc7d92f44e8
comparison
equal deleted inserted replaced
823:8971110c0a61 824:bc173b17c15f
32 }, 32 },
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 = {
38 type = 'binval',
39 binval = 'jpegPhoto',
40 }
37 }, 41 },
38 } 42 }