ClearFoundation Tracker - ClearOS
View Issue Details
0000949ClearOSapp-zarafa - Zarafa Enginepublic2013-01-25 05:122013-04-26 14:17
timb80 
user2 
normalminoralways
closedfixed 
6.3.0 
6.4.06.4.0 
0000949: Zarafa incorrectly showing disabled accounts
As reported here
http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,39/func,view/id,43029/limit,10/limitstart,160/#49834 [^]

Disabled mail accounts are still showing up in Zarafa (check 'zarafa-admin -l')

LDAP config incorrectly matching against all users with zarafaAccount=* (note wildcard) set, Disabled users have zarafaAccount=0 and should not appear.

LDAP config is also limited to accounts with attribute zarafa-user (which matches all)

Therefore /etc/zarafa/ldap.cfg (and also /var/clearos/ldap/synchronize/ldap.cfg) needs changing to show only users with flag zarafaAccount=1.

Set:-
ldap_user_search_filter = (zarafaAccount=1)

Restart zarafa-server to implement
Disable mail account for user
Check valid Zarafa usernames by running 'zarafa-admin-l'
User count is important because it affects licensing
No tags attached.
Issue History
2013-01-25 05:12timb80New Issue
2013-01-25 05:13timb80Additional Information Updatedbug_revision_view_page.php?rev_id=33#r33
2013-01-28 12:19user2Assigned To => user2
2013-01-28 12:19user2Statusnew => confirmed
2013-02-20 12:55user2Target Version => 6.4.0 Updates
2013-02-20 12:55user2Target Version6.4.0 Updates => 6.4.0 Beta 2
2013-02-21 20:00user2Target Version6.4.0 Beta 2 => 6.4.0
2013-03-07 19:58user2Statusconfirmed => resolved
2013-03-07 19:58user2Fixed in Version => 6.4.0 Beta 2
2013-03-07 19:58user2Resolutionopen => fixed
2013-03-18 10:30user2Fixed in Version6.4.0 Beta 2 => 6.4.0
2013-04-26 14:17user2Statusresolved => closed

There are no notes attached to this issue.