Mercurial > prosody-modules
comparison mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua @ 1463:d47972f783fb
Include configuration for telephone numbers for LDAP test config
author | Rob Hoelz <rob@hoelz.ro> |
---|---|
date | Wed, 02 Jul 2014 22:28:00 -0500 |
parents | 7aaf5d8750a3 |
children |
comparison
equal
deleted
inserted
replaced
1462:a2a38b0a6376 | 1463:d47972f783fb |
---|---|
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 = 'image/jpeg', | 38 type = 'image/jpeg', |
39 binval = 'jpegPhoto', | 39 binval = 'jpegPhoto', |
40 } | 40 }, |
41 telephone = { | |
42 work = { | |
43 voice = true, | |
44 number = 'telephoneNumber', | |
45 }, | |
46 }, | |
41 }, | 47 }, |
42 } | 48 } |