<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Hi,<br>
<br>
I  have made  a Queue that's work pretty good but i 've got a user rights
problem...<br>
The client need an access to the queue, so i've setup the user with the following
rights<br>
<br>
 <input type="checkbox" value="181" name="RevokeACE"> ShowTicketComments<br>
 <input type="checkbox" value="179" name="RevokeACE"> SeeQueue<br>
 <input type="checkbox" value="180" name="RevokeACE"> ShowTicket<br>
 <input type="checkbox" value="177" name="RevokeACE"> CreateTicket<br>
 <input type="checkbox" value="178" name="RevokeACE"> ReplyToTicket<br>
 <input type="checkbox" value="176" name="RevokeACE"> CommentOnTicket<br>
<br>
My problem is that this user can see every mail address of all  the other
clients when he uses the "Find people whose ..." box in the User menu of
the Configuration menu.<br>
<br>
As anyone an idea about how to deny the access to the feature for the user
?<br>
<br>
Thanx<br>
</body>
</html>