<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 08/25/2011 05:24 PM, Adam Young wrote:
    <blockquote cite="mid:4E56BD82.6060501@redhat.com" type="cite">Uses
      the updated version of pkicreate which makes an ipa specific proxy
      config file.
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Freeipa-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
    </blockquote>
    The test for the proxy file in /etc/httpd/conf.d  was "isfile'  but
    since the file is actually a symlink, it needs to be "islink".  
    This one checks for either.<br>
  </body>
</html>