Ansible Palo Alto LDAP Server Profile

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Ansible Palo Alto LDAP Server Profile

L0 Member

Hello,

 

I have an Ansible playbook developed to automatically change the password of the account used by Palo Alto to connect to an Active Directory.  On the Palo Alto side, Integrated User-ID and an LDAP Server Profile is configured to use this password.

 

The task to change the Integrated User-ID user works fine:

 

paloaltonetworks.panos.panos_config_element:
  provider: "{{ device }}"

  xpath: /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/user-id-collector/setting

  <wmi-password>MyPassword</wmi-password>

 

However, the task to change the LDAP password always fails:

 

paloaltonetworks.panos.panos_config_element:
  provider: "{{ device }}"

  xpath: /config/shared/server-profile/ldap/entry[@name='ldaptest']

  '<bind-password>MyPassword</bind-password>'

 

The error is : parser.feed(text)\nxml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 6\n"

 

I also tried with a vsys Server Profile, but the problem is the same.

 

Hence my questions:

 

How can I check what is causing the issue?  Where is this line 1, column 6\n" coming from ?  

Why is Palo Alto reacting differently when trying to change the value of user-id-collector compared to an LDAP Server Profile

 

For the sake of testing, I tried to make my modification through the API, and it works:

 

https://<servername>/api/?type=config&action=set&xpath=%2Fconfig%2Fshared%2Fserver-profile%2Fldap%2F...

 

Thank you in advance.

0 REPLIES 0
  • 756 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!