fortiauth-import

FortiAuth-Import

FortiAuth-Import is a solution to a FortiAuth appliance failing to provide a decent user import functionality. I couldn’t find any other tool that does this in any capacity.

Some of the advantages when using this script, listed below:

  • Returning all possible issues with an import file, i.e. not stopping on the first error
  • Reduce the time it takes to import 1000’s of users from hours to a few minutes
  • Unassigning tokens from existing users for new users
  • Ability to update existing users with a new token
  • Ability to use this to automate importing users, i.e. watching a folder for new csv files

Getting Started

Development Install

git clone https://github.com/quonic/fortiauth-import.git
cd fortiauth-import
.\build.ps1 -Tasks Pester

That will build it to a complete usable module in the .\output\ directory.

GitHub forking for making changes

  • Fork this repo on github.
  • Create a new branch with your changes.
  • Use Pester to check for common coding issues.
  • Submit a pull request.

More Information

For more information

This project was generated using Kevin Marquette‘s Full Module Plaster Template.

Visit original content creator repository
https://github.com/quonic/fortiauth-import

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *