diff options
author | alecpl <alec@alec.pl> | 2011-08-16 13:41:52 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-08-16 13:41:52 +0000 |
commit | 5c9d1ffe8eb4d53c378720e745e54f2a4bdecb28 (patch) | |
tree | fde47cd219ad5679d86a54c6fd098da78bf80f28 /config | |
parent | fe0cb657f1b3c0a5b097a4f7a2b670ea8c52997b (diff) |
- Add option to hide selected LDAP addressbook on the list
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 750fa2576..85afa8c7f 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -513,6 +513,9 @@ $rcmail_config['ldap_public']['Verisign'] = array( 'auth_cid' => '', // SASL authentication method (for proxy auth), e.g. DIGEST-MD5 'auth_method' => '', + // Indicates if the addressbook shall be displayed on the list. + // With this option enabled you can still search/view contacts. + 'hidden' => false, // Indicates if we can write to the LDAP directory or not. // If writable is true then these fields need to be populated: // LDAP_Object_Classes, required_fields, LDAP_rdn |