Update LDAP docs for telephone and similar fields
authorRob Hoelz <rob@hoelz.ro>
Wed, 02 Jul 2014 22:37:16 -0500
changeset 1466 9da03e45c6be
parent 1465 07582b8aaf84
child 1467 f10a3a5ba28f
Update LDAP docs for telephone and similar fields
mod_lib_ldap/README.md
--- a/mod_lib_ldap/README.md	Wed Jul 02 22:31:52 2014 -0500
+++ b/mod_lib_ldap/README.md	Wed Jul 02 22:37:16 2014 -0500
@@ -127,6 +127,23 @@
   * telephone - TEL
   * email - EMAIL
 
+For example, to get something like this in your vCard:
+
+    <TEL>
+      <WORK />
+      <VOICE />
+      <NUMBER>555-555-5555</NUMBER>
+    </TEL>
+
+Your configuration for `telephone` will probably look something like this:
+
+    telephone = {
+      work = {
+        voice = true,
+        number = 'telephoneNumber',
+      },
+    }
+
 ### Unsupported vCard fields
 
   * LABEL