<?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: What is the easiest way to create admin accounts on multiple PANs for LDAP auth? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-the-easiest-way-to-create-admin-accounts-on-multiple/m-p/30912#M22627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a panxapi program from either PAN-perl or PAN-python (on&lt;/P&gt;&lt;P&gt;DevCenter) you can clone parts of a config from one device to another.&lt;/P&gt;&lt;P&gt;In this example I clone a mgt-config user.&amp;nbsp; See doc/panxapi.html from&lt;/P&gt;&lt;P&gt;PAN-python. There are a lot of options, and you'll need to invest some&lt;/P&gt;&lt;P&gt;time to understand various config XPaths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200-a -sxr "/config/mgt-config/users/entry[@name='ksteves']" &amp;gt;X.xml&lt;/P&gt;&lt;P&gt;show: success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200-b -S X.xml "/config/mgt-config/users"&lt;/P&gt;&lt;P&gt;set: success &lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200-b -Xjro 'show jobs id "397"'&lt;/P&gt;&lt;P&gt;op: success&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "job": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "line": "Configuration committed successfully"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "397", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "progress": "12:24:18", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "result": "OK", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status": "FIN", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "stoppable": false, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "tenq": "2013/04/27 12:23:29", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "tfin": "12:24:18", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "Commit", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "user": "admin", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "warnings": null&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Apr 2013 19:37:12 GMT</pubDate>
    <dc:creator>ksteves1</dc:creator>
    <dc:date>2013-04-27T19:37:12Z</dc:date>
    <item>
      <title>What is the easiest way to create admin accounts on multiple PANs for LDAP auth?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-the-easiest-way-to-create-admin-accounts-on-multiple/m-p/30911#M22626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to set up LDAP auth on the PANs and they need local accounts to reference. I have multiple fw's and curious if there is an easier less manual way of creating these accounts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 09:25:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-is-the-easiest-way-to-create-admin-accounts-on-multiple/m-p/30911#M22626</guid>
      <dc:creator>reubeng</dc:creator>
      <dc:date>2013-04-26T09:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the easiest way to create admin accounts on multiple PANs for LDAP auth?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-is-the-easiest-way-to-create-admin-accounts-on-multiple/m-p/30912#M22627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a panxapi program from either PAN-perl or PAN-python (on&lt;/P&gt;&lt;P&gt;DevCenter) you can clone parts of a config from one device to another.&lt;/P&gt;&lt;P&gt;In this example I clone a mgt-config user.&amp;nbsp; See doc/panxapi.html from&lt;/P&gt;&lt;P&gt;PAN-python. There are a lot of options, and you'll need to invest some&lt;/P&gt;&lt;P&gt;time to understand various config XPaths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200-a -sxr "/config/mgt-config/users/entry[@name='ksteves']" &amp;gt;X.xml&lt;/P&gt;&lt;P&gt;show: success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200-b -S X.xml "/config/mgt-config/users"&lt;/P&gt;&lt;P&gt;set: success &lt;PRE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ panxapi.py -t pa-200-b -Xjro 'show jobs id "397"'&lt;/P&gt;&lt;P&gt;op: success&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "job": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "details": {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "line": "Configuration committed successfully"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "397", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "progress": "12:24:18", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "result": "OK", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status": "FIN", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "stoppable": false, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "tenq": "2013/04/27 12:23:29", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "tfin": "12:24:18", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "Commit", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "user": "admin", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "warnings": null&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 19:37:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-is-the-easiest-way-to-create-admin-accounts-on-multiple/m-p/30912#M22627</guid>
      <dc:creator>ksteves1</dc:creator>
      <dc:date>2013-04-27T19:37:12Z</dc:date>
    </item>
  </channel>
</rss>

