<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
No, that code appears twice in that file. Make sure the line is
there in *both* places.<br>
<br>
Jules.<br>
<br>
On 28/05/2012 21:12, Marlon R Deerr wrote:
<blockquote
cite="mid:A08EE36822E7184AA48B7F0B031BB51905BCB983@TGF-Exch2.TGF.local"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
h5
        {mso-style-priority:9;
        mso-style-link:"Heading 5 Char";
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:10.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.Heading5Char
        {mso-style-name:"Heading 5 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 5";
        font-weight:bold;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<h5><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D;font-weight:normal">Interesting...when
I checked my 4.10 install, it already had </span><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";font-weight:normal">$response['grantStatsPriv']
= TRUE; <span style="color:#1F497D">there. There was no
need for me to add it in but I also am having this exact
same issue. When I try to access System Statistics, I get
an Access Denied saying that “</span>This feature is only
accessible by administrators who have logged-in to the
system”. <span style="color:#1F497D">I know for sure that
my user account is a member of “authAdmins”. That message
will only go away if I also add myself as as “authStats”
user.<o:p></o:p></span></span></h5>
<h5><o:p> </o:p></h5>
<h5><o:p> </o:p></h5>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:zendto-bounces@zend.to">zendto-bounces@zend.to</a>
[<a class="moz-txt-link-freetext" href="mailto:zendto-bounces@zend.to">mailto:zendto-bounces@zend.to</a>] <b>On Behalf Of </b>Jules<br>
<b>Sent:</b> May-28-12 7:02 AM<br>
<b>To:</b> ZendTo Users<br>
<b>Subject:</b> [ZendTo] Re: Anyone tried 4.10 yet?<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">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: <o:p></o:p></p>
<div>
<p class="MsoNormal">I just updated.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">At the moment I can only see one issue.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">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.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">If I add myself as an 'authStats' user (
in addition to being an authAdmin user), then I can see the
Stats page.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Please Allow authAdmins to see the stats
page without having to add them as authStats users.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">thanks!!!<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Brad<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><br>
<br>
>>> On 5/25/2012 at 6:34 AM, Jules <a
moz-do-not-send="true" href="mailto:Jules@zend.to"><Jules@zend.to></a>
wrote:<o:p></o:p></p>
</div>
<table class="MsoNormalTable"
style="margin-left:11.25pt;background:#F3F3F3" border="0"
cellpadding="0">
<tbody>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<div style="border:none;border-left:solid #050505
1.0pt;padding:0in 0in 0in 5.0pt">
<p class="MsoNormal">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 moz-do-not-send="true" 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 moz-do-not-send="true"
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><o:p></o:p></p>
</div>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><br>
<br>
<br>
<o:p></o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>ZendTo mailing list<o:p></o:p></pre>
<pre><a moz-do-not-send="true" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><o:p></o:p></pre>
<pre><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><o:p></o:p></pre>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<pre>Jules<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>-- <o:p></o:p></pre>
<pre>Julian Field MEng CITP CEng<o:p></o:p></pre>
<pre><a moz-do-not-send="true" href="http://www.Zend.To">www.Zend.To</a><o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Follow me at twitter.com/JulesFM<o:p></o:p></pre>
<pre>PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>'It's okay to live without all the answers' - Charlie Eppes, 2011<o:p></o:p></pre>
<pre>'All programs have a desire to be useful' - Tron, 1982<o:p></o:p></pre>
<pre>'That is the land of lost content,<o:p></o:p></pre>
<pre> I see it shining plain,<o:p></o:p></pre>
<pre> The happy highways where I went,<o:p></o:p></pre>
<pre> And cannot come again.' - A.E. Houseman<o:p></o:p></pre>
</div>
<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>