diff 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
line wrap: on
line diff
--- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua	Tue Sep 18 00:07:31 2012 +0200
+++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua	Tue Sep 18 00:13:37 2012 +0200
@@ -35,7 +35,7 @@
       displayname = 'cn', -- Consult the vCard configuration section in the README
       nickname    = 'uid',
       photo       = {
-        type   = 'binval',
+        type   = 'image/jpeg',
         binval = 'jpegPhoto',
       }
     },