diff options
author | alecpl <alec@alec.pl> | 2012-03-29 11:14:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-03-29 11:14:47 +0000 |
commit | 13db9ee199b0a452a6efaf09e6f7c5a76f739ef5 (patch) | |
tree | 25814f61b29c2c0610ac1223ef13e0a03557c91d /config/main.inc.php.dist | |
parent | cc46fb2e9854cee36d15a9e6e5c15cae687547ea (diff) |
- Support LDAP RFC2256's country object class read/write (#1488123)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 1d3a78af7..69871e3ed 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -580,6 +580,8 @@ $rcmail_config['ldap_public']['Verisign'] = array( // the object classes (can include additional fields not required by the object classes). 'required_fields' => array('cn', 'sn', 'mail'), 'search_fields' => array('mail', 'cn'), // fields to search in + // Map of contact sub-objects (attribute name => objectClass(es)), e.g. 'c' => 'country' + 'sub_fields' => array(), // mapping of contact fields to directory attributes 'fieldmap' => array( // Roundcube => LDAP |