summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-07-31 09:36:40 +0200
committerAleksander Machniak <alec@alec.pl>2012-07-31 09:36:40 +0200
commitb2c3c31c105bc516d64fa6d7a393d0699b0a60de (patch)
tree703c9bac2223a56f04a5cf7daabea90c40d79db7 /config
parentec86add1ffbdc7c60d446657b7d713867c736c36 (diff)
Use correct field name (title -> jobtitle) in example LDAP addressbook config
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 740684be3..89f596636 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -596,7 +596,7 @@ $rcmail_config['ldap_public']['Verisign'] = array(
'name' => 'cn',
'surname' => 'sn',
'firstname' => 'givenName',
- 'title' => 'title',
+ 'jobtitle' => 'title',
'email' => 'mail:*',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',