From b2c3c31c105bc516d64fa6d7a393d0699b0a60de Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 31 Jul 2012 03:36:40 -0400
Subject: [PATCH] Use correct field name (title -> jobtitle) in example LDAP addressbook config

---
 config/main.inc.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 740684b..89f5966 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -596,7 +596,7 @@
     'name'        => 'cn',
     'surname'     => 'sn',
     'firstname'   => 'givenName',
-    'title'       => 'title',
+    'jobtitle'    => 'title',
     'email'       => 'mail:*',
     'phone:home'  => 'homePhone',
     'phone:work'  => 'telephoneNumber',

--
Gitblit v1.9.1