Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

How to import users in ClearPass 6.7?

This thread has been viewed 4 times
  • 1.  How to import users in ClearPass 6.7?

    Posted Jan 24, 2018 05:17 AM

    Hi,

     

    How to add a bulk of users in Local users?

    I tried to export file to fill users but XML cannot be modified. Every times ClearPass did not accept modified XML when importing.

    I remembered in previous version of ClearPass, it can be exported in CSV.

     

     



  • 2.  RE: How to import users in ClearPass 6.7?

    EMPLOYEE
    Posted Jan 25, 2018 04:05 AM

    Importing the XML is 'the way to go'. I just tested with the following XML file, and that works fine in my ClearPass 6.7:

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <TipsContents xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
      <TipsHeader exportTime="Thu Jan 25 09:57:28 CET 2018" version="6.7"/>
      <LocalUsers>
        <LocalUser changePwdNextLogin="false" enabled="true" roleName="[Employee]" passwordNtlmHash="" passwordHash="" password="testing123" userName="Local User import-test" userId="import01"/>
      </LocalUsers>
    </TipsContents>
    

    What I did was export all accounts, remove the role-mapping section, changed password, username, userid. File was named LocalUser.xml.



  • 3.  RE: How to import users in ClearPass 6.7?

    Posted Feb 08, 2018 01:51 AM

    Is it replace all database in XML file? or add more only?



  • 4.  RE: How to import users in ClearPass 6.7?

    EMPLOYEE
    Posted Feb 12, 2018 05:01 AM

    It will add new users and update the fields on existing users.

     

    Users that are in the database already and are not in the XML are not affected and stay untouched.