From b2c3c31c105bc516d64fa6d7a393d0699b0a60de Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 31 Jul 2012 09:36:40 +0200 Subject: Use correct field name (title -> jobtitle) in example LDAP addressbook config --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/main.inc.php.dist') 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', -- cgit v1.2.3