<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Sorry about that!<br>
It's quick to fix if you want to.<br>
<br>
Edit /opt/zendto/lib/NSSAuthenticator.php and around line 150 you
will find a section of code that looks like this:<br>
public function authenticate(<br>
$uname,<br>
$password,<br>
&$response<br>
)<br>
{<br>
if ( $response && $this->isAdmin($uname) ) {<br>
$response['grantAdminPriv'] = TRUE;<br>
}<br>
if ( $response && $this->isStats($uname) ) {<br>
$response['grantStatsPriv'] = TRUE;<br>
}<br>
Add this line immediately after the line in the middle that mentions
'grantAdminPriv':<br>
$response['grantStatsPriv'] = TRUE;<br>
<br>
Then it will work.<br>
<br>
Jules.<br>
<br>
On 25/05/2012 17:57, Brad Beckenhauer wrote:
<blockquote cite="mid:4FBF739C02000068000B8FBD@smtp.aafp.org"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<meta name="GENERATOR" content="MSHTML 9.00.8112.16443">
<div>I just updated.</div>
<div>At the moment I can only see one issue.</div>
<div> </div>
<div>My user account is in the preferences.conf authAdmins. I
can see the System Stats button, but I when I attempt to access
the Stats page as an Admin, I get an 'Access Denied" message.</div>
<div> </div>
<div>If I add myself as an 'authStats' user ( in addition to
being an authAdmin user), then I can see the Stats page.</div>
<div> </div>
<div>Please Allow authAdmins to see the stats page without having
to add them as authStats users.</div>
<div> </div>
<div> </div>
<div>thanks!!!</div>
<div>Brad</div>
<div> </div>
<div> </div>
<div><br>
<br>
>>> On 5/25/2012 at 6:34 AM, Jules
<a class="moz-txt-link-rfc2396E" href="mailto:Jules@zend.to"><Jules@zend.to></a> wrote:<br>
</div>
<table style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em"
bgcolor="#f3f3f3" border="0">
<tbody>
<tr>
<td>
<div style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT:
7px">Has anyone tried 4.10 yet? Is it working well for
you?<br>
<br>
Jules<br>
<br>
-- <br>
Julian Field MEng CITP CEng<br>
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a><br>
<br>
Follow me at twitter.com/JulesFM<br>
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947
1415 B654<br>
<br>
'It's okay to live without all the answers' - Charlie
Eppes, 2011<br>
'All programs have a desire to be useful' - Tron, 1982<br>
'That is the land of lost content,<br>
I see it shining plain,<br>
The happy highways where I went,<br>
And cannot come again.' - A.E. Houseman<br>
<br>
_______________________________________________<br>
ZendTo mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br>
<a moz-do-not-send="true"
href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br>
</div>
</td>
</tr>
</tbody>
</table>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng CITP CEng
<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Follow me at twitter.com/JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
'It's okay to live without all the answers' - Charlie Eppes, 2011
'All programs have a desire to be useful' - Tron, 1982
'That is the land of lost content,
I see it shining plain,
The happy highways where I went,
And cannot come again.' - A.E. Houseman
</pre>
</body>
</html>