Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

config.inc.php.dist

<?php
// The id of the LDAP address book (which refers to the $rcmail_config['ldap_public'])
// or complete addressbook definition array.
$rcmail_config['ldap_authentication_addressbook'] = '';
// This will overwrite defined filter
$rcmail_config['ldap_authentication_filter'] = '(&(objectClass=kolabInetOrgPerson)(|(uid=%u)(mail=%fu)(alias=%fu)))';
// Use this fields (from fieldmap configuration) to get authentication ID
$rcmail_config['ldap_authentication_login'] = 'email';
// Use this fields (from fieldmap configuration) for default identity
$rcmail_config['ldap_authentication_name'] = 'name';
$rcmail_config['ldap_authentication_email'] = 'email';
?>

File Metadata

Mime Type
text/x-php
Expires
Mon, Aug 25, 7:09 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226112
Default Alt Text
config.inc.php.dist (666 B)

Event Timeline