diff options
Diffstat (limited to 'config')
-rw-r--r-- | 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 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', |