<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS Server 10.4 - problem with LDAP authentification in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173610#M6867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Randall,&lt;/P&gt;&lt;P&gt;we edited the server.xml according to the Tomcat documentation&amp;nbsp;(&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Ftomcat.apache.org%2Ftomcat-7.0-doc%2Frealm-howto.html" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html&lt;/SPAN&gt;&lt;/A&gt;) and the access protected services from ArcGIS Server (via LDAP)&amp;nbsp;are working. The only restriction: the access is via http because we used &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;BASIC&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt; instead of &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;DIGEST&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt;. However, we want to use https-connection and so we changed&amp;nbsp;the authentification method in the web.xml to &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;DIGEST&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt;. Additonally we changed the security configuration to https in the ArcGIS Server Administrator Directory. Now we can access the services on ArcGIS Server via https but no authentification window&amp;nbsp;opens and the protected services will not be displayed. &lt;/P&gt;&lt;P&gt;Do you have any idea what we have to do to use LDAP with https?&lt;/P&gt;&lt;P&gt;Dirk&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 15:54:12 GMT</pubDate>
    <dc:creator>DirkDr__Schäfer</dc:creator>
    <dc:date>2016-10-10T15:54:12Z</dc:date>
    <item>
      <title>ArcGIS Server 10.4 - problem with LDAP authentification</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173607#M6864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we&amp;nbsp;have installed ArcGIS Server 10.4 on a Windows 2012 R2 Server (virtual machine) with Apache Tomcat 7.0.65. We want to use LDAP for the user authentification. All Users (LDAP) are displayed in ArcGIS Manager but unfortunately no authentification window opens when we want to access protected services from ArcGIS Server. When we try to access to a protected service in a browser window, no authentification window opens and no service will be displayed. We think, that the user credentials are not checked and the access is "anonymous".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The windows authentification with windows active directory works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Anyone help us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 08:11:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173607#M6864</guid>
      <dc:creator>DirkDr__Schäfer</dc:creator>
      <dc:date>2016-10-06T08:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.4 - problem with LDAP authentification</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173608#M6865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like anonymous access is enabled at the web tier. You'd want to edit the web.xml at either the web adaptor level or globally on the Tomcat instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The update would look something like this:&lt;/P&gt;&lt;P&gt;You'd update the following to match the rose you've defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;security-constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;web-resource-collection&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;web-resource-name&amp;gt;Authentication Required&amp;lt;/web-resource-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http-method&amp;gt;GET&amp;lt;/http-method&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http-method&amp;gt;POST&amp;lt;/http-method&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/web-resource-collection&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;auth-constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;role-name&amp;gt;WebAdaptor&amp;lt;/role-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/auth-constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/security-constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;login-config&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;auth-method&amp;gt;DIGEST&amp;lt;/auth-method&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;realm-name&amp;gt;ArcGIS Web Adaptor&amp;lt;/realm-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/login-config&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;security-role&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;description&amp;gt;Web Adaptor Users&amp;lt;/description&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;role-name&amp;gt;WebAdaptor&amp;lt;/role-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/security-role&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 14:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173608#M6865</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2016-10-06T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.4 - problem with LDAP authentification</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173609#M6866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Randall,&lt;/P&gt;&lt;P&gt;thank you for your answer! We edited&amp;nbsp;the web.xml&amp;nbsp;the way you have described it and now the authentification window opens when we try to access protected services from ArcGIS Server. Unforunately&amp;nbsp;the access&amp;nbsp;is denied:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/241033_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;We believe that Apache Tomcat can´t find the LDAP directory server. In the next step we&amp;nbsp;will edit the server.xml from Apache Tomcat in order to configure the connection to the&amp;nbsp;LDAP directory server (&lt;A href="https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html"&gt;https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html&lt;/A&gt;). We will keep you up to date.&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 14:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173609#M6866</guid>
      <dc:creator>DirkDr__Schäfer</dc:creator>
      <dc:date>2016-10-07T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.4 - problem with LDAP authentification</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173610#M6867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Randall,&lt;/P&gt;&lt;P&gt;we edited the server.xml according to the Tomcat documentation&amp;nbsp;(&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Ftomcat.apache.org%2Ftomcat-7.0-doc%2Frealm-howto.html" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html&lt;/SPAN&gt;&lt;/A&gt;) and the access protected services from ArcGIS Server (via LDAP)&amp;nbsp;are working. The only restriction: the access is via http because we used &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;BASIC&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt; instead of &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;DIGEST&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt;. However, we want to use https-connection and so we changed&amp;nbsp;the authentification method in the web.xml to &amp;lt;auth-method&amp;gt;&lt;STRONG&gt;DIGEST&lt;/STRONG&gt;&amp;lt;/auth-method&amp;gt;. Additonally we changed the security configuration to https in the ArcGIS Server Administrator Directory. Now we can access the services on ArcGIS Server via https but no authentification window&amp;nbsp;opens and the protected services will not be displayed. &lt;/P&gt;&lt;P&gt;Do you have any idea what we have to do to use LDAP with https?&lt;/P&gt;&lt;P&gt;Dirk&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:54:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-4-problem-with-ldap/m-p/173610#M6867</guid>
      <dc:creator>DirkDr__Schäfer</dc:creator>
      <dc:date>2016-10-10T15:54:12Z</dc:date>
    </item>
  </channel>
</rss>

