<HTML><HEAD><BASE TARGET="_blank"><STYLE>P { MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px} BODY {FONT-FAMILY: arial;FONT-SIZE:10pt;}</STYLE></HEAD><BODY BGCOLOR="#ffffff"><P>Hello all,</P>
<P> </P>
<P>I've searched through the list archives and found some information regarding this issue and was able to hide the Configuration Tab based on a users global rights which was fine for the time being, but now I come to my challenge/question. What I need the system to do is look at the group rights of a user and give them access to the Configuration Tab and I can't seem to figure this out. Let me give a little background</P>
<P> </P>
<P>We plan on using the system for multiple groups of people accessing RT. We have set it up so that group X can admin group Y and group A can admin group B. What we don't want is group X to be able to admin say group A and vice versa. So I don't want to give any global group admin options but that seems to be about the only way I can and still hide the configuration tab using the code supplied in the FAQ. </P>
<P> </P>
<P>Right now our code is as follows:</P>
<P> </P>
<P>if ( $session{'CurrentUser'}->HasRight(Right => 'AdminGroup',  Object => $RT::System) ) {<BR>                   $basetabs->{'L'} = { title => loc('Configuration'),<BR>                         path => 'Admin/'<BR>                        };</P>
<P> </P>
<P>Any suggestions or ideas? Thanks in advance. </P>
<P><BR><BR>Caleb Peters<BR><BR>----------------------------------------------<BR>Technical Support<BR>Earnware Corporation <BR>Phone | Fax | VM: 800-800-8273 <BR>mail to:support@earnware.com<BR>----------------------------------------------<BR>Perfecting the way you do business...<BR><BR>Visit us at: http://www.earnware.com<BR></P></BODY></HTML>