aruba / clearpass-exchange-snippets

ClearPass Exchange integration snippets
20 stars 13 forks source link

Invalid XML error when import to Clearpass 6.7.3.106273 #1

Open jonare77 opened 6 years ago

jonare77 commented 6 years ago

Getting: File contains invalid XML tags. Try export to see the valid XML tags. When importing to version: 6.7.3.106273 of Clearpass.

jonare77 commented 6 years ago

Removing or adding a fresh tipsheader line did not help.

ilyapetushkov commented 5 years ago

Hey everyone, you need to modify the XML to include an NVPair for timeout for the newest ClearPass (6.7.9.x). Like so... NVPair value="http://172.17.0.2" name="base_url"/ NVPair value="notuser" name="username"/ NVPair value="notuser" name="password"/ NVPair value="60" name="timeout"/

This worked for me and saved me some time. Here's the entire xml file uploaded as a .txt

clearpass-extension_microsoft-intune_auth-source.txt