| Summary | Auth_kolab::listUsers lists only users in allow_special_users setup (if used) | 
| Queue | Kolab | 
| Type | Enhancement | 
| State | Assigned | 
| Priority | 1. Low | 
| Owners | wrobel (at) horde (dot) org | 
| Requester | m.gabriel (at) das-netzwerkteam (dot) de | 
| Created | 05/07/2009 (6021 days ago) | 
| Due | |
| Updated | 12/29/2010 (5420 days ago) | 
| Assigned | 05/07/2009 (6021 days ago) | 
| Resolved | |
| Milestone | |
| Patch | Yes | 
State ⇒ Assigned
Priority ⇒ 1. Low
New Attachment: 20090506_Kolab_listSpecialUsers.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kolab
Summary ⇒ Auth_kolab::listUsers lists only users in allow_special_users setup (if used)
Type ⇒ Enhancement
State ⇒ New
$conf['kolab']['imap']['allow_special_users']
feature in horde's conf.php is very useful (great idea!!!).
however, when setting up user ACLs in kronolith, nag, etc. you are
offered a selection list containing all KOLAB users. A customer
demanded the following:
o restrict horde login on the customer's vhost to a special group
o hide non-vhost kolab users (users not in the customer's special
group) on the customer's
vhost, completely. (esp. in ACL selection lists)
here is a patch that modifies Kolab_auth::listUsers and takes the
,,allow_special_users'' into consideration.