From 3ce7c568267878b148121237474af155c282019d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 25 Oct 2013 16:54:58 +0200 Subject: Applied the (modified) patch to extend configuration possibilities of LDAP address books as suggested in #1488753: - Add option to specify arbitrary replacements of config options with attributes from the bound user - Allow mapping of group object class => member attribute used in these objects - Describe the 'member_filter' property for groups config --- program/steps/settings/func.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/steps/settings') diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 3b599c0e5..38bb09c8d 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -1260,6 +1260,7 @@ function rcmail_settings_tabs($attrib) array('command' => 'preferences', 'type' => 'link', 'label' => 'preferences', 'title' => 'editpreferences'), array('command' => 'folders', 'type' => 'link', 'label' => 'folders', 'title' => 'managefolders'), array('command' => 'identities', 'type' => 'link', 'label' => 'identities', 'title' => 'manageidentities'), + array('command' => 'responses', 'type' => 'link', 'label' => 'responses', 'title' => 'editresponses'), ); // get all identites from DB and define list of cols to be displayed -- cgit v1.2.3