[commits] [Wiki] created: rte/RTE_popup_file_atch.asp

Wiki Guest wikiguest at horde.org
Mon Apr 14 11:35:24 UTC 2014


guest [95.9.99.61]  Mon, 14 Apr 2014 11:35:23 +0000

Created page: http://wiki.horde.org/rte/RTE_popup_file_atch.asp

/** Central E-Mail Directory (read-only) **/
$cfgSources['localldap'] = array('title' => _("E-Mail directory  
Example Ltd."),
                                  'type' => 'ldap',
                                  'params' => array('server'    =>  
'ldap.example.com',
                                                    'port'      => '389',
                                                    'tls'       => false,
                                                    'root'      =>  
'ou=people,o=Example Ltd.,c=com',
                                                    'charset'   => 'utf-8',
                                                    'sizelimit' => 200,
                                                    'scope'     => 'one',
                                                    'version'   => 3),
                                  'map'    => array('__key'     => 'dn',
                                                    'name'      => 'cn',
                                                    'email'     => 'mail'),
                                  'search' => array('name', 'email'),
                                  'strict' => array('dn'),
                                  'export' => false,
                                  'browse' => false);




More information about the commits mailing list