I have installed pacemaker 1.1.5 and configure ACLs based on the info from <br><a href="http://www.clusterlabs.org/doc/acls.html">http://www.clusterlabs.org/doc/acls.html</a><br><br>It looks like the user still does not have read access.<br>
<br>Here is the acl section of config<br>    &lt;acls&gt;<br>      &lt;acl_role id=&quot;monitor&quot;&gt;<br>        &lt;read id=&quot;monitor-read&quot; xpath=&quot;/cib&quot;/&gt;<br>      &lt;/acl_role&gt;<br>      &lt;acl_user id=&quot;nvs&quot;&gt;<br>
        &lt;role_ref id=&quot;monitor&quot;/&gt;<br>      &lt;/acl_user&gt;<br>      &lt;acl_user id=&quot;acm&quot;&gt;<br>        &lt;role_ref id=&quot;monitor&quot;/&gt;<br>      &lt;/acl_user&gt;<br>    &lt;/acls&gt;<br>
<br>Here is what the user is getting:<br>[nvs@sweng0057 ~]$ crm node show<br>Signon to CIB failed: connection failed<br>Init failed, could not perform requested operations<br>ERROR: cannot parse xml: no element found: line 1, column 0<br>
[nvs@sweng0057 ~]$ crm status<br><br>Connection to cluster failed: connection failed<br><br><br>Any ideas as to why this wouldn&#39;t work and what to fix?<br>