<?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: Cannot Delete LDAP Account Unit in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214953#M41064</link>
    <description>&lt;P&gt;I believe&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/102739"&gt;@ahutchison&lt;/a&gt;&amp;nbsp;said it was not showing used anywhere, but worth double checking.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 04:00:07 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2024-05-22T04:00:07Z</dc:date>
    <item>
      <title>Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214858#M41041</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are unable to delete an LDAP Account Unit, we have several objects that utilize the same domain and we wish to delete them in accordance with:&amp;nbsp;sk92782&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon attempting to delete the extraneous objects, it states that the object is in use, when I perform a "where used" it does not shown the object in use. See the attached screenshots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Smart Console R81.10&amp;nbsp;&lt;/P&gt;&lt;P&gt;R81.10 Take 139&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 18:36:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214858#M41041</guid>
      <dc:creator>ahutchison</dc:creator>
      <dc:date>2024-05-20T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214859#M41042</link>
      <description>&lt;P&gt;I suspect this may require some surgery with GUIdbedit or similar.&lt;BR /&gt;Best to get the TAC involved: &lt;A href="https://help.checkpoint.com" target="_blank"&gt;https://help.checkpoint.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 18:51:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214859#M41042</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-05-20T18:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214860#M41043</link>
      <description>&lt;P&gt;I have occasionally had luck discovering hidden dependencies by opening legacy smartdashboard, from manage, blades, https inspection, is one way to get there. "Where used" from there might give you a clue, but might require professional database surgery as Dameon mentioned.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 19:42:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214860#M41043</guid>
      <dc:creator>Lloyd_Braun</dc:creator>
      <dc:date>2024-05-20T19:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214862#M41044</link>
      <description>&lt;P&gt;Agree with Phoneboy, guidbedit is your best bet at this time.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 21:43:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214862#M41044</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-05-20T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214929#M41062</link>
      <description>&lt;P&gt;You may be able to glean a wee bit more info from the management API, if you have the object UID and you're willing to read through some deep logic. You can get the object UID with:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli -r true -f json show-objects filter LDAP-Servers |jq -r '.uid'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then look at the object's properties and parameters:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;mgmt_cli -r true -f json show-generic-object uid OBJECT_UID  # replace OBJECT_UID with the actual object's UID&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Careful reading through this output should give you a hint about where the object may be used. &amp;nbsp;Look for references to things like a VPN authentication, or mobile access authentication.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will wager that your gateway(s) have something like Mobile Access blade, or Endpoint VPN client authentication disabled right now, but may have been enabled previously. &amp;nbsp;If you go back to the gateway properties, enable either Mobile Access blade or select VPN Clients -&amp;gt; Authentication, you will see the list of Authentication methods, and at least one of them may have an LDAP reference enabled. &amp;nbsp;I had this on a customer gateway recently, too. &amp;nbsp;Just because something is "disabled" in SmartConsole doesn't mean the object references were erased (they almost never are). &amp;nbsp;GUIDBedit will show the same&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not VPN authentication, then you may have something configured in the gateway properties -&amp;gt; Other -&amp;gt; User Directory area, where the LDAP AU was referenced, perhaps when someone prior to you had tuned the LDAP server lookup order, but then something was disabled and again this reference was not removed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both GUIDBedit, and the "show-generic-object" API, will give you a clue as to where that object is being referenced.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can look at the API server log on the management server ($FWDIR/log/cpm.elg and $FWDIR/log/api.elg). &amp;nbsp;If you have the object UID, again you can search these logs to find where the API server complained about the error removing it. &amp;nbsp;This may not be a perfect clue, however, but it may be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 18:49:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214929#M41062</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2024-05-21T18:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214952#M41063</link>
      <description>&lt;P&gt;We have an article on a possible cause for this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk173407" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk173407&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 03:48:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214952#M41063</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2024-05-22T03:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214953#M41064</link>
      <description>&lt;P&gt;I believe&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/102739"&gt;@ahutchison&lt;/a&gt;&amp;nbsp;said it was not showing used anywhere, but worth double checking.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 04:00:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214953#M41064</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-05-22T04:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214955#M41065</link>
      <description>&lt;P&gt;Yea the SK has those symptons:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;"&lt;CODE&gt;Failed to delete object: Object is used by a policy or other object&lt;/CODE&gt;" message when deleting an LDAP Account Unit object.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The "&lt;CODE&gt;Where Used&lt;/CODE&gt;" option in the LDAP Account Unit object does not show any other objects that use it.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 22 May 2024 04:51:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214955#M41065</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2024-05-22T04:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Delete LDAP Account Unit</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214956#M41066</link>
      <description>&lt;P&gt;Irs worth trying, for sure, I agree, could fix it.&lt;/P&gt;
&lt;P&gt;We all know you are super smart and logical, so I have high hopes in that sk.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 05:42:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Cannot-Delete-LDAP-Account-Unit/m-p/214956#M41066</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-05-22T05:42:27Z</dc:date>
    </item>
  </channel>
</rss>

