Include configuration for telephone numbers for LDAP test config
authorRob Hoelz <rob@hoelz.ro>
Wed, 02 Jul 2014 22:28:00 -0500
changeset 1463 d47972f783fb
parent 1462 a2a38b0a6376
child 1464 8e293681deb5
Include configuration for telephone numbers for LDAP test config
mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua
--- a/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua	Wed Jul 02 22:26:01 2014 -0500
+++ b/mod_lib_ldap/dev/prosody-posix-ldap.cfg.lua	Wed Jul 02 22:28:00 2014 -0500
@@ -37,6 +37,12 @@
       photo       = {
         type   = 'image/jpeg',
         binval = 'jpegPhoto',
-      }
+      },
+      telephone = {
+        work = {
+          voice = true,
+          number = 'telephoneNumber',
+        },
+      },
     },
 }