<?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: API/programmable interface to rotate specific system users passwor in Management</title>
    <link>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4490145#M3776</link>
    <description>&lt;UL&gt;
&lt;LI&gt;The LDAP client credentials (for connecting to the LDAP server) should be manageable via&amp;nbsp;&lt;A href="https://developer.cisco.com/site/axl/" target="_self"&gt;AXL&lt;/A&gt;&amp;nbsp;&lt;A href="https://pubhub.devnetcloud.com/media/axl-schema-reference/docs/Files/AXLSoap_updateLdapAuthentication.html#Link1000" target="_self"&gt;&amp;lt;updateLdapAuthentication&amp;gt;&lt;/A&gt; (for the user-sync/authentication backhaul connection) or &lt;A href="https://pubhub.devnetcloud.com/media/axl-schema-reference/docs/Files/AXLSoap_updateLdapSearch.html#Link100C" target="_self"&gt;&amp;lt;updateLdapSearch&amp;gt;&lt;/A&gt;&amp;nbsp;(for the on-device LDAP directory/lookup connection)&lt;/LI&gt;
&lt;LI data-unlink="true"&gt;It is possible to drive CUCM CLI operations (e.g. to change the OS admin credentials per the above link) via application, e.g. with Python via &lt;A href="https://www.paramiko.org/" target="_self"&gt;Paramiko&lt;/A&gt;, though this is more like web scraping than a formal API and can get tricky/impossible for complex commands (note this is not an officially 'supported' API/automation interface).&amp;nbsp; But, for these simple password management commands it should likely be pretty easy.&amp;nbsp; There's a comment with a Paramiko code example &lt;A href="https://github.com/CiscoDevNet/axl-ansible-examples/blob/main/cli_show_version_active.yml" target="_self"&gt;here&lt;/A&gt; which may be helpful.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 21 Oct 2021 20:20:00 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2021-10-21T20:20:00Z</dc:date>
    <item>
      <title>API/programmable interface to rotate specific system users passwords</title>
      <link>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4489798#M3774</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for an official Cisco answer on following question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It there any programmable interface/API which gives option to rotate password for following CUCM users:&lt;/P&gt;&lt;P&gt;osadmin&lt;/P&gt;&lt;P&gt;ccmadmin&lt;/P&gt;&lt;P&gt;user used for LDAP sync&lt;/P&gt;&lt;P&gt;user used for DRF backup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 10:59:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4489798#M3774</guid>
      <dc:creator>witold.jagielski</dc:creator>
      <dc:date>2021-10-21T10:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: API/programmable interface to rotate specific system users passwor</title>
      <link>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4489834#M3775</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Account OS Admin for DRF Backup and OSPlatform things cannot be changed via API.&lt;BR /&gt;The only way would be through this procedure (pwrecovery).&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/unified-communications/unified-communications-manager-callmanager/213527-changing-cucm-os-admin-and-security-pass.pdf" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/unified-communications/unified-communications-manager-callmanager/213527-changing-cucm-os-admin-and-security-pass.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To change AppAdmin like ccmadmin you can do API Call updateAppUser to reset/update password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And users who are synchronized via the ldap server like (Active directory) and cucm has LDAP authentication enabled,&lt;BR /&gt;the password can only be changed in the ldap server (Active Directory for example).&lt;BR /&gt;Microsoft has an API to do that.&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/de-de/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&amp;amp;tabs=http" target="_blank"&gt;https://docs.microsoft.com/de-de/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&amp;amp;tabs=http&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 11:55:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4489834#M3775</guid>
      <dc:creator>BjoernMartin</dc:creator>
      <dc:date>2021-10-21T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: API/programmable interface to rotate specific system users passwor</title>
      <link>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4490145#M3776</link>
      <description>&lt;UL&gt;
&lt;LI&gt;The LDAP client credentials (for connecting to the LDAP server) should be manageable via&amp;nbsp;&lt;A href="https://developer.cisco.com/site/axl/" target="_self"&gt;AXL&lt;/A&gt;&amp;nbsp;&lt;A href="https://pubhub.devnetcloud.com/media/axl-schema-reference/docs/Files/AXLSoap_updateLdapAuthentication.html#Link1000" target="_self"&gt;&amp;lt;updateLdapAuthentication&amp;gt;&lt;/A&gt; (for the user-sync/authentication backhaul connection) or &lt;A href="https://pubhub.devnetcloud.com/media/axl-schema-reference/docs/Files/AXLSoap_updateLdapSearch.html#Link100C" target="_self"&gt;&amp;lt;updateLdapSearch&amp;gt;&lt;/A&gt;&amp;nbsp;(for the on-device LDAP directory/lookup connection)&lt;/LI&gt;
&lt;LI data-unlink="true"&gt;It is possible to drive CUCM CLI operations (e.g. to change the OS admin credentials per the above link) via application, e.g. with Python via &lt;A href="https://www.paramiko.org/" target="_self"&gt;Paramiko&lt;/A&gt;, though this is more like web scraping than a formal API and can get tricky/impossible for complex commands (note this is not an officially 'supported' API/automation interface).&amp;nbsp; But, for these simple password management commands it should likely be pretty easy.&amp;nbsp; There's a comment with a Paramiko code example &lt;A href="https://github.com/CiscoDevNet/axl-ansible-examples/blob/main/cli_show_version_active.yml" target="_self"&gt;here&lt;/A&gt; which may be helpful.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 21 Oct 2021 20:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/api-programmable-interface-to-rotate-specific-system-users/m-p/4490145#M3776</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2021-10-21T20:20:00Z</dc:date>
    </item>
  </channel>
</rss>

