Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

Authored By
Unknown
Size
662 B
Referenced Files
None
Subscribers
None

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, Apr 6, 1:11 AM (2 d, 15 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/90/d2e67514e37702d7146ccc9480dd
Default Alt Text
config.inc.php.dist (662 B)

Event Timeline